Skip to content

Commit

Permalink
[e] (0) Fix some cross-reference issues.
Browse files Browse the repository at this point in the history
Affected topics: DOM APIs, HTML

git-svn-id: http://svn.whatwg.org/webapps@7756 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Mar 14, 2013
1 parent 211ffe8 commit 0bf7965
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions complete.html
Expand Up @@ -26139,7 +26139,7 @@ <h4 id=the-audio-element><span class=secno>4.8.7 </span>The <dfn id=audio><code>
<dd><code title=attr-media-controls><a href=#attr-media-controls>controls</a></code></dd>
<dt><a href=#element-dfn-dom title=element-dfn-dom>DOM interface</a>:</dt><!--TOPIC:DOM APIs-->
<dd>
<pre class=idl>[NamedConstructor=<a href=#dom-audio-s title=dom-Audio-s>Audio</a>(optional DOMString src)]
<pre class=idl>[NamedConstructor=<a href=#dom-audio title=dom-Audio>Audio</a>(optional DOMString src)]
interface <dfn id=htmlaudioelement>HTMLAudioElement</dfn> : <a href=#htmlmediaelement>HTMLMediaElement</a> {};</pre>
</dd>
</dl><!--TOPIC:HTML--><p>An <code><a href=#the-audio-element>audio</a></code> element <a href=#represents>represents</a> a sound or
Expand Down Expand Up @@ -26199,7 +26199,7 @@ <h4 id=the-audio-element><span class=secno>4.8.7 </span>The <dfn id=audio><code>

</div>

<dl class=domintro><dt><var title="">audio</var> = new <code title=dom-Audio>Audio</code>( [ <var title="">url</var> ] )</dt>
<dl class=domintro><dt><var title="">audio</var> = new <code title=dom-Audio><a href=#dom-audio>Audio</a></code>( [ <var title="">url</var> ] )</dt>

<dd>

Expand All @@ -26211,7 +26211,7 @@ <h4 id=the-audio-element><span class=secno>4.8.7 </span>The <dfn id=audio><code>
</dl><div class=impl>

<p>A constructor is provided for creating <code><a href=#htmlaudioelement>HTMLAudioElement</a></code> objects (in addition to
the factory methods from DOM such as <code title="">createElement()</code>): <dfn id=dom-audio-s title=dom-Audio-s><code>Audio(<var title="">src</var>)</code></dfn>. When invoked as a
the factory methods from DOM such as <code title="">createElement()</code>): <dfn id=dom-audio title=dom-Audio><code>Audio(<var title="">src</var>)</code></dfn>. When invoked as a
constructor, it must return a new <code><a href=#htmlaudioelement>HTMLAudioElement</a></code> object (a new <code><a href=#the-audio-element>audio</a></code>
element). The element must have its <code title=attr-media-preload><a href=#attr-media-preload>preload</a></code> attribute set
to the literal value "<code title=attr-media-preload-auto><a href=#attr-media-preload-auto>auto</a></code>". If the <var title="">src</var> argument is present, the object created must have its <code title=attr-media-src><a href=#attr-media-src>src</a></code> content attribute set to the provided value, and the user agent
Expand Down
6 changes: 3 additions & 3 deletions index
Expand Up @@ -26139,7 +26139,7 @@ zero or more <code><a href=#the-track-element>track</a></code> elements, then
<dd><code title=attr-media-controls><a href=#attr-media-controls>controls</a></code></dd>
<dt><a href=#element-dfn-dom title=element-dfn-dom>DOM interface</a>:</dt><!--TOPIC:DOM APIs-->
<dd>
<pre class=idl>[NamedConstructor=<a href=#dom-audio-s title=dom-Audio-s>Audio</a>(optional DOMString src)]
<pre class=idl>[NamedConstructor=<a href=#dom-audio title=dom-Audio>Audio</a>(optional DOMString src)]
interface <dfn id=htmlaudioelement>HTMLAudioElement</dfn> : <a href=#htmlmediaelement>HTMLMediaElement</a> {};</pre>
</dd>
</dl><!--TOPIC:HTML--><p>An <code><a href=#the-audio-element>audio</a></code> element <a href=#represents>represents</a> a sound or
Expand Down Expand Up @@ -26199,7 +26199,7 @@ interface <dfn id=htmlaudioelement>HTMLAudioElement</dfn> : <a href=#htmlmediael

</div>

<dl class=domintro><dt><var title="">audio</var> = new <code title=dom-Audio>Audio</code>( [ <var title="">url</var> ] )</dt>
<dl class=domintro><dt><var title="">audio</var> = new <code title=dom-Audio><a href=#dom-audio>Audio</a></code>( [ <var title="">url</var> ] )</dt>

<dd>

Expand All @@ -26211,7 +26211,7 @@ interface <dfn id=htmlaudioelement>HTMLAudioElement</dfn> : <a href=#htmlmediael
</dl><div class=impl>

<p>A constructor is provided for creating <code><a href=#htmlaudioelement>HTMLAudioElement</a></code> objects (in addition to
the factory methods from DOM such as <code title="">createElement()</code>): <dfn id=dom-audio-s title=dom-Audio-s><code>Audio(<var title="">src</var>)</code></dfn>. When invoked as a
the factory methods from DOM such as <code title="">createElement()</code>): <dfn id=dom-audio title=dom-Audio><code>Audio(<var title="">src</var>)</code></dfn>. When invoked as a
constructor, it must return a new <code><a href=#htmlaudioelement>HTMLAudioElement</a></code> object (a new <code><a href=#the-audio-element>audio</a></code>
element). The element must have its <code title=attr-media-preload><a href=#attr-media-preload>preload</a></code> attribute set
to the literal value "<code title=attr-media-preload-auto><a href=#attr-media-preload-auto>auto</a></code>". If the <var title="">src</var> argument is present, the object created must have its <code title=attr-media-src><a href=#attr-media-src>src</a></code> content attribute set to the provided value, and the user agent
Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -27798,7 +27798,7 @@ zero or more <code>track</code> elements, then
<dd><code title="attr-media-controls">controls</code></dd>
<dt><span title="element-dfn-dom">DOM interface</span>:</dt><!--TOPIC:DOM APIs-->
<dd>
<pre class="idl">[NamedConstructor=<span title="dom-Audio-s">Audio</span>(optional DOMString src)]
<pre class="idl">[NamedConstructor=<span title="dom-Audio">Audio</span>(optional DOMString src)]
interface <dfn>HTMLAudioElement</dfn> : <span>HTMLMediaElement</span> {};</pre>
</dd>
</dl><!--TOPIC:HTML-->
Expand Down Expand Up @@ -27882,7 +27882,7 @@ interface <dfn>HTMLAudioElement</dfn> : <span>HTMLMediaElement</span> {};</pre>

<p>A constructor is provided for creating <code>HTMLAudioElement</code> objects (in addition to
the factory methods from DOM such as <code title="">createElement()</code>): <dfn
title="dom-Audio-s"><code>Audio(<var title="">src</var>)</code></dfn>. When invoked as a
title="dom-Audio"><code>Audio(<var title="">src</var>)</code></dfn>. When invoked as a
constructor, it must return a new <code>HTMLAudioElement</code> object (a new <code>audio</code>
element). The element must have its <code title="attr-media-preload">preload</code> attribute set
to the literal value "<code title="attr-media-preload-auto">auto</code>". If the <var
Expand Down

0 comments on commit 0bf7965

Please sign in to comment.