You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: css-flexbox/Overview.bs
+5-6Lines changed: 5 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1066,12 +1066,6 @@ Display Order: the 'order' property</h3>
1066
1066
Unless otherwise specified by a future specification,
1067
1067
this property has no effect on boxes that are not <i>flex items</i>.
1068
1068
1069
-
<!--
1070
-
<p class='note'>
1071
-
It is expected that future layout modes like Grid Layout
1072
-
will also use 'order' for similar purposes.
1073
-
-->
1074
-
1075
1069
<h4 id="order-accessibility">
1076
1070
Reordering and Accessibility</h4>
1077
1071
@@ -1083,6 +1077,7 @@ Reordering and Accessibility</h4>
1083
1077
(such as cycling through links, see e.g. 'nav-index'[[CSS3UI]] or <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/editing.html#sequential-focus-navigation-and-the-tabindex-attribute"><code>tabindex</code></a>[[HTML40]]).
1084
1078
Authors <em>must</em> use 'order' only for visual, not logical, reordering of content;
1085
1079
style sheets that use 'order' to perform logical reordering are non-conforming.
1080
+
1086
1081
<p class='note'>
1087
1082
This is so that non-visual media and non-CSS UAs,
1088
1083
which typically present content linearly,
@@ -1737,7 +1732,11 @@ Cross-axis Alignment: the 'align-items' and 'align-self' properties</h3>
1737
1732
<p>
1738
1733
A value of <dfn value for=align-self>auto</dfn> for 'align-self'
1739
1734
computes to the value of 'align-items' on the element’s parent,
1735
+
<<<<<<< local
1740
1736
or <a value for=align-self>stretch</a> if the element has no parent.
1737
+
=======
1738
+
or ''align-self/stretch'' if the element has no parent.
(such as cycling through links, see e.g. <aclass=propertydata-link-type=propdeschref=http://dev.w3.org/csswg/css-ui-3/#nav-index0title=nav-index>nav-index</a><adata-biblio-type=informativedata-link-type=bibliohref=#css3uititle=css3ui>[CSS3UI]</a> or <ahref=http://www.whatwg.org/specs/web-apps/current-work/multipage/editing.html#sequential-focus-navigation-and-the-tabindex-attribute><code>tabindex</code></a><adata-biblio-type=informativedata-link-type=bibliohref=#html40title=html40>[HTML40]</a>).
1177
1175
Authors <em>must</em> use <aclass=propertydata-link-type=propdeschref=#propdef-ordertitle=order>order</a> only for visual, not logical, reordering of content;
1178
1176
style sheets that use <aclass=propertydata-link-type=propdeschref=#propdef-ordertitle=order>order</a> to perform logical reordering are non-conforming.
A value of <dfnclass=css-codedata-dfn-for=align-selfdata-dfn-type=valuedata-export="" id=valuedef-auto>auto<aclass=self-linkhref=#valuedef-auto></a></dfn> for <aclass=propertydata-link-type=propdeschref=#propdef-align-selftitle=align-self>align-self</a>
1755
1754
computes to the value of <aclass=propertydata-link-type=propdeschref=#propdef-align-itemstitle=align-items>align-items</a> on the element’s parent,
1755
+
<<<<<<< local
1756
1756
or <aclass=css-codedata-link-for=align-selfdata-link-type=valuehref=#valuedef-stretch0title=stretch>stretch</a> if the element has no parent.
1757
+
=======
1758
+
or <aclass=cssdata-link-for=align-selfdata-link-type=maybehref=#valuedef-stretch0title=stretch>stretch</a> if the element has no parent.
0 commit comments