[html5] r8379 - [e] (0) Remove redundant requirement in <object> section. Affected topics: HTML
whatwg at whatwg.org
whatwg at whatwg.org
Mon Jan 6 15:20:59 PST 2014
Author: ianh
Date: 2014-01-06 15:20:58 -0800 (Mon, 06 Jan 2014)
New Revision: 8379
Modified:
complete.html
index
source
Log:
[e] (0) Remove redundant requirement in <object> section.
Affected topics: HTML
Modified: complete.html
===================================================================
--- complete.html 2014-01-06 23:19:48 UTC (rev 8378)
+++ complete.html 2014-01-06 23:20:58 UTC (rev 8379)
@@ -23853,8 +23853,8 @@
<li>the element changes from <a href=#being-rendered>being rendered</a> to not being rendered, or vice versa,
- </ul><!-- Changing the base URL doesn't trigger this. --><p>...the user agent must <a href=#queue-a-task>queue a task</a> to run the following steps to (re)determine
- what the <code><a href=#the-object-element>object</a></code> element represents. The <a href=#task-source>task source</a> for this <a href=#concept-task title=concept-task>task</a> is the <a href=#dom-manipulation-task-source>DOM manipulation task source</a>. This <a href=#concept-task title=concept-task>task</a> being <a href=#queue-a-task title="queue a task">queued</a> or actively
+ </ul><!-- Changing the base URL doesn't trigger this. --><!--CLEANUP--><p>...the user agent must <a href=#queue-a-task>queue a task</a> to run the following steps to (re)determine
+ what the <code><a href=#the-object-element>object</a></code> element represents. This <a href=#concept-task title=concept-task>task</a> being <a href=#queue-a-task title="queue a task">queued</a> or actively
running must <a href=#delay-the-load-event>delay the load event</a> of the element's document. <!--As described in the
algorithm, once the algorithm starts fetching a resource, the fetch is what starts delaying the
load event. But to tide us over from when the parser finds the <object> element and the fetching
Modified: index
===================================================================
--- index 2014-01-06 23:19:48 UTC (rev 8378)
+++ index 2014-01-06 23:20:58 UTC (rev 8379)
@@ -23853,8 +23853,8 @@
<li>the element changes from <a href=#being-rendered>being rendered</a> to not being rendered, or vice versa,
- </ul><!-- Changing the base URL doesn't trigger this. --><p>...the user agent must <a href=#queue-a-task>queue a task</a> to run the following steps to (re)determine
- what the <code><a href=#the-object-element>object</a></code> element represents. The <a href=#task-source>task source</a> for this <a href=#concept-task title=concept-task>task</a> is the <a href=#dom-manipulation-task-source>DOM manipulation task source</a>. This <a href=#concept-task title=concept-task>task</a> being <a href=#queue-a-task title="queue a task">queued</a> or actively
+ </ul><!-- Changing the base URL doesn't trigger this. --><!--CLEANUP--><p>...the user agent must <a href=#queue-a-task>queue a task</a> to run the following steps to (re)determine
+ what the <code><a href=#the-object-element>object</a></code> element represents. This <a href=#concept-task title=concept-task>task</a> being <a href=#queue-a-task title="queue a task">queued</a> or actively
running must <a href=#delay-the-load-event>delay the load event</a> of the element's document. <!--As described in the
algorithm, once the algorithm starts fetching a resource, the fetch is what starts delaying the
load event. But to tide us over from when the parser finds the <object> element and the fetching
Modified: source
===================================================================
--- source 2014-01-06 23:19:48 UTC (rev 8378)
+++ source 2014-01-06 23:20:58 UTC (rev 8379)
@@ -25179,9 +25179,9 @@
</ul> <!-- Changing the base URL doesn't trigger this. -->
+<!--CLEANUP-->
<p>...the user agent must <span>queue a task</span> to run the following steps to (re)determine
- what the <code>object</code> element represents. The <span>task source</span> for this <span
- data-x="concept-task">task</span> is the <span>DOM manipulation task source</span>. This <span
+ what the <code>object</code> element represents. This <span
data-x="concept-task">task</span> being <span data-x="queue a task">queued</span> or actively
running must <span>delay the load event</span> of the element's document. <!--As described in the
algorithm, once the algorithm starts fetching a resource, the fetch is what starts delaying the
More information about the Commit-Watchers
mailing list