Skip to content

Commit 53b55bd

Browse files
committed
[css-flexbox] Fix linking errors.
1 parent 54c4c0c commit 53b55bd

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

css-flexbox/Overview.bs

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -886,7 +886,7 @@ Implied Minimum Size of Flex Items</h3>
886886
<dd>
887887
On a <a>flex item</a> whose 'overflow' is ''overflow/visible'' in the <a>main axis</a>,
888888
when specified on the <a>flex item's</a> main-axis min-size property,
889-
specifies an <dfn>automatic minimum size</dfn>.
889+
specifies an <dfn dfn export>automatic minimum size</dfn>.
890890

891891
In general, the <a>automatic minimum size</a>
892892
is the smaller of its <a>content size</a> and its <a>specified size</a>.
@@ -900,25 +900,25 @@ Implied Minimum Size of Flex Items</h3>
900900
and are defined below:
901901

902902
<dl>
903-
<dt><var>specified size</var>
903+
<dt><dfn dfn noexport>specified size</dfn>
904904
<dd>
905905
If the item’s computed <a>main size property</a> is <a>definite</a>,
906-
then the <var>specified size</var> is that size
906+
then the <a>specified size</a> is that size
907907
(clamped by its <a>max main size property</a> if it's <a>definite</a>).
908908
It is otherwise undefined.
909909

910-
<dt><var>transferred size</var>
910+
<dt><dfn dfn noexport>transferred size</dfn>
911911
<dd>
912912
If the item has an intrinsic aspect ratio
913913
and its computed <a>cross size property</a> is <a>definite</a>,
914-
then the <var>transferred size</var> is that size
914+
then the <a>transferred size</a> is that size
915915
(clamped by its <a lt="min cross size property">min and max cross size properties</a> if they are <a>definite</a>),
916916
converted through the aspect ratio.
917917
It is otherwise undefined.
918918

919-
<dt><var>content size</var>
919+
<dt><dfn dfn noexport>content size</dfn>
920920
<dd>
921-
The <var>content size</var> is the <a>min-content size</a> in the <a>main axis</a>,
921+
The <a>content size</a> is the <a>min-content size</a> in the <a>main axis</a>,
922922
clamped, if it has an aspect ratio, by any <a>definite</a> <a lt="min cross size property">min and max cross size properties</a> converted through the aspect ratio,
923923
and then further clamped by the <a>max main size property</a> if that is <a>definite</a>.
924924
</dl>
@@ -3745,7 +3745,7 @@ Substantive Changes and Bugfixes</h4>
37453745
<blockquote>
37463746
If the item’s <del>computed 'flex-basis' is ''content''
37473747
and its</del> computed <a>main size property</a> is <a>definite</a>,
3748-
then the <var>specified size</var> is that size
3748+
then the <a>specified size</a> is that size
37493749
</blockquote>
37503750

37513751
<li id="change-2014-blockify">

0 commit comments

Comments
 (0)