This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 23193 - Use an IDL default value for HTMLInputElement.setRangeText's last argument
Summary: Use an IDL default value for HTMLInputElement.setRangeText's last argument
Status: RESOLVED FIXED
Alias: None
Product: WHATWG
Classification: Unclassified
Component: HTML (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal
Target Milestone: Unsorted
Assignee: Ian 'Hixie' Hickson
QA Contact: contributor
URL: http://www.whatwg.org/specs/web-apps/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-10 08:26 UTC by contributor
Modified: 2013-09-13 22:36 UTC (History)
3 users (show)

See Also:


Attachments

Description contributor 2013-09-10 08:26:00 UTC
Specification: http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html
Multipage: http://www.whatwg.org/C#textFieldSelection
Complete: http://www.whatwg.org/c#textFieldSelection
Referrer: http://www.whatwg.org/specs/web-apps/current-work/multipage/the-input-element.html

Comment:
Use an IDL default value for HTMLInputElement.setRangeText's last argument

Posted from: 109.133.17.253 by ms2ger@gmail.com
User agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20130609 Firefox/24.0
Comment 1 Ms2ger 2013-09-10 08:26:29 UTC
Looks like it can be |optional SelectionMode selectionMode = "preserve"|
Comment 2 contributor 2013-09-13 22:36:14 UTC
Checked in as WHATWG revision r8184.
Check-in comment: Use IDL to set setRangeText()'s selectionMode's default.
http://html5.org/tools/web-apps-tracker?from=8183&to=8184