[html5] r2201 - [e] (0) WF2: Prevent the attributes that _aren't_ allowed from appearing in the [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Sep 16 17:34:32 PDT 2008


Author: ianh
Date: 2008-09-16 17:34:31 -0700 (Tue, 16 Sep 2008)
New Revision: 2201

Modified:
   index
   source
Log:
[e] (0) WF2: Prevent the attributes that _aren't_ allowed from appearing in the backrefs, to make the backrefs more useful.

Modified: index
===================================================================
--- index	2008-09-17 00:08:18 UTC (rev 2200)
+++ index	2008-09-17 00:34:31 UTC (rev 2201)
@@ -27514,17 +27514,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

Modified: source
===================================================================
--- source	2008-09-17 00:08:18 UTC (rev 2200)
+++ source	2008-09-17 00:34:31 UTC (rev 2201)
@@ -24566,17 +24566,17 @@
   title="attr-input-type">type</code> attribute is in the <span
   title="attr-input-type-text">Text</span> state, the following
   attributes must not be specified:
-  <code title="attr-input-accept">accept</code>,
-  <code title="attr-input-alt">alt</code>,
-  <code title="attr-input-checked">checked</code>,
-  <code title="attr-input-max">max</code>,
-  <code title="attr-input-min">min</code>,
-  <code title="attr-input-src">src</code>,
-  <code title="attr-input-step">step</code>,
-  <code title="attr-fs-target">target</code>,
-  <code title="attr-fs-method">method</code>,
-  <code title="attr-fs-enctype">enctype</code>, and
-  <code title="attr-fs-action">action</code>.</p>
+  <code class="no-backref" title="attr-input-accept">accept</code>,
+  <code class="no-backref" title="attr-input-alt">alt</code>,
+  <code class="no-backref" title="attr-input-checked">checked</code>,
+  <code class="no-backref" title="attr-input-max">max</code>,
+  <code class="no-backref" title="attr-input-min">min</code>,
+  <code class="no-backref" title="attr-input-src">src</code>,
+  <code class="no-backref" title="attr-input-step">step</code>,
+  <code class="no-backref" title="attr-fs-target">target</code>,
+  <code class="no-backref" title="attr-fs-method">method</code>,
+  <code class="no-backref" title="attr-fs-enctype">enctype</code>, and
+  <code class="no-backref" title="attr-fs-action">action</code>.</p>
 
 
 




More information about the Commit-Watchers mailing list