Skip to content

Commit 0db4512

Browse files
committed
[css3-writing-modes] Fixed some broken links. (Some fragment IDs can
maybe be changed again when a new css3-sizing module is published.) --HG-- extra : rebase_source : f080e5bf58672080ecc34a3b22f6e83b0e955a85
1 parent 96e5003 commit 0db4512

File tree

1 file changed

+6
-13
lines changed

1 file changed

+6
-13
lines changed

css-writing-modes/Overview.bs

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,14 @@
44
Shortname: css-writing-modes
55
Level: 3
66
Status: ED
7-
Date: 2013-11-21
8-
Deadline: 2013-12-24
7+
Date: 2014-03-20
8+
Deadline: 2014-09-20
99
Group: csswg
1010
ED: http://dev.w3.org/csswg/css-writing-modes-3/
1111
TR: http://www.w3.org/TR/css-writing-modes-3/
1212
Previous Version: http://www.w3.org/TR/2013/WD-css-writing-modes-3-20131126/
13-
Previous Version: http://www.w3.org/TR/2012/WD-css3-writing-modes-20121115/
14-
Previous Version: http://www.w3.org/TR/2012/WD-css3-writing-modes-20120501/
15-
Previous Version: http://www.w3.org/TR/2011/WD-css3-writing-modes-20110901/
16-
Previous Version: http://www.w3.org/TR/2011/WD-css3-writing-modes-20110531/
17-
Previous Version: http://www.w3.org/TR/2011/WD-css3-writing-modes-20110428/
18-
Previous Version: http://www.w3.org/TR/2011/WD-css3-writing-modes-20110201/
19-
Previous Version: http://www.w3.org/TR/2010/WD-css3-writing-modes-20101202/
2013
!Issue Tracking: <a href="http://www.w3.org/Style/CSS/Tracker/products/30">http://www.w3.org/Style/CSS/Tracker/products/30</a>
21-
Editor: fantasai, Invited Expert, http://fantasai.inkedblade.net/contact/
14+
Editor: fantasai, Invited Expert, http://fantasai.inkedblade.net/contact
2215
Editor: Koji Ishii, Invited Expert, kojiishi@gluesoft.co.jp
2316
Former Editor: Shinyu Murakami, <a href="http://www.antenna.co.jp/">Antenna House</a>, murakami@antenna.co.jp
2417
Former Editor: Paul Nelson, <a href="http://www.microsoft.com/">Microsoft</a>, paulnel@microsoft.com
@@ -202,7 +195,7 @@ Inline Direction and Bidirectionality</h2>
202195

203196
<p>In CSS,
204197
the paragraph embedding level must be set
205-
(following <a href="www.unicode.org/reports/tr9/#HL1">UAX9 clause HL1</a>)
198+
(following <a href="http://www.unicode.org/reports/tr9/#HL1">UAX9 clause HL1</a>)
206199
according to the 'direction' property of the paragraph's containing block
207200
rather than by the heuristic given in steps
208201
<a href="http://www.unicode.org/reports/tr9/#P2">P2</a> and
@@ -1934,10 +1927,10 @@ Auto-sizing Block Containers in Orthogonal Flows</h4>
19341927
<dd>the <a href="http://www.w3.org/TR/css3-sizing/#max-content-measure">max-content measure</a> of the box
19351928

19361929
<dt><var>fill-available</var>
1937-
<dd>the <a href="http://www.w3.org/TR/css3-sizing/#fill-available-fit">fill-available fit</a> into the box's containing block's size in the box's inline axis
1930+
<dd>the <a href="http://www.w3.org/TR/css3-sizing/#terms">fill-available fit</a> into the box's containing block's size in the box's inline axis
19381931

19391932
<dt><var>fill-fallback</var>
1940-
<dd>the <a href="http://www.w3.org/TR/css3-sizing/#fill-available-fit">fill-available fit</a> into the initial containing block's size in the box's inline axis
1933+
<dd>the <a href="http://www.w3.org/TR/css3-sizing/#terms">fill-available fit</a> into the initial containing block's size in the box's inline axis
19411934
</dl>
19421935

19431936
<p>

0 commit comments

Comments
 (0)