Skip to content

Commit e431de4

Browse files
committed
merge
2 parents def5e4c + 254c437 commit e431de4

2 files changed

Lines changed: 10 additions & 8 deletions

File tree

css-flexbox/Overview.bs

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1066,12 +1066,6 @@ Display Order: the 'order' property</h3>
10661066
Unless otherwise specified by a future specification,
10671067
this property has no effect on boxes that are not <i>flex items</i>.
10681068

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-
10751069
<h4 id="order-accessibility">
10761070
Reordering and Accessibility</h4>
10771071

@@ -1083,6 +1077,7 @@ Reordering and Accessibility</h4>
10831077
(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]]).
10841078
Authors <em>must</em> use 'order' only for visual, not logical, reordering of content;
10851079
style sheets that use 'order' to perform logical reordering are non-conforming.
1080+
10861081
<p class='note'>
10871082
This is so that non-visual media and non-CSS UAs,
10881083
which typically present content linearly,
@@ -1737,7 +1732,11 @@ Cross-axis Alignment: the 'align-items' and 'align-self' properties</h3>
17371732
<p>
17381733
A value of <dfn value for=align-self>auto</dfn> for 'align-self'
17391734
computes to the value of 'align-items' on the element’s parent,
1735+
<<<<<<< local
17401736
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.
1739+
>>>>>>> other
17411740
The alignments are defined as:
17421741

17431742
<dl dfn-type=value dfn-for="align-items align-self">

css-flexbox/Overview.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1163,8 +1163,6 @@ <h3 class="heading settled heading" data-level=5.4 id=order-property><span class
11631163
Unless otherwise specified by a future specification,
11641164
this property has no effect on boxes that are not <a data-link-type=dfn href=#flex-item title="flex items">flex items</a>.
11651165

1166-
1167-
11681166
<h4 class="heading settled heading" data-level=5.4.1 id=order-accessibility><span class=secno>5.4.1 </span><span class=content>
11691167
Reordering and Accessibility</span><a class=self-link href=#order-accessibility></a></h4>
11701168

@@ -1176,6 +1174,7 @@ <h4 class="heading settled heading" data-level=5.4.1 id=order-accessibility><spa
11761174
(such as cycling through links, see e.g. <a class=property data-link-type=propdesc href=http://dev.w3.org/csswg/css-ui-3/#nav-index0 title=nav-index>nav-index</a> <a data-biblio-type=informative data-link-type=biblio href=#css3ui title=css3ui>[CSS3UI]</a> 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> <a data-biblio-type=informative data-link-type=biblio href=#html40 title=html40>[HTML40]</a>).
11771175
Authors <em>must</em> use <a class=property data-link-type=propdesc href=#propdef-order title=order>order</a> only for visual, not logical, reordering of content;
11781176
style sheets that use <a class=property data-link-type=propdesc href=#propdef-order title=order>order</a> to perform logical reordering are non-conforming.
1177+
11791178
<p class=note>
11801179
This is so that non-visual media and non-CSS UAs,
11811180
which typically present content linearly,
@@ -1753,7 +1752,11 @@ <h3 class="heading settled heading" data-level=8.3 id=align-items-property><span
17531752
<p>
17541753
A value of <dfn class=css-code data-dfn-for=align-self data-dfn-type=value data-export="" id=valuedef-auto>auto<a class=self-link href=#valuedef-auto></a></dfn> for <a class=property data-link-type=propdesc href=#propdef-align-self title=align-self>align-self</a>
17551754
computes to the value of <a class=property data-link-type=propdesc href=#propdef-align-items title=align-items>align-items</a> on the element’s parent,
1755+
&lt;&lt;&lt;&lt;&lt;&lt;&lt; local
17561756
or <a class=css-code data-link-for=align-self data-link-type=value href=#valuedef-stretch0 title=stretch>stretch</a> if the element has no parent.
1757+
=======
1758+
or <a class=css data-link-for=align-self data-link-type=maybe href=#valuedef-stretch0 title=stretch>stretch</a> if the element has no parent.
1759+
&gt;&gt;&gt;&gt;&gt;&gt;&gt; other
17571760
The alignments are defined as:
17581761

17591762
<dl data-dfn-for="align-items align-self" data-dfn-type=value>

0 commit comments

Comments
 (0)