[html5] r7756 - [e] (0) Fix some cross-reference issues. Affected topics: DOM APIs, HTML

whatwg at whatwg.org whatwg at whatwg.org
Wed Mar 13 17:35:55 PDT 2013


Author: ianh
Date: 2013-03-13 17:35:54 -0700 (Wed, 13 Mar 2013)
New Revision: 7756

Modified:
   complete.html
   index
   source
Log:
[e] (0) Fix some cross-reference issues.
Affected topics: DOM APIs, HTML

Modified: complete.html
===================================================================
--- complete.html	2013-03-14 00:33:44 UTC (rev 7755)
+++ complete.html	2013-03-14 00:35:54 UTC (rev 7756)
@@ -26139,7 +26139,7 @@
    <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
@@ -26199,7 +26199,7 @@
 
   </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>
 
@@ -26211,7 +26211,7 @@
   </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

Modified: index
===================================================================
--- index	2013-03-14 00:33:44 UTC (rev 7755)
+++ index	2013-03-14 00:35:54 UTC (rev 7756)
@@ -26139,7 +26139,7 @@
    <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
@@ -26199,7 +26199,7 @@
 
   </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>
 
@@ -26211,7 +26211,7 @@
   </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

Modified: source
===================================================================
--- source	2013-03-14 00:33:44 UTC (rev 7755)
+++ source	2013-03-14 00:35:54 UTC (rev 7756)
@@ -27798,7 +27798,7 @@
    <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-->
@@ -27882,7 +27882,7 @@
 
   <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




More information about the Commit-Watchers mailing list