Skip to content

Commit f105ec6

Browse files
committed
[css-sizing] Add shortened link text
1 parent 40eb590 commit f105ec6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-sizing/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ Auto Box Sizes</h3>
145145
Note: For the <a>inline axis</a>, this is called the “available width” in <a href="http://www.w3.org/TR/CSS21/visudet.html#float-width">CSS2.1§10.3.5</a>
146146
and computed by the rules in <a href="http://www.w3.org/TR/CSS21/visudet.html#blockwidth">CSS2.1§10.3.3</a>.
147147

148-
: <dfn>max-content size</dfn>
148+
: <dfn lt="max-content | max-content size">max-content size</dfn>
149149
:: A box’s “ideal” <a>size</a> in a given axis when given infinite available space.
150150
Usually this is the smallest <a>size</a> the box could take in that axis
151151
while still fitting around its contents,
@@ -164,7 +164,7 @@ Auto Box Sizes</h3>
164164
:: The box's “ideal” <a>size</a> in the <a>block axis</a>.
165165
Usually the <a>block size</a> of the content after layout.
166166

167-
: <dfn>min-content size</dfn>
167+
: <dfn lt="min-content | min-content size">min-content size</dfn>
168168
:: The smallest <a>size</a> a box could take
169169
that doesn't lead to overflow
170170
that could be avoided by choosing a larger <a>size</a>.

0 commit comments

Comments
 (0)