@@ -58,7 +58,7 @@ Introduction</h2>
5858 and renders it onto a <a href="https://www.w3.org/TR/CSS2/intro.html#canvas">canvas</a>
5959 (such as your screen, a piece of paper, or an audio stream).
6060 (Some source documents start from more complex trees,
61- such as the DOM,
61+ such as the DOM,
6262 which can have comment nodes
6363 and other types of things.
6464 For the purposes of CSS,
@@ -1408,6 +1408,25 @@ Acknowledgments</h2>
14081408<h2 class=no-num id="changes">
14091409Changes</h2>
14101410
1411+ Changes since the <a href="https://www.w3.org/TR/2019/CR-css-display-3-20190711/">11 July 2019 Candidate Recommendation</a>
1412+ include:
1413+
1414+ <ul>
1415+ <li id="change-containing-block">
1416+ Merged in additional prose from [[!CSS2]] into the definition of [=containing block=] .
1417+ <li id="change-dom-ignore">
1418+ Clarified that, for the purpose of CSS, DOM nodes other than elements and text are ignored.
1419+ <blockquote>
1420+ <p><ins> (Some source documents start from more complex trees,
1421+ such as the DOM,
1422+ which can have comment nodes
1423+ and other types of things.
1424+ For the purposes of CSS,
1425+ all of these additional types of nodes are ignored,
1426+ as if they didn't exist.)</ins>
1427+ </blockquote>
1428+ </ul>
1429+
14111430 Changes since the <a href="https://www.w3.org/TR/2018/CR-css-display-3-20180828/">28 August 2018 Candidate Recommendation</a>
14121431 include:
14131432
0 commit comments