Skip to content

Commit

Permalink
[e] (0) a.name somehow fell through the cracks
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=7637

git-svn-id: http://svn.whatwg.org/webapps@4021 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 29, 2009
1 parent 0168477 commit 5f0fef7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
8 changes: 5 additions & 3 deletions index
Expand Up @@ -28550,8 +28550,9 @@ the cell that corresponds to the values of the two dice.
<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>

Expand Down Expand Up @@ -74556,11 +74557,12 @@ time:empty { binding: <i title="">time</i>; }</pre>
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>

Expand Down
8 changes: 5 additions & 3 deletions source
Expand Up @@ -31445,9 +31445,9 @@ the cell that corresponds to the values of the two dice.
<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>

Expand Down Expand Up @@ -88484,12 +88484,14 @@ time:empty { binding: <i title="">time</i>; }</pre>
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
Expand Down

0 comments on commit 5f0fef7

Please sign in to comment.