Skip to content

Commit

Permalink
[e] (0) Correct the xrefs and update the IDL.
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8710

git-svn-id: http://svn.whatwg.org/webapps@4679 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 6, 2010
1 parent 770ab70 commit eb50080
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion complete.html
Expand Up @@ -15782,6 +15782,8 @@ <h4 id=the-a-element><span class=secno>4.6.1 </span>The <dfn><code>a</code></dfn
attribute DOMString <a href=#dom-a-hreflang title=dom-a-hreflang>hreflang</a>;
attribute DOMString <a href=#dom-a-type title=dom-a-type>type</a>;

attribute DOMString <a href=#dom-a-text title=dom-a-text>text</a>;

// <a href=#url-decomposition-idl-attributes>URL decomposition IDL attributes</a>
attribute DOMString <a href=#dom-a-protocol title=dom-a-protocol>protocol</a>;
attribute DOMString <a href=#dom-a-host title=dom-a-host>host</a>;
Expand Down Expand Up @@ -15878,7 +15880,7 @@ <h4 id=the-a-element><span class=secno>4.6.1 </span>The <dfn><code>a</code></dfn

</ol></div>

<dl class=domintro><dt><var title="">option</var> . <code title=dom-option-text><a href=#dom-option-text>text</a></code></dt>
<dl class=domintro><dt><var title="">a</var> . <code title=dom-a-text><a href=#dom-a-text>text</a></code></dt>

<dd>

Expand Down
4 changes: 3 additions & 1 deletion index
Expand Up @@ -15681,6 +15681,8 @@ first matching case):&lt;/p&gt;
attribute DOMString <a href=#dom-a-hreflang title=dom-a-hreflang>hreflang</a>;
attribute DOMString <a href=#dom-a-type title=dom-a-type>type</a>;

attribute DOMString <a href=#dom-a-text title=dom-a-text>text</a>;

// <a href=#url-decomposition-idl-attributes>URL decomposition IDL attributes</a>
attribute DOMString <a href=#dom-a-protocol title=dom-a-protocol>protocol</a>;
attribute DOMString <a href=#dom-a-host title=dom-a-host>host</a>;
Expand Down Expand Up @@ -15777,7 +15779,7 @@ first matching case):&lt;/p&gt;

</ol></div>

<dl class=domintro><dt><var title="">option</var> . <code title=dom-option-text><a href=#dom-option-text>text</a></code></dt>
<dl class=domintro><dt><var title="">a</var> . <code title=dom-a-text><a href=#dom-a-text>text</a></code></dt>

<dd>

Expand Down
4 changes: 3 additions & 1 deletion source
Expand Up @@ -16697,6 +16697,8 @@ first matching case):&lt;/p&gt;
attribute DOMString <span title="dom-a-hreflang">hreflang</span>;
attribute DOMString <span title="dom-a-type">type</span>;

attribute DOMString <span title="dom-a-text">text</span>;

// <span>URL decomposition IDL attributes</span>
attribute DOMString <span title="dom-a-protocol">protocol</span>;
attribute DOMString <span title="dom-a-host">host</span>;
Expand Down Expand Up @@ -16826,7 +16828,7 @@ first matching case):&lt;/p&gt;

<dl class="domintro">

<dt><var title="">option</var> . <code title="dom-option-text">text</code></dt>
<dt><var title="">a</var> . <code title="dom-a-text">text</code></dt>

<dd>

Expand Down

0 comments on commit eb50080

Please sign in to comment.