|
266 | 266 | <h1 class="p-name no-ref" id="title">CSS Flexible Box Layout Module Level 1</h1> |
267 | 267 |
|
268 | 268 | <h2 class="no-num no-toc no-ref heading settled" id="subtitle"><span class="content">Editor’s Draft, |
269 | | - <time class="dt-updated" datetime="2015-01-08">8 January 2015</time></span></h2> |
| 269 | + <time class="dt-updated" datetime="2015-01-09">9 January 2015</time></span></h2> |
270 | 270 |
|
271 | 271 | <div data-fill-with="spec-metadata"> |
272 | 272 | <dl> |
@@ -554,6 +554,9 @@ <h2 class="no-num no-toc no-ref heading settled" id="contents"><span class="cont |
554 | 554 |
|
555 | 555 |
|
556 | 556 |
|
| 557 | + |
| 558 | + |
| 559 | + |
557 | 560 | <h2 class="heading settled" data-level="1" id="intro"><span class="secno">1. </span><span class="content"> |
558 | 561 | Introduction</span><a class="self-link" href="#intro"></a></h2> |
559 | 562 |
|
@@ -2039,7 +2042,7 @@ <h4 class="heading settled" data-level="5.4.1" id="order-accessibility"><span cl |
2039 | 2042 | (such as <a href="http://www.w3.org/TR/css3-speech/">speech</a>). |
2040 | 2043 | Likewise, <a class="property" data-link-type="propdesc" href="#propdef-order">order</a> does not affect |
2041 | 2044 | the default traversal order of sequential navigation modes |
2042 | | - (such as cycling through links, see e.g. <a class="property" data-link-type="propdesc" href="http://dev.w3.org/csswg/css-ui-3/#propdef-nav-index">nav-index</a> <a data-biblio-type="informative" data-link-type="biblio" href="#biblio-css3ui" title="CSS3UI">[CSS3UI]</a> or <a href="http://www.w3.org/TR/1999/REC-html401-19991224/interact/forms.html#adef-tabindex"><code>tabindex</code></a> <a data-biblio-type="informative" data-link-type="biblio" href="#biblio-html40" title="HTML40">[HTML40]</a>). |
| 2045 | + (such as cycling through links, see e.g. <a class="property" data-link-type="propdesc">nav-index</a> <a data-biblio-type="informative" data-link-type="biblio" href="#biblio-css3ui" title="CSS3UI">[CSS3UI]</a> or <a href="http://www.w3.org/TR/1999/REC-html401-19991224/interact/forms.html#adef-tabindex"><code>tabindex</code></a> <a data-biblio-type="informative" data-link-type="biblio" href="#biblio-html40" title="HTML40">[HTML40]</a>). |
2043 | 2046 | Authors <em>must</em> use <a class="property" data-link-type="propdesc" href="#propdef-order">order</a> only for visual, not logical, reordering of content; |
2044 | 2047 | style sheets that use <a class="property" data-link-type="propdesc" href="#propdef-order">order</a> to perform logical reordering are non-conforming. |
2045 | 2048 |
|
@@ -3683,7 +3686,7 @@ <h3 class="heading settled" data-level="9.4" id="cross-sizing"><span class="secn |
3683 | 3686 | <li id="algo-cross-item"><a class="self-link" href="#algo-cross-item"></a> |
3684 | 3687 | <strong>Determine the <dfn data-dfn-type="dfn" data-noexport="" id="hypothetical-cross-size">hypothetical cross size<a class="self-link" href="#hypothetical-cross-size"></a></dfn> of each item</strong> |
3685 | 3688 | by performing layout with the used main size and the available space, |
3686 | | - treating <a class="css" data-link-for="width" data-link-type="value">auto</a> as <a class="css" data-link-type="maybe" href="http://dev.w3.org/csswg/css-sizing-3/#valdef-width min-width max-width height min-height max-height.fit-content">fit-content</a>. |
| 3689 | + treating <a class="css" data-link-for="width" data-link-type="value">auto</a> as <span class="css">fit-content</span>. |
3687 | 3690 |
|
3688 | 3691 | </li> |
3689 | 3692 | <li id="algo-cross-line"><a class="self-link" href="#algo-cross-line"></a> |
|
0 commit comments