[html5] r7340 - [e] (0) Make this more consistent with other prose, for clarity. Fixing https:// [...]
whatwg at whatwg.org
whatwg at whatwg.org
Wed Sep 12 00:22:00 PDT 2012
Author: ianh
Date: 2012-09-12 00:21:58 -0700 (Wed, 12 Sep 2012)
New Revision: 7340
Modified:
complete.html
index
source
Log:
[e] (0) Make this more consistent with other prose, for clarity.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=16083
Affected topics: HTML Syntax and Parsing
Modified: complete.html
===================================================================
--- complete.html 2012-09-12 07:19:57 UTC (rev 7339)
+++ complete.html 2012-09-12 07:21:58 UTC (rev 7340)
@@ -93339,13 +93339,13 @@
an element in the <a href=#special>special</a> category. There might not
be one.</li>
- <li><p>If there is no <var title="">furthest block</var>,
- then the UA must skip the subsequent steps and instead just
- pop all the nodes from the bottom of the <a href=#stack-of-open-elements>stack of open
- elements</a>, from the <a href=#current-node>current node</a> up to and
- including the <var title="">formatting element</var>, and
- remove the <var title="">formatting element</var> from the
- <a href=#list-of-active-formatting-elements>list of active formatting elements</a>.</li>
+ <li><p>If there is no <var title="">furthest block</var>, then
+ the UA must first pop all the nodes from the bottom of the
+ <a href=#stack-of-open-elements>stack of open elements</a>, from the <a href=#current-node>current
+ node</a> up to and including the <var title="">formatting
+ element</var>, then remove the <var title="">formatting
+ element</var> from the <a href=#list-of-active-formatting-elements>list of active formatting
+ elements</a>, and finally abort these steps.</li>
<li><p>Let the <var title="">common ancestor</var> be the element
immediately above the <var title="">formatting element</var> in the
Modified: index
===================================================================
--- index 2012-09-12 07:19:57 UTC (rev 7339)
+++ index 2012-09-12 07:21:58 UTC (rev 7340)
@@ -93339,13 +93339,13 @@
an element in the <a href=#special>special</a> category. There might not
be one.</li>
- <li><p>If there is no <var title="">furthest block</var>,
- then the UA must skip the subsequent steps and instead just
- pop all the nodes from the bottom of the <a href=#stack-of-open-elements>stack of open
- elements</a>, from the <a href=#current-node>current node</a> up to and
- including the <var title="">formatting element</var>, and
- remove the <var title="">formatting element</var> from the
- <a href=#list-of-active-formatting-elements>list of active formatting elements</a>.</li>
+ <li><p>If there is no <var title="">furthest block</var>, then
+ the UA must first pop all the nodes from the bottom of the
+ <a href=#stack-of-open-elements>stack of open elements</a>, from the <a href=#current-node>current
+ node</a> up to and including the <var title="">formatting
+ element</var>, then remove the <var title="">formatting
+ element</var> from the <a href=#list-of-active-formatting-elements>list of active formatting
+ elements</a>, and finally abort these steps.</li>
<li><p>Let the <var title="">common ancestor</var> be the element
immediately above the <var title="">formatting element</var> in the
Modified: source
===================================================================
--- source 2012-09-12 07:19:57 UTC (rev 7339)
+++ source 2012-09-12 07:21:58 UTC (rev 7340)
@@ -108235,13 +108235,13 @@
an element in the <span>special</span> category. There might not
be one.</p></li>
- <li><p>If there is no <var title="">furthest block</var>,
- then the UA must skip the subsequent steps and instead just
- pop all the nodes from the bottom of the <span>stack of open
- elements</span>, from the <span>current node</span> up to and
- including the <var title="">formatting element</var>, and
- remove the <var title="">formatting element</var> from the
- <span>list of active formatting elements</span>.</p></li>
+ <li><p>If there is no <var title="">furthest block</var>, then
+ the UA must first pop all the nodes from the bottom of the
+ <span>stack of open elements</span>, from the <span>current
+ node</span> up to and including the <var title="">formatting
+ element</var>, then remove the <var title="">formatting
+ element</var> from the <span>list of active formatting
+ elements</span>, and finally abort these steps.</p></li>
<li><p>Let the <var title="">common ancestor</var> be the element
immediately above the <var title="">formatting element</var> in the
More information about the Commit-Watchers
mailing list