html5/spec Overview.html,1.3182,1.3183

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv29895

Modified Files:
	Overview.html 
Log Message:
a.name somehow fell through the cracks (whatwg r4021)

Index: Overview.html
===================================================================
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:25:22 UTC