Skip to content

Commit da9631b

Browse files
committed
[css-writing-modes-3] Fix linking errors.
1 parent 2457f0a commit da9631b

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

css-writing-modes-3/Overview.bs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
Title: CSS Writing Modes Level 3
33
Shortname: css-writing-modes
44
Level: 3
5-
Status: ED
5+
Status: CR
6+
Deadline: 2018-01-03
67
Test Suite: http://test.csswg.org/suites/css-writing-modes-3_dev/nightly-unstable/
78
Work Status: Testing
89
Group: csswg
@@ -149,7 +150,7 @@ Module Interactions</h3>
149150
are broadly able to influence the computed values of other, unrelated properties
150151
through calculations such as
151152
the computation of <a>font-relative lengths</a>
152-
or the cascade of <a>flow-relative properties</a>
153+
or the cascade of <a href="http://www.w3.org/TR/css-logical-1/">flow-relative properties</a>
153154
which purposefully depend on the computed <a>writing mode</a>
154155
or on font metrics that can depend on the <a>writing mode</a>.
155156

@@ -1091,7 +1092,7 @@ Baseline Alignment</h3>
10911092
alphabetic, then the child's alphabetic baseline is matched to the
10921093
parent's alphabetic baseline, even if the child's dominant baseline
10931094
is something else.)
1094-
For values of ''sub'', ''super'', ''&lt;length&gt;'', and
1095+
For values of ''vertical-align/sub'', ''vertical-align/super'', ''&lt;length&gt;'', and
10951096
''&lt;percentage&gt;'', the baselines are aligned as for ''vertical-align/baseline'',
10961097
but the child is shifted according to the offset given by its
10971098
'vertical-align' value.

0 commit comments

Comments
 (0)