Short URL: http://html5.org/r/4021
| SVN | Bug | Comment | Time (UTC) |
|---|---|---|---|
| 4021 | 7637 | a.name somehow fell through the cracks | 2009-09-29 01:33 |
Index: source
===================================================================
--- source (revision 4020)
+++ source (revision 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