Skip to content

Commit 5710e71

Browse files
committed
[css-flexbox] bikeshed fixups
1 parent 723947c commit 5710e71

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

css-flexbox/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -895,7 +895,7 @@ Implied Minimum Size of Flex Items</h3>
895895
New computed value: the percentage as specified or the absolute length or a keyword
896896
</pre>
897897

898-
<dl dfn-type=value dfn-for="min-width min-height">
898+
<dl dfn-type=value dfn-for="min-width, min-height">
899899
<dt><dfn>auto</dfn>
900900
<dd>
901901
On a <a>flex item</a> whose 'overflow' is ''overflow/visible'' in the <a>main axis</a>,
@@ -1277,7 +1277,7 @@ Reordering and Accessibility</h4>
12771277
(such as <a href="http://www.w3.org/TR/css3-speech/">speech</a>).
12781278
Likewise, 'order' does not affect
12791279
the default traversal order of sequential navigation modes
1280-
(such as cycling through links, see e.g. 'nav-index' [[CSS3UI]] or <a href="http://www.w3.org/TR/1999/REC-html401-19991224/interact/forms.html#adef-tabindex"><code>tabindex</code></a> [[HTML40]]).
1280+
(such as cycling through links, see e.g. <a href="http://www.w3.org/TR/1999/REC-html401-19991224/interact/forms.html#adef-tabindex"><code>tabindex</code></a> [[HTML40]]).
12811281
Authors <em>must</em> use 'order' only for visual, not logical, reordering of content;
12821282
style sheets that use 'order' to perform logical reordering are non-conforming.
12831283

@@ -2008,7 +2008,7 @@ Cross-axis Alignment: the 'align-items' and 'align-self' properties</h3>
20082008
or ''align-self/stretch'' if the element has no parent.
20092009
The alignments are defined as:
20102010

2011-
<dl dfn-type=value dfn-for="align-items align-self">
2011+
<dl dfn-type=value dfn-for="align-items, align-self">
20122012
<dt><dfn>flex-start</dfn>
20132013
<dd>
20142014
The <a>cross-start</a> margin edge of the <a>flex item</a>

0 commit comments

Comments
 (0)