[Bug 12791] New: 4.10.7.2.8 The maxlength attribute example

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

           Summary: 4.10.7.2.8 The maxlength attribute example
           Product: HTML WG
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: trivial
          Priority: P2
         Component: HTML5 spec (editor: Ian Hickson)
        AssignedTo: ian@hixie.ch
        ReportedBy: jlcohick+w3c@gmail.com
         QAContact: public-html-bugzilla@w3.org
                CC: mike@w3.org, public-html-wg-issue-tracking@w3.org,
                    public-html@w3.org


In 4.10.7.2.8 The maxlength attribute
<http://www.w3.org/TR/html5/common-input-element-attributes.html#the-maxlength-attribute>,
the example should use most proper syntax, consistent with other examples.

e.g.

What are you doing? <input name=status maxlength=140>

should be:

<label>What are you doing? <input name="status" maxlength="140"/></label>

-- 
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 Wednesday, 25 May 2011 22:52:37 UTC