[Bug 12262] New: select(), selectionStart, selectionEnd and setSelectionRange() should apply to <input type='email'>

http://www.w3.org/Bugs/Public/show_bug.cgi?id=12262

           Summary: select(), selectionStart, selectionEnd and
                    setSelectionRange() should apply to <input
                    type='email'>
           Product: HTML WG
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: HTML5 spec (editor: Ian Hickson)
        AssignedTo: ian@hixie.ch
        ReportedBy: mounir.lamouri@gmail.com
         QAContact: public-html-bugzilla@w3.org
                CC: mike@w3.org, public-html-wg-issue-tracking@w3.org,
                    public-html@w3.org


I don't understand why these IDL attributes and methods do not apply to <input
type='email'>. Maybe when writing the specs the expected widget wasn't a text
field but it seems that it is for all current implementations. Maybe those IDL
attributes and methods should apply to <input type='email'> and should be
removed only if the widget happen to not be a text field?

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

Received on Tuesday, 8 March 2011 00:11:06 UTC