- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 17 Sep 2008 00:34:38 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv5808
Modified Files:
Overview.html
Log Message:
WF2: Prevent the attributes that _aren't_ allowed from appearing in the backrefs, to make the backrefs more useful. (whatwg r2201)
Index: Overview.html
===================================================================
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:35:12 UTC