[Bug 13519] New: Spell Check example text clarification

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

           Summary: Spell Check example text clarification
           Product: HTML WG
           Version: unspecified
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: HTML5 spec (editor: Ian Hickson)
        AssignedTo: ian@hixie.ch
        ReportedBy: akirkpat@adobe.com
         QAContact: public-html-bugzilla@w3.org
                CC: mike@w3.org, public-html-wg-issue-tracking@w3.org,
                    public-html@w3.org


At
http://www.w3.org/TR/2011/WD-html5-20110525/editing.html#spelling-and-grammar-checking
 the current text  reads: 


The element with ID "b" in the following example would have checking enabled
(the leading space character in the attribute's value on the input element
causes the attribute to be ignored, so the ancestor's value is used instead,
regardless of the default).
<p spellcheck="true">
 <label>Name: <input spellcheck=" false" id="b"></label>
</p>

Recommend change to “The element with ID "b" in the following example would
have checking enabled when a user enters a value into the rendered input
control”  It is a little confusing that the input is checkable but there is
nothing to check.

-- 
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 Tuesday, 2 August 2011 11:52:30 UTC