Skip to content

Commit

Permalink
[e] (0) fix blank lines in IDL, broken xrefs.
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8578

git-svn-id: http://svn.whatwg.org/webapps@4568 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jan 11, 2010
1 parent 7d9c32f commit 408b140
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 28 deletions.
18 changes: 9 additions & 9 deletions complete.html
Expand Up @@ -21514,13 +21514,11 @@ <h4 id=media-elements><span class=secno>4.8.10 </span>Media elements</h4>
attribute boolean <a href=#dom-media-loop title=dom-media-loop>loop</a>;
void <a href=#dom-media-play title=dom-media-play>play</a>();
void <a href=#dom-media-pause title=dom-media-pause>pause</a>();

<!--v2CUERANGE
// cue ranges
void <span title="dom-media-addCueRange">addCueRange</span>(in DOMString className, in DOMString id, in float start, in float end, in boolean pauseOnExit, in <span>CueRangeCallback</span> enterCallback, in <span>CueRangeCallback</span> exitCallback);
void <span title="dom-media-removeCueRanges">removeCueRanges</span>(in DOMString className);
-->

// controls
attribute boolean <a href=#dom-media-controls title=dom-media-controls>controls</a>;
attribute float <a href=#dom-media-volume title=dom-media-volume>volume</a>;
Expand Down Expand Up @@ -51629,12 +51627,13 @@ <h5 id=event-handler-attributes><span class=secno>6.5.6.1 </span>Event handlers<
<div class=impl>

<!-- SCRIPT EXEC -->
<p>When an <span>event handler content attribute</span> is set, if
the element is owned by a <code>Document</code> that is in a
<a href=#browsing-context>browsing context</a>, and <a href=#concept-bc-script title=concept-bc-script>scripting is enabled</a> for that
<a href=#browsing-context>browsing context</a>, the user agent must run the following
steps to create a <a href=#concept-script title=concept-script>script</a> after
setting the content attribute to its new value:</p>
<p>When an <a href=#event-handler-content-attributes title="event handler content attributes">event
handler content attribute</a> is set, if the element is owned by
a <code>Document</code> that is in a <a href=#browsing-context>browsing context</a>,
and <a href=#concept-bc-script title=concept-bc-script>scripting is enabled</a> for
that <a href=#browsing-context>browsing context</a>, the user agent must run the
following steps to create a <a href=#concept-script title=concept-script>script</a> after setting the content
attribute to its new value:</p>

<ol><li><p>Set up a <a href=#script-execution-environment>script execution environment</a> for
JavaScript.</li>
Expand Down Expand Up @@ -51662,7 +51661,8 @@ <h5 id=event-handler-attributes><span class=secno>6.5.6.1 </span>Event handlers<

<dt>Function body <var title="">FunctionBody</var></dt>

<dd>The <span>event handler content attribute</span>'s new value.</dd>
<dd>The <a href=#event-handler-content-attributes title="event handler content attributes">event
handler content attribute</a>'s new value.</dd>

<dt>Lexical Environment <var title="">Scope</var></dt>

Expand Down
18 changes: 9 additions & 9 deletions index
Expand Up @@ -21379,13 +21379,11 @@ interface <dfn id=htmlaudioelement>HTMLAudioElement</dfn> : <a href=#htmlmediael
attribute boolean <a href=#dom-media-loop title=dom-media-loop>loop</a>;
void <a href=#dom-media-play title=dom-media-play>play</a>();
void <a href=#dom-media-pause title=dom-media-pause>pause</a>();

<!--v2CUERANGE
// cue ranges
void <span title="dom-media-addCueRange">addCueRange</span>(in DOMString className, in DOMString id, in float start, in float end, in boolean pauseOnExit, in <span>CueRangeCallback</span> enterCallback, in <span>CueRangeCallback</span> exitCallback);
void <span title="dom-media-removeCueRanges">removeCueRanges</span>(in DOMString className);
-->

// controls
attribute boolean <a href=#dom-media-controls title=dom-media-controls>controls</a>;
attribute float <a href=#dom-media-volume title=dom-media-volume>volume</a>;
Expand Down Expand Up @@ -51499,12 +51497,13 @@ interface <dfn id=window>Window</dfn> {
<div class=impl>

<!-- SCRIPT EXEC -->
<p>When an <span>event handler content attribute</span> is set, if
the element is owned by a <code>Document</code> that is in a
<a href=#browsing-context>browsing context</a>, and <a href=#concept-bc-script title=concept-bc-script>scripting is enabled</a> for that
<a href=#browsing-context>browsing context</a>, the user agent must run the following
steps to create a <a href=#concept-script title=concept-script>script</a> after
setting the content attribute to its new value:</p>
<p>When an <a href=#event-handler-content-attributes title="event handler content attributes">event
handler content attribute</a> is set, if the element is owned by
a <code>Document</code> that is in a <a href=#browsing-context>browsing context</a>,
and <a href=#concept-bc-script title=concept-bc-script>scripting is enabled</a> for
that <a href=#browsing-context>browsing context</a>, the user agent must run the
following steps to create a <a href=#concept-script title=concept-script>script</a> after setting the content
attribute to its new value:</p>

<ol><li><p>Set up a <a href=#script-execution-environment>script execution environment</a> for
JavaScript.</li>
Expand Down Expand Up @@ -51532,7 +51531,8 @@ interface <dfn id=window>Window</dfn> {

<dt>Function body <var title="">FunctionBody</var></dt>

<dd>The <span>event handler content attribute</span>'s new value.</dd>
<dd>The <a href=#event-handler-content-attributes title="event handler content attributes">event
handler content attribute</a>'s new value.</dd>

<dt>Lexical Environment <var title="">Scope</var></dt>

Expand Down
20 changes: 10 additions & 10 deletions source
Expand Up @@ -22925,13 +22925,11 @@ interface <dfn>HTMLAudioElement</dfn> : <span>HTMLMediaElement</span> {};</pre>
attribute boolean <span title="dom-media-loop">loop</span>;
void <span title="dom-media-play">play</span>();
void <span title="dom-media-pause">pause</span>();

<!--v2CUERANGE
// cue ranges
void <span title="dom-media-addCueRange">addCueRange</span>(in DOMString className, in DOMString id, in float start, in float end, in boolean pauseOnExit, in <span>CueRangeCallback</span> enterCallback, in <span>CueRangeCallback</span> exitCallback);
void <span title="dom-media-removeCueRanges">removeCueRanges</span>(in DOMString className);
-->

// controls
attribute boolean <span title="dom-media-controls">controls</span>;
attribute float <span title="dom-media-volume">volume</span>;
Expand Down Expand Up @@ -58145,13 +58143,14 @@ interface <dfn>Window</dfn> {
<div class="impl">

<!-- SCRIPT EXEC -->
<p>When an <span>event handler content attribute</span> is set, if
the element is owned by a <code>Document</code> that is in a
<span>browsing context</span>, and <span
title="concept-bc-script">scripting is enabled</span> for that
<span>browsing context</span>, the user agent must run the following
steps to create a <span title="concept-script">script</span> after
setting the content attribute to its new value:</p>
<p>When an <span title="event handler content attributes">event
handler content attribute</span> is set, if the element is owned by
a <code>Document</code> that is in a <span>browsing context</span>,
and <span title="concept-bc-script">scripting is enabled</span> for
that <span>browsing context</span>, the user agent must run the
following steps to create a <span
title="concept-script">script</span> after setting the content
attribute to its new value:</p>

<ol>

Expand Down Expand Up @@ -58191,7 +58190,8 @@ interface <dfn>Window</dfn> {

<dt>Function body <var title="">FunctionBody</var></dt>

<dd>The <span>event handler content attribute</span>'s new value.</dd>
<dd>The <span title="event handler content attributes">event
handler content attribute</span>'s new value.</dd>

<dt>Lexical Environment <var title="">Scope</var></dt>

Expand Down

0 comments on commit 408b140

Please sign in to comment.