Skip to content

Commit

Permalink
[giow] (0) The parser should always refer to parent nodes, not parent…
Browse files Browse the repository at this point in the history
… elements

Affected topics: HTML Syntax and Parsing

git-svn-id: http://svn.whatwg.org/webapps@8413 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jan 21, 2014
1 parent 2d4b7ca commit 3110963
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions complete.html
Original file line number Diff line number Diff line change
Expand Up @@ -88399,8 +88399,8 @@ <h5 id=creating-and-inserting-nodes><span class=secno>12.2.5.1 </span>Creating a
<!-- 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
Expand Down
4 changes: 2 additions & 2 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -88399,8 +88399,8 @@ dictionary <dfn id=storageeventinit>StorageEventInit</dfn> : <a href=#eventinit>
<!-- 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
Expand Down
4 changes: 2 additions & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -98605,9 +98605,9 @@ dictionary <dfn>StorageEventInit</dfn> : <span>EventInit</span> {
<!-- 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
Expand Down

0 comments on commit 3110963

Please sign in to comment.