Skip to content

Commit 1c13062

Browse files
committed
[css-sizing] Export some terms.
1 parent 4412690 commit 1c13062

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

css-sizing-3/Overview.bs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ Sizing Properties</h3>
286286

287287
Note: Additional <a>flow-relative</a> aliases to these properties are defined in [[CSS-LOGICAL-1]].
288288

289-
<h4 id="preferred-size-properties" dfn lt="preferred size property">
289+
<h4 id="preferred-size-properties" dfn export lt="preferred size property">
290290
Preferred Size Properties: the 'width' and 'height' properties</h4>
291291

292292
<pre class=propdef>
@@ -301,11 +301,11 @@ Preferred Size Properties: the 'width' and 'height' properties</h4>
301301
</pre>
302302

303303
The 'width' and 'height' properties specify
304-
the <dfn lt="preferred size">preferred</dfn> (<a>physical</a>)
304+
the <dfn export lt="preferred size">preferred</dfn> (<a>physical</a>)
305305
<dfn export lt="width | preferred width">width</dfn>
306306
and <dfn export lt="height | preferred height">height</dfn> of the box, respectively.
307307

308-
<h4 id="min-size-properties" dfn lt="min size property">
308+
<h4 id="min-size-properties" dfn export lt="min size property">
309309
Minimum Size Properties: the 'min-width' and 'min-height' properties</h4>
310310

311311
<pre class=propdef>
@@ -327,7 +327,7 @@ Minimum Size Properties: the 'min-width' and 'min-height' properties</h4>
327327
Note: The initial value of ''min-width/auto'' is new;
328328
in [[CSS2]] the initial value was zero.
329329

330-
<h4 id="max-size-properties" dfn lt="max size property">
330+
<h4 id="max-size-properties" dfn export lt="max size property">
331331
Maximum Size Properties: the 'max-width' and 'max-height' properties</h4>
332332

333333
<pre class=propdef>

0 commit comments

Comments
 (0)