@@ -832,8 +832,8 @@ <h2 id=box-model><span class=secno>2. </span> Flex Layout Box Model and
832832
833833 < h2 id =flex-containers > < span class =secno > 3. </ span > Flex Containers: the < a
834834 href ="#display-flex "> ‘< code class =css > flex</ code > ’</ a > and < a
835- href ="#display-inline-flex "> ‘< code class =css > inline-flex</ code > ’
836- ‘< code class =property > display</ code > ’ values</ a > </ h2 >
835+ href ="#display-inline-flex "> ‘< code class =css > inline-flex</ code > ’</ a >
836+ ‘< code class =property > display</ code > ’ values</ h2 >
837837
838838 < table class =propdef >
839839 < tbody >
@@ -1390,11 +1390,10 @@ <h3 id=flex-direction-property><span class=secno>5.1. </span> Flex Flow
13901390 of the current < i > writing mode</ i > . The < a
13911391 href ="#main-start "> < i > main-start</ i > </ a > and < a
13921392 href ="#main-end "> < i > main-end</ i > </ a > directions are equivalent to the < a
1393- href ="http://www.w3.org/TR/css3-writing-modes/#before "> before</ a > /< a
1394- href ="http://www.w3.org/TR/css3-writing-modes/#head "> head</ a > and < a
1395- href ="http://www.w3.org/TR/css3-writing-modes/#after "> after</ a > /< a
1396- href ="http://www.w3.org/TR/css3-writing-modes/#foot "> foot</ a > directions,
1397- respectively, of the current < i > writing mode</ i > .
1393+ href ="http://www.w3.org/TR/css3-writing-modes/#before "> before</ a > /head
1394+ and < a
1395+ href ="http://www.w3.org/TR/css3-writing-modes/#after "> after</ a > /foot
1396+ directions, respectively, of the current < i > writing mode</ i > .
13981397
13991398 < dt > < dfn id =flex-flow-column-reverse > ‘< code
14001399 class =css > column-reverse</ code > ’</ dfn >
@@ -1783,10 +1782,10 @@ <h4 id=order-accessibility><span class=secno>5.4.1. </span>Reordering and
17831782#main > aside { width: 200px; order: 3; }</ pre >
17841783
17851784 < p > As an added bonus, the columns will all be < a
1786- href ="#align-items- stretch "> equal-height</ a > by default, and the main
1787- content will be as wide as necessary to fill the screen. Additionally,
1788- this can then be combined with media queries to switch to an all-vertical
1789- layout on narrow screens:
1785+ href ="#align-stretch "> equal-height</ a > by default, and the main content
1786+ will be as wide as necessary to fill the screen. Additionally, this can
1787+ then be combined with media queries to switch to an all-vertical layout
1788+ on narrow screens:
17901789
17911790 < pre >
17921791@media all and (max-width: 600px) {
@@ -2882,7 +2881,7 @@ <h3 id=align-content-property><span class=secno>8.4. </span> Packing Flex
28822881 < dd > Lines are evenly distributed in the flex container. If the leftover
28832882 free-space is negative or there is only a single line in the flex
28842883 container, this value is identical to < a
2885- href =align-content-flex-start > ‘< code
2884+ href =" # align-content-flex-start" > ‘< code
28862885 class =css > flex-start</ code > ’</ a > . Otherwise, the < a
28872886 href ="#cross-start "> < i > cross-start</ i > </ a > edge of the first line in the
28882887 flex container is placed flush with the < a
@@ -2899,7 +2898,7 @@ <h3 id=align-content-property><span class=secno>8.4. </span> Packing Flex
28992898 < dd > Lines are evenly distributed in the flex container, with half-size
29002899 spaces on either end. If the leftover free-space is negative or there is
29012900 only a single line in the flex container, this value is identical to < a
2902- href =align-content-center > ‘< code class =css > center</ code > ’</ a > .
2901+ href =" # align-content-center" > ‘< code class =css > center</ code > ’</ a > .
29032902 Otherwise, the lines in the flex container are distributed such that the
29042903 empty space between any two adjacent lines is the same, and the empty
29052904 space before the first and after the last lines in the flex container are
0 commit comments