@@ -301,7 +301,7 @@ Preferred Size Properties: the 'width' and 'height' properties</h4>
301301 </pre>
302302
303303 The 'width' and 'height' properties specify
304- the preferred (<a>physical</a> ) <dfn>width</dfn> and <dfn>height</dfn> of the box, respectively.
304+ the preferred (<a>physical</a> ) <dfn export >width</dfn> and <dfn export >height</dfn> of the box, respectively.
305305
306306<h4 id="min-size-properties">
307307Minimum Size Properties: the 'min-width' and 'min-height' properties</h4>
@@ -318,8 +318,8 @@ Minimum Size Properties: the 'min-width' and 'min-height' properties</h4>
318318 </pre>
319319
320320 The 'min-width' and 'min-height' properties specify
321- the <dfn lt="min width | minimum width | min size | minimum size">minimum width</dfn> (or “min width”)
322- and <dfn lt="min height | minimum height">minimum height</dfn> (or “min height”)
321+ the <dfn export lt="min width | minimum width | min size | minimum size">minimum width</dfn> (or “min width”)
322+ and <dfn export lt="min height | minimum height">minimum height</dfn> (or “min height”)
323323 of the box, respectively.
324324
325325 Note: The initial value of ''min-width/auto'' is new;
@@ -340,8 +340,8 @@ Maximum Size Properties: the 'max-width' and 'max-height' properties</h4>
340340 </pre>
341341
342342 The 'max-width' and 'max-height' properties specify
343- the <dfn lt="max width | maximum width | max size | maximum size">maximum width</dfn> (or “max width”)
344- and <dfn lt="max height | maximum height">maximum height</dfn> (or “max height”)
343+ the <dfn export lt="max width | maximum width | max size | maximum size">maximum width</dfn> (or “max width”)
344+ and <dfn export lt="max height | maximum height">maximum height</dfn> (or “max height”)
345345 of the box, respectively.
346346
347347
0 commit comments