Skip to content

Commit 045029f

Browse files
committed
[css-flexbox] Fix some link errors.
1 parent b7240fa commit 045029f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

css-flexbox/Overview.bs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ spec: css-position-3; type: property; text: left
4949
spec: css-writing-modes-3; type: dfn;
5050
text: start
5151
text: end
52+
spec: css-pseudo-4; type: selector;
53+
text: ::first-line
54+
text: ::first-letter
5255
</pre>
5356

5457
<style>
@@ -923,7 +926,7 @@ Automatic Minimum Size of Flex Items</h3>
923926
However, if the box has an aspect ratio and no <a>specified size</a>,
924927
its <a>automatic minimum size</a>
925928
is the smaller of its <a>content size</a> and its <a>transferred size</a>.
926-
If the box has neither a <a>specified size</a> nor an <a>aspect ratio</a>,
929+
If the box has neither a <a>specified size</a> nor an aspect ratio,
927930
its <a>automatic minimum size</a> is the <a>content size</a>.
928931

929932
The <a>content size</a>, <a>specified size</a>, and <a>transferred size</a>

0 commit comments

Comments
 (0)