[Bug 11671] New: Input Elements with state color and range and their attributes.

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

           Summary: Input Elements with state color and range and their
                    attributes.
           Product: HTML WG
           Version: unspecified
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: HTML5 spec (editor: Ian Hickson)
        AssignedTo: ian@hixie.ch
        ReportedBy: me@rouvenwessling.de
         QAContact: public-html-bugzilla@w3.org
                CC: mike@w3.org, public-html-wg-issue-tracking@w3.org,
                    public-html@w3.org


For some reason I couldn't access the Editor's Draft, so this is off the
November 16th Working Draft.

A few thing I noticed while looking trough section 4.10.7:

Section 4.10.7.1.14 (range state)
-Why doesn't the readonly attribute apply to the range state?

Section 4.10.7.1.15 (color state)
-It says "In this state, there is always a color picked, and there is no way to
set the value to the empty string." and "otherwise, set it to the string
"#000000""
This may be problematic because I can't differ between no color has been set
and black.

-Related to the above the required attribute does not apply to the color state.
This a problem when the problem above is addressed. However it may also be a
problem when  Javascript fallback is written for the form control and the
validation.

-Also in the color state the readonly attribute doesn't apply. Why?

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

Received on Wednesday, 5 January 2011 17:17:55 UTC