[html5] r4568 - [e] (0) fix blank lines in IDL, broken xrefs. Fixing http://www.w3.org/Bugs/Publ [...]

whatwg at whatwg.org whatwg at whatwg.org
Sun Jan 10 22:49:28 PST 2010


Author: ianh
Date: 2010-01-10 22:49:25 -0800 (Sun, 10 Jan 2010)
New Revision: 4568

Modified:
   complete.html
   index
   source
Log:
[e] (0) fix blank lines in IDL, broken xrefs.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8578

Modified: complete.html
===================================================================
--- complete.html	2010-01-11 06:47:44 UTC (rev 4567)
+++ complete.html	2010-01-11 06:49:25 UTC (rev 4568)
@@ -21514,13 +21514,11 @@
            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>;
@@ -51629,12 +51627,13 @@
   <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>
@@ -51662,7 +51661,8 @@
 
      <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>
 

Modified: index
===================================================================
--- index	2010-01-11 06:47:44 UTC (rev 4567)
+++ index	2010-01-11 06:49:25 UTC (rev 4568)
@@ -21379,13 +21379,11 @@
            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>;
@@ -51499,12 +51497,13 @@
   <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>
@@ -51532,7 +51531,8 @@
 
      <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>
 

Modified: source
===================================================================
--- source	2010-01-11 06:47:44 UTC (rev 4567)
+++ source	2010-01-11 06:49:25 UTC (rev 4568)
@@ -22925,13 +22925,11 @@
            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>;
@@ -58145,13 +58143,14 @@
   <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>
 
@@ -58191,7 +58190,8 @@
 
      <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>
 




More information about the Commit-Watchers mailing list