@@ -21,12 +21,12 @@ Introduction</h2>
2121
2222 <p><em> This section is normative.</em>
2323
24- CSS takes a source document, organized as a tree of <dfn lt="element|element tree">elements</dfn> ,
24+ CSS takes a source document, organized as a tree of <dfn lt="element|element tree" export >elements</dfn> ,
2525 and renders it onto a <a href="http://www.w3.org/TR/CSS2/intro.html#canvas">canvas</a> (such as your screen, a piece of paper, or an audio stream).
2626 To do this, it generates an intermediary structure,
27- the <dfn>box tree</dfn> ,
27+ the <dfn export >box tree</dfn> ,
2828 which represents the formatting structure of the rendered document.
29- Each <dfn>box</dfn> represents its corresponding <a>element</a> (or <a>pseudo-element</a> )
29+ Each <dfn export >box</dfn> represents its corresponding <a>element</a> (or <a>pseudo-element</a> )
3030 in space and/or time on the canvas.
3131
3232 To create the <a>box tree</a> ,
@@ -49,7 +49,7 @@ Introduction</h2>
4949 They're often referred to by their 'display' type--
5050 e.g. a <a>box</a> generated by an element with ''display: block'' is called a “block box” or just a “block”.
5151
52- An <dfn lt="anonymous|anonymous box">anonymous box</dfn> is is a box that is not associated with any element.
52+ An <dfn lt="anonymous|anonymous box" export >anonymous box</dfn> is is a box that is not associated with any element.
5353 <a>Anonymous boxes</a> are generated in certain circumstances
5454 to fix up the <a>box tree</a> when it requires a particular nested structure
5555 that is not provided by the boxes generated from the <a>element tree</a> .
@@ -114,7 +114,7 @@ Box Layout Modes: the 'display' property</h2>
114114 Media : all
115115 </pre>
116116
117- The 'display' property defines box's <dfn>display type</dfn> ,
117+ The 'display' property defines box's <dfn export >display type</dfn> ,
118118 which consists of the two basic qualities of how an element generates boxes:
119119
120120 * the <dfn export local-lt="inner">inner display type</dfn> ,
@@ -600,7 +600,7 @@ Toggling Box Generation: the 'box-suppress' property</h2>
600600<h2 id='run-in'>
601601Run-In Layout</h2>
602602
603- A <dfn lt="run-in | run-in box">run-in box</dfn>
603+ A <dfn export lt="run-in | run-in box">run-in box</dfn>
604604 is a box that <em> merges into</em> a block that comes after it,
605605 inserting itself at the beginning of that block’s inline-level content.
606606 This is useful for formatting compact headlines, definitions, and other similar things,
0 commit comments