[html5] r8413 - [giow] (0) The parser should always refer to parent nodes, not parent elements A [...]
whatwg at whatwg.org
whatwg at whatwg.org
Tue Jan 21 14:53:01 PST 2014
Author: ianh
Date: 2014-01-21 14:53:00 -0800 (Tue, 21 Jan 2014)
New Revision: 8413
Modified:
complete.html
index
source
Log:
[giow] (0) The parser should always refer to parent nodes, not parent elements
Affected topics: HTML Syntax and Parsing
Modified: complete.html
===================================================================
--- complete.html 2014-01-21 22:51:52 UTC (rev 8412)
+++ complete.html 2014-01-21 22:53:00 UTC (rev 8413)
@@ -88399,8 +88399,8 @@
<!-- if we get here, we know there's a last table, and if there's a last template, it's older
than the last table. -->
- <li><p>If <var title="">last table</var> has a parent element, then let <var title="">adjusted insertion location</var> be inside <var title="">last table</var>'s parent
- element, immediately before <var title="">last table</var>, and abort these
+ <li><p>If <var title="">last table</var> has a parent node, then let <var title="">adjusted insertion location</var> be inside <var title="">last table</var>'s parent
+ node, immediately before <var title="">last table</var>, and abort these
substeps.</li>
<!-- if we get here, we know there's a last table, but it has no parent, and if there's a
Modified: index
===================================================================
--- index 2014-01-21 22:51:52 UTC (rev 8412)
+++ index 2014-01-21 22:53:00 UTC (rev 8413)
@@ -88399,8 +88399,8 @@
<!-- if we get here, we know there's a last table, and if there's a last template, it's older
than the last table. -->
- <li><p>If <var title="">last table</var> has a parent element, then let <var title="">adjusted insertion location</var> be inside <var title="">last table</var>'s parent
- element, immediately before <var title="">last table</var>, and abort these
+ <li><p>If <var title="">last table</var> has a parent node, then let <var title="">adjusted insertion location</var> be inside <var title="">last table</var>'s parent
+ node, immediately before <var title="">last table</var>, and abort these
substeps.</li>
<!-- if we get here, we know there's a last table, but it has no parent, and if there's a
Modified: source
===================================================================
--- source 2014-01-21 22:51:52 UTC (rev 8412)
+++ source 2014-01-21 22:53:00 UTC (rev 8413)
@@ -98605,9 +98605,9 @@
<!-- if we get here, we know there's a last table, and if there's a last template, it's older
than the last table. -->
- <li><p>If <var data-x="">last table</var> has a parent element, then let <var
+ <li><p>If <var data-x="">last table</var> has a parent node, then let <var
data-x="">adjusted insertion location</var> be inside <var data-x="">last table</var>'s parent
- element, immediately before <var data-x="">last table</var>, and abort these
+ node, immediately before <var data-x="">last table</var>, and abort these
substeps.</p></li>
<!-- if we get here, we know there's a last table, but it has no parent, and if there's a
More information about the Commit-Watchers
mailing list