- From: poot <cvsmail@w3.org>
- Date: Tue, 29 Sep 2009 10:25:28 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: a.name somehow fell through the cracks (whatwg r4021) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3182&r2=1.3183&f=h http://html5.org/tools/web-apps-tracker?from=4020&to=4021 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3182 retrieving revision 1.3183 diff -u -d -r1.3182 -r1.3183 --- Overview.html 29 Sep 2009 01:21:05 -0000 1.3182 +++ Overview.html 29 Sep 2009 01:25:08 -0000 1.3183 @@ -25346,8 +25346,9 @@ <a href="#table-model">table model</a>.</p> <p>The <dfn id="dom-colgroup-span" title="dom-colgroup-span"><code>span</code></dfn> IDL - attribute must <a href="#reflect">reflect</a> thelimited to only positive - non-zero numbers.</p> + attribute must <a href="#reflect">reflect</a> the content attribute of the + same name. The value must be <a href="#limited-to-only-positive-non-zero-numbers">limited to only positive non-zero + numbers</a>.</p> </div><h4 id="the-col-element"><span class="secno">4.9.4 </span>The <dfn><code>col</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Implemented and widely deployed</i><dl class="element"><dt>Categories</dt> <dd>None.</dd> @@ -68047,11 +68048,12 @@ interface <a href="#htmlanchorelement">HTMLAnchorElement</a> { attribute DOMString <a href="#dom-a-coords" title="dom-a-coords">coords</a>; attribute DOMString <a href="#dom-a-charset" title="dom-a-charset">charset</a>; + attribute DOMString <a href="#dom-a-name" title="dom-a-name">name</a>; attribute DOMString <a href="#dom-a-rev" title="dom-a-rev">rev</a>; attribute DOMString <a href="#dom-a-shape" title="dom-a-shape">shape</a>; };</pre> - <p>The <dfn id="dom-a-coords" title="dom-a-coords"><code>coords</code></dfn>, <dfn id="dom-a-charset" title="dom-a-charset"><code>charset</code></dfn>, <dfn id="dom-a-rev" title="dom-a-rev"><code>rev</code></dfn>, and <dfn id="dom-a-shape" title="dom-a-shape"><code>shape</code></dfn> IDL attributes of the + <p>The <dfn id="dom-a-coords" title="dom-a-coords"><code>coords</code></dfn>, <dfn id="dom-a-charset" title="dom-a-charset"><code>charset</code></dfn>, <dfn id="dom-a-name" title="dom-a-name"><code>name</code></dfn>, <dfn id="dom-a-rev" title="dom-a-rev"><code>rev</code></dfn>, and <dfn id="dom-a-shape" title="dom-a-shape"><code>shape</code></dfn> IDL attributes of the <code><a href="#the-a-element">a</a></code> element must <a href="#reflect">reflect</a> the respective content attributes of the same name.</p>
Received on Tuesday, 29 September 2009 01:26:05 UTC