Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) WF2: Prevent the attributes that _aren't_ allowed from appear…
…ing in the backrefs, to make the backrefs more useful.

git-svn-id: http://svn.whatwg.org/webapps@2201 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 17, 2008
1 parent 608cded commit 36a45b4
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 18 deletions.
18 changes: 11 additions & 7 deletions index
Expand Up @@ -27514,17 +27514,21 @@ function AddCloud(data, x, y) { ... }</pre>
<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
Expand Down
22 changes: 11 additions & 11 deletions source
Expand Up @@ -24566,17 +24566,17 @@ function AddCloud(data, x, y) { ... }</pre>
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>



Expand Down

0 comments on commit 36a45b4

Please sign in to comment.