[html5] r5642 - [giow] (2) specify specific limits for AAA; let me know what pages break Fixing [...]
whatwg at whatwg.org
whatwg at whatwg.org
Tue Oct 19 00:26:54 PDT 2010
Author: ianh
Date: 2010-10-19 00:26:51 -0700 (Tue, 19 Oct 2010)
New Revision: 5642
Modified:
complete.html
index
source
Log:
[giow] (2) specify specific limits for AAA; let me know what pages break
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10801
Modified: complete.html
===================================================================
--- complete.html 2010-10-19 06:34:22 UTC (rev 5641)
+++ complete.html 2010-10-19 07:26:51 UTC (rev 5642)
@@ -81194,12 +81194,22 @@
<p>Run these steps:</p>
- <ol><li>
+ <ol><li><p>Let <var title="">outer loop counter</var> be
+ zero.</li>
- <p>Let the <var title="">formatting element</var> be the
- last element in the <a href=#list-of-active-formatting-elements>list of active formatting
- elements</a> that:</p>
+ <li><p><i>Outer loop</i>: If <var title="">outer loop
+ counter</var> is greater than or equal to eight, then abort these
+ steps.</li>
+ <li><p>Increment <var title="">outer loop counter</var> by
+ one.</li>
+
+ <li>
+
+ <p>Let the <var title="">formatting element</var> be the last
+ element in the <a href=#list-of-active-formatting-elements>list of active formatting elements</a>
+ that:</p>
+
<ul><li>is between the end of the list and the last scope
marker in the list, if any, or the start of the list
otherwise, and</li>
@@ -81257,7 +81267,17 @@
<p>Let <var title="">node</var> and <var title="">last node</var> be the
<var title="">furthest block</var>. Follow these steps:</p>
- <ol><li>Let <var title="">node</var> be the element immediately
+ <ol><li><p>Let <var title="">inner loop counter</var> be
+ zero.</li>
+
+ <li><p><i>Inner loop</i>: If <var title="">inner loop
+ counter</var> is greater than or equal to three, then abort these
+ steps.</li>
+
+ <li><p>Increment <var title="">inner loop counter</var> by
+ one.</li>
+
+ <li>Let <var title="">node</var> be the element immediately
above <var title="">node</var> in the <a href=#stack-of-open-elements>stack of open
elements</a>, or if <var title="">node</var> is no longer in
the <a href=#stack-of-open-elements>stack of open elements</a> (e.g. because it got
@@ -81268,7 +81288,8 @@
<li>If <var title="">node</var> is not in the <a href=#list-of-active-formatting-elements>list of
active formatting elements</a>, then remove <var title="">node</var> from the <a href=#stack-of-open-elements>stack of open
- elements</a> and then go back to step 1.</li>
+ elements</a> and then go back to the step labeled <i>inner
+ loop</i>.</li>
<li>Otherwise, if <var title="">node</var> is the <var title="">formatting element</var>, then go to the next step
in the overall algorithm.</li>
@@ -81291,7 +81312,7 @@
<li>Let <var title="">last node</var> be <var title="">node</var>.</li>
- <li>Return to step 1 of this inner set of steps.</li>
+ <li>Return to the step labeled <i>inner loop</i>.</li>
</ol></li>
@@ -81333,7 +81354,7 @@
the position of the <var title="">furthest block</var> in that
stack.</li>
- <li><p>Jump back to step 1 in this series of steps.</li>
+ <li><p>Jump back to the step labeled <i>outer loop</i>.</li>
</ol><p class=note>Because of the way this algorithm causes elements
to change parents, it has been dubbed the "adoption agency
Modified: index
===================================================================
--- index 2010-10-19 06:34:22 UTC (rev 5641)
+++ index 2010-10-19 07:26:51 UTC (rev 5642)
@@ -77108,12 +77108,22 @@
<p>Run these steps:</p>
- <ol><li>
+ <ol><li><p>Let <var title="">outer loop counter</var> be
+ zero.</li>
- <p>Let the <var title="">formatting element</var> be the
- last element in the <a href=#list-of-active-formatting-elements>list of active formatting
- elements</a> that:</p>
+ <li><p><i>Outer loop</i>: If <var title="">outer loop
+ counter</var> is greater than or equal to eight, then abort these
+ steps.</li>
+ <li><p>Increment <var title="">outer loop counter</var> by
+ one.</li>
+
+ <li>
+
+ <p>Let the <var title="">formatting element</var> be the last
+ element in the <a href=#list-of-active-formatting-elements>list of active formatting elements</a>
+ that:</p>
+
<ul><li>is between the end of the list and the last scope
marker in the list, if any, or the start of the list
otherwise, and</li>
@@ -77171,7 +77181,17 @@
<p>Let <var title="">node</var> and <var title="">last node</var> be the
<var title="">furthest block</var>. Follow these steps:</p>
- <ol><li>Let <var title="">node</var> be the element immediately
+ <ol><li><p>Let <var title="">inner loop counter</var> be
+ zero.</li>
+
+ <li><p><i>Inner loop</i>: If <var title="">inner loop
+ counter</var> is greater than or equal to three, then abort these
+ steps.</li>
+
+ <li><p>Increment <var title="">inner loop counter</var> by
+ one.</li>
+
+ <li>Let <var title="">node</var> be the element immediately
above <var title="">node</var> in the <a href=#stack-of-open-elements>stack of open
elements</a>, or if <var title="">node</var> is no longer in
the <a href=#stack-of-open-elements>stack of open elements</a> (e.g. because it got
@@ -77182,7 +77202,8 @@
<li>If <var title="">node</var> is not in the <a href=#list-of-active-formatting-elements>list of
active formatting elements</a>, then remove <var title="">node</var> from the <a href=#stack-of-open-elements>stack of open
- elements</a> and then go back to step 1.</li>
+ elements</a> and then go back to the step labeled <i>inner
+ loop</i>.</li>
<li>Otherwise, if <var title="">node</var> is the <var title="">formatting element</var>, then go to the next step
in the overall algorithm.</li>
@@ -77205,7 +77226,7 @@
<li>Let <var title="">last node</var> be <var title="">node</var>.</li>
- <li>Return to step 1 of this inner set of steps.</li>
+ <li>Return to the step labeled <i>inner loop</i>.</li>
</ol></li>
@@ -77247,7 +77268,7 @@
the position of the <var title="">furthest block</var> in that
stack.</li>
- <li><p>Jump back to step 1 in this series of steps.</li>
+ <li><p>Jump back to the step labeled <i>outer loop</i>.</li>
</ol><p class=note>Because of the way this algorithm causes elements
to change parents, it has been dubbed the "adoption agency
Modified: source
===================================================================
--- source 2010-10-19 06:34:22 UTC (rev 5641)
+++ source 2010-10-19 07:26:51 UTC (rev 5642)
@@ -92764,11 +92764,21 @@
<ol>
+ <li><p>Let <var title="">outer loop counter</var> be
+ zero.</p></li>
+
+ <li><p><i>Outer loop</i>: If <var title="">outer loop
+ counter</var> is greater than or equal to eight, then abort these
+ steps.</p></li>
+
+ <li><p>Increment <var title="">outer loop counter</var> by
+ one.</p></li>
+
<li>
- <p>Let the <var title="">formatting element</var> be the
- last element in the <span>list of active formatting
- elements</span> that:</p>
+ <p>Let the <var title="">formatting element</var> be the last
+ element in the <span>list of active formatting elements</span>
+ that:</p>
<ul>
@@ -92834,6 +92844,16 @@
<ol>
+ <li><p>Let <var title="">inner loop counter</var> be
+ zero.</p></li>
+
+ <li><p><i>Inner loop</i>: If <var title="">inner loop
+ counter</var> is greater than or equal to three, then abort these
+ steps.</p></li>
+
+ <li><p>Increment <var title="">inner loop counter</var> by
+ one.</p></li>
+
<li>Let <var title="">node</var> be the element immediately
above <var title="">node</var> in the <span>stack of open
elements</span>, or if <var title="">node</var> is no longer in
@@ -92846,7 +92866,8 @@
<li>If <var title="">node</var> is not in the <span>list of
active formatting elements</span>, then remove <var
title="">node</var> from the <span>stack of open
- elements</span> and then go back to step 1.</li>
+ elements</span> and then go back to the step labeled <i>inner
+ loop</i>.</li>
<li>Otherwise, if <var title="">node</var> is the <var
title="">formatting element</var>, then go to the next step
@@ -92873,7 +92894,7 @@
<li>Let <var title="">last node</var> be <var title="">node</var>.</li>
- <li>Return to step 1 of this inner set of steps.</li>
+ <li>Return to the step labeled <i>inner loop</i>.</li>
</ol>
@@ -92917,7 +92938,7 @@
the position of the <var title="">furthest block</var> in that
stack.</p></li>
- <li><p>Jump back to step 1 in this series of steps.</p></li>
+ <li><p>Jump back to the step labeled <i>outer loop</i>.</p></li>
</ol>
More information about the Commit-Watchers
mailing list