@@ -301,7 +301,7 @@ Preferred Size Properties: the 'width' and 'height' properties</h4>
301
301
</pre>
302
302
303
303
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.
305
305
306
306
<h4 id="min-size-properties">
307
307
Minimum 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>
318
318
</pre>
319
319
320
320
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”)
323
323
of the box, respectively.
324
324
325
325
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>
340
340
</pre>
341
341
342
342
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”)
345
345
of the box, respectively.
346
346
347
347
0 commit comments