[html5] r4021 - [e] (0) a.name somehow fell through the cracks Fixing http://www.w3.org/Bugs/Pub [...]

whatwg at whatwg.org whatwg at whatwg.org
Mon Sep 28 18:33:25 PDT 2009


Author: ianh
Date: 2009-09-28 18:33:24 -0700 (Mon, 28 Sep 2009)
New Revision: 4021

Modified:
   index
   source
Log:
[e] (0) a.name somehow fell through the cracks
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7637

Modified: index
===================================================================
--- index	2009-09-29 01:29:20 UTC (rev 4020)
+++ index	2009-09-29 01:33:24 UTC (rev 4021)
@@ -28550,8 +28550,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>
 
@@ -74556,11 +74557,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>
 

Modified: source
===================================================================
--- source	2009-09-29 01:29:20 UTC (rev 4020)
+++ source	2009-09-29 01:33:24 UTC (rev 4021)
@@ -31445,9 +31445,9 @@
   <span>table model</span>.</p>
 
   <p>The <dfn title="dom-colgroup-span"><code>span</code></dfn> IDL
-  attribute must <span>reflect</span> the< content attribute
-  of the same name. The value must be <span>limited to only positive
-  non-zero numbers</span>.</p>
+  attribute must <span>reflect</span> the content attribute of the
+  same name. The value must be <span>limited to only positive non-zero
+  numbers</span>.</p>
 
   </div>
 
@@ -88484,12 +88484,14 @@
 interface <span>HTMLAnchorElement</span> {
            attribute DOMString <span title="dom-a-coords">coords</span>;
            attribute DOMString <span title="dom-a-charset">charset</span>;
+           attribute DOMString <span title="dom-a-name">name</span>;
            attribute DOMString <span title="dom-a-rev">rev</span>;
            attribute DOMString <span title="dom-a-shape">shape</span>;
 };</pre>
 
   <p>The <dfn title="dom-a-coords"><code>coords</code></dfn>, <dfn
   title="dom-a-charset"><code>charset</code></dfn>, <dfn
+  title="dom-a-name"><code>name</code></dfn>, <dfn
   title="dom-a-rev"><code>rev</code></dfn>, and <dfn
   title="dom-a-shape"><code>shape</code></dfn> IDL attributes of the
   <code>a</code> element must <span>reflect</span> the respective




More information about the Commit-Watchers mailing list