Skip to content

Commit 4c48d78

Browse files
committed
[css-flexbox] Fix linking errors.
1 parent b68ba1a commit 4c48d78

File tree

2 files changed

+23
-4
lines changed

2 files changed

+23
-4
lines changed

css-flexbox/Overview.bs

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,24 @@ Former Editor: Ian Hickson, formerly of Opera Software, ian@hixie.ch
2525
Former Editor: David Hyatt, formerly of Netscape Corporation, hyatt@apple.com
2626
!Issues List: <a href="http://dev.w3.org/csswg/css-flexbox-1/issues-lc-20140925">http://dev.w3.org/csswg/css-flexbox-1/issues-lc-20140925</a>
2727
Ignored Terms: column-*, auto, first formatted line, first letter, static position
28-
Link Defaults: css21 (property) margin/min-width/min-height/max-width/max-height, css-break-3 (property) break-after
2928
</pre>
29+
30+
<pre class='link-defaults'>
31+
spec: css21; type: property
32+
text: margin
33+
text: min-width
34+
text: max-width
35+
text: min-height
36+
text: max-height
37+
spec: css-break-3; type: property; text: break-after
38+
spec: css-sizing-3; type: value; for: width
39+
text: min-content
40+
text: max-content
41+
text: fit-content
42+
spec: css-align-3; type: value; text: start
43+
spec: css-position-3; type: property; text: left
44+
</pre>
45+
3046
<style>
3147
code.one-line { white-space: pre; }
3248
.code-and-figure {

css-flexbox/Overview.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@
266266
<h1 class="p-name no-ref" id="title">CSS Flexible Box Layout Module Level 1</h1>
267267

268268
<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>
270270

271271
<div data-fill-with="spec-metadata">
272272
<dl>
@@ -554,6 +554,9 @@ <h2 class="no-num no-toc no-ref heading settled" id="contents"><span class="cont
554554

555555

556556

557+
558+
559+
557560
<h2 class="heading settled" data-level="1" id="intro"><span class="secno">1. </span><span class="content">
558561
Introduction</span><a class="self-link" href="#intro"></a></h2>
559562

@@ -2039,7 +2042,7 @@ <h4 class="heading settled" data-level="5.4.1" id="order-accessibility"><span cl
20392042
(such as <a href="http://www.w3.org/TR/css3-speech/">speech</a>).
20402043
Likewise, <a class="property" data-link-type="propdesc" href="#propdef-order">order</a> does not affect
20412044
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>).
20432046
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;
20442047
style sheets that use <a class="property" data-link-type="propdesc" href="#propdef-order">order</a> to perform logical reordering are non-conforming.
20452048

@@ -3683,7 +3686,7 @@ <h3 class="heading settled" data-level="9.4" id="cross-sizing"><span class="secn
36833686
<li id="algo-cross-item"><a class="self-link" href="#algo-cross-item"></a>
36843687
<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>
36853688
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>.
36873690

36883691
</li>
36893692
<li id="algo-cross-line"><a class="self-link" href="#algo-cross-line"></a>

0 commit comments

Comments
 (0)