[html5] r7764 - [e] (0) Fix some minor editorial issues. Affected topics: HTML

whatwg at whatwg.org whatwg at whatwg.org
Thu Mar 21 15:02:03 PDT 2013


Author: ianh
Date: 2013-03-21 15:02:02 -0700 (Thu, 21 Mar 2013)
New Revision: 7764

Modified:
   complete.html
   index
   source
Log:
[e] (0) Fix some minor editorial issues.
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2013-03-21 18:47:31 UTC (rev 7763)
+++ complete.html	2013-03-21 22:02:02 UTC (rev 7764)
@@ -26394,6 +26394,7 @@
 
    </dl></div>
 
+<!--CLEANUP-->
   <p>The <dfn id=attr-source-media title=attr-source-media><code>media</code></dfn>
   attribute gives the intended media type of the <a href=#media-resource>media
   resource</a>, to help the user agent determine if this
@@ -26401,8 +26402,8 @@
   it. Its value must be a <a href=#valid-media-query>valid media query</a>.</p>
 
   <!-- for similar paragraphs, search for "The default, if the" -->
-  <p class=note id=source-default-media>The <span>resource
-  selection algorithm</span> is defined in such a way that when the
+  <p class=note id=source-default-media>The <a href=#concept-media-load-algorithm title=concept-media-load-algorithm>resource
+  selection algorithm</a> is defined in such a way that when the
   <code title=attr-source-media><a href=#attr-source-media>media</a></code> attribute is omitted
   the user agent acts the same as if the value was "<code title="">all</code>", i.e. by default the <a href=#media-resource>media
   resource</a> is suitable for all media.</p>
@@ -70871,7 +70872,8 @@
   algorithm (if appropriate).</p>
 
   <p class=note>A <a href=#synchronous-section>synchronous section</a> never mutates the DOM, runs any script, or has
-  any side-effects detectable from another <a href=#synchronous-section>synchronous section</a>, and thus <a href=#synchronous-section title="synchronous section">synchronous sections</a> can be run in any order.</p>
+  any side-effects detectable from another <a href=#synchronous-section>synchronous section</a>, and thus <a href=#synchronous-section title="synchronous section">synchronous sections</a> can be run in any order, and cannot
+  <a href=#spin-the-event-loop>spin the event loop</a>.</p>
 
   <p class=note>Steps in <a href=#synchronous-section title="synchronous section">synchronous sections</a> are marked
   with ⌛.</p>

Modified: index
===================================================================
--- index	2013-03-21 18:47:31 UTC (rev 7763)
+++ index	2013-03-21 22:02:02 UTC (rev 7764)
@@ -26394,6 +26394,7 @@
 
    </dl></div>
 
+<!--CLEANUP-->
   <p>The <dfn id=attr-source-media title=attr-source-media><code>media</code></dfn>
   attribute gives the intended media type of the <a href=#media-resource>media
   resource</a>, to help the user agent determine if this
@@ -26401,8 +26402,8 @@
   it. Its value must be a <a href=#valid-media-query>valid media query</a>.</p>
 
   <!-- for similar paragraphs, search for "The default, if the" -->
-  <p class=note id=source-default-media>The <span>resource
-  selection algorithm</span> is defined in such a way that when the
+  <p class=note id=source-default-media>The <a href=#concept-media-load-algorithm title=concept-media-load-algorithm>resource
+  selection algorithm</a> is defined in such a way that when the
   <code title=attr-source-media><a href=#attr-source-media>media</a></code> attribute is omitted
   the user agent acts the same as if the value was "<code title="">all</code>", i.e. by default the <a href=#media-resource>media
   resource</a> is suitable for all media.</p>
@@ -70871,7 +70872,8 @@
   algorithm (if appropriate).</p>
 
   <p class=note>A <a href=#synchronous-section>synchronous section</a> never mutates the DOM, runs any script, or has
-  any side-effects detectable from another <a href=#synchronous-section>synchronous section</a>, and thus <a href=#synchronous-section title="synchronous section">synchronous sections</a> can be run in any order.</p>
+  any side-effects detectable from another <a href=#synchronous-section>synchronous section</a>, and thus <a href=#synchronous-section title="synchronous section">synchronous sections</a> can be run in any order, and cannot
+  <a href=#spin-the-event-loop>spin the event loop</a>.</p>
 
   <p class=note>Steps in <a href=#synchronous-section title="synchronous section">synchronous sections</a> are marked
   with ⌛.</p>

Modified: source
===================================================================
--- source	2013-03-21 18:47:31 UTC (rev 7763)
+++ source	2013-03-21 22:02:02 UTC (rev 7764)
@@ -28077,6 +28077,7 @@
 
   </div>
 
+<!--CLEANUP-->
   <p>The <dfn title="attr-source-media"><code>media</code></dfn>
   attribute gives the intended media type of the <span>media
   resource</span>, to help the user agent determine if this
@@ -28084,7 +28085,7 @@
   it. Its value must be a <span>valid media query</span>.</p>
 
   <!-- for similar paragraphs, search for "The default, if the" -->
-  <p id="source-default-media" class="note">The <span>resource
+  <p id="source-default-media" class="note">The <span title="concept-media-load-algorithm">resource
   selection algorithm</span> is defined in such a way that when the
   <code title="attr-source-media">media</code> attribute is omitted
   the user agent acts the same as if the value was "<code
@@ -84145,7 +84146,8 @@
 
   <p class="note">A <span>synchronous section</span> never mutates the DOM, runs any script, or has
   any side-effects detectable from another <span>synchronous section</span>, and thus <span
-  title="synchronous section">synchronous sections</span> can be run in any order.</p>
+  title="synchronous section">synchronous sections</span> can be run in any order, and cannot
+  <span>spin the event loop</span>.</p>
 
   <p class="note">Steps in <span title="synchronous section">synchronous sections</span> are marked
   with &#x231B;.</p>




More information about the Commit-Watchers mailing list