spec/Overview.html 1.1374 2201 WF2: Prevent the attributes that _aren't

WF2: Prevent the attributes that _aren't_ allowed from appearing in the
backrefs, to make the backrefs more useful. (whatwg r2201)

4.9.4.2. Password state
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1374.html#password
4.9.4.1. Text state
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1374.html#text-state

http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1373&r2=1.1374&f=h
http://html5.org/tools/web-apps-tracker?from=2200&to=2201

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1373
retrieving revision 1.1374
diff -u -d -r1.1373 -r1.1374
--- Overview.html 17 Sep 2008 00:08:22 -0000 1.1373
+++ Overview.html 17 Sep 2008 00:34:36 -0000 1.1374
@@ -27521,17 +27521,21 @@
   <p>When an <code><a href="#input0">input</a></code> element's <code
    title=attr-input-type><a href="#type12">type</a></code> attribute is in
    the <a href="#text2" title=attr-input-type-text>Text</a> state, the
-   following attributes must not be specified: <code
+   following attributes must not be specified: <code class=no-backref
    title=attr-input-accept><a href="#accept">accept</a></code>, <code
-   title=attr-input-alt><a href="#alt4">alt</a></code>, <code
-   title=attr-input-checked><a href="#checked">checked</a></code>, <code
+   class=no-backref title=attr-input-alt><a href="#alt4">alt</a></code>,
+   <code class=no-backref title=attr-input-checked><a
+   href="#checked">checked</a></code>, <code class=no-backref
    title=attr-input-max><a href="#max3">max</a></code>, <code
-   title=attr-input-min><a href="#min1">min</a></code>, <code
-   title=attr-input-src><a href="#src9">src</a></code>, <code
+   class=no-backref title=attr-input-min><a href="#min1">min</a></code>,
+   <code class=no-backref title=attr-input-src><a
+   href="#src9">src</a></code>, <code class=no-backref
    title=attr-input-step><a href="#step">step</a></code>, <code
-   title=attr-fs-target><a href="#target3">target</a></code>, <code
+   class=no-backref title=attr-fs-target><a
+   href="#target3">target</a></code>, <code class=no-backref
    title=attr-fs-method><a href="#method">method</a></code>, <code
-   title=attr-fs-enctype><a href="#enctype">enctype</a></code>, and <code
+   class=no-backref title=attr-fs-enctype><a
+   href="#enctype">enctype</a></code>, and <code class=no-backref
    title=attr-fs-action><a href="#action">action</a></code>.
 
   <h5 id=password><span class=secno>4.9.4.2. </span><dfn id=password1

Received on Wednesday, 17 September 2008 00:38:49 UTC