[Bug 7482] New: The maxLength attribute for input elements can be -1, indicating no maxlength attribute present, per DOM Level 2 HTML. HTML 5 has changed that to be "unsigned long", which -1 cannot be.

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

           Summary: The maxLength attribute for input elements can be -1,
                    indicating no maxlength attribute present, per DOM Level
                    2 HTML.  HTML 5 has changed that to be "unsigned long",
                    which -1 cannot be.
           Product: HTML WG
           Version: unspecified
          Platform: Other
               URL: http://whatwg.org/specs/web-apps/current-work/#the-
                    textarea-element
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P3
         Component: HTML5 spec bugs
        AssignedTo: dave.null@w3.org
        ReportedBy: contributor@whatwg.org
         QAContact: public-html-bugzilla@w3.org
                CC: ian@hixie.ch, mike@w3.org, public-html@w3.org


Section: http://whatwg.org/specs/web-apps/current-work/#the-textarea-element

Comment:
The maxLength attribute for input elements can be -1, indicating no maxlength
attribute present, per DOM Level 2 HTML.  HTML 5 has changed that to be
"unsigned long", which -1 cannot be.

Posted from: 98.248.95.159


-- 
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 Thursday, 3 September 2009 06:37:58 UTC