Skip to content

Commit

Permalink
Editorial: Fix wording in inter-element WS dfn
Browse files Browse the repository at this point in the history
  • Loading branch information
sideshowbarker committed Apr 7, 2017
1 parent b649435 commit 2c997f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -10179,9 +10179,9 @@ console.assert(image.height === 200);</pre>
model. The <dfn data-x="concept-html-contents">contents</dfn> of an element are its children in the
DOM.</p>

<p>The <span>ASCII whitespace</span> are always allowed between elements. User agents represent
these characters between elements in the source markup as <code>Text</code> nodes in the DOM.<!--
not a conf criteria since the parser now requires this --> Empty <code>Text</code> nodes and
<p><span>ASCII whitespace</span> is always allowed between elements. User agents represent these
characters between elements in the source markup as <code>Text</code> nodes in the DOM.<!-- not a
conf criteria since the parser now requires this --> Empty <code>Text</code> nodes and
<code>Text</code> nodes consisting of just sequences of those characters are considered
<dfn>inter-element whitespace</dfn>.</p>

Expand Down

0 comments on commit 2c997f4

Please sign in to comment.