@@ -36,7 +36,7 @@ spec:css-writing-modes-3; type:dfn; text:end
36
36
<h2 id="intro">
37
37
Introduction</h2>
38
38
39
- Note: See [[!CSS3-WRITING-MODES ]] for a proper introduction to writing modes;
39
+ Note: See [[!css-writing-modes-4 ]] for a proper introduction to writing modes;
40
40
this module assumes familiarity with its terminology.
41
41
42
42
Because different writing systems are written in different directions,
@@ -215,7 +215,7 @@ Flow-Relative Values for the 'text-align' Property</h3>
215
215
Computed value : as specified
216
216
</pre>
217
217
218
- These values are normatively defined in [[!CSS3TEXT ]] .
218
+ These values are normatively defined in [[!css-text-3 ]] .
219
219
220
220
<h3 id="resize">
221
221
Flow-Relative Values for the 'resize' Property</h3>
@@ -314,7 +314,7 @@ Flow-Relative Box Model Properties</h2>
314
314
A computed value that has flow-relative and physical properties as input
315
315
is determined by applying the CSS cascade to declarations of both.
316
316
Overriding is not determined by whether a declaration is flow-relative or physical,
317
- but only by the rules of the CSS cascade [[!CSS3-CASCADE ]] .
317
+ but only by the rules of the CSS cascade [[!css-cascade-3 ]] .
318
318
319
319
<p class="note">
320
320
Note that this requires implementations to maintain
@@ -347,7 +347,7 @@ Flow-Relative Box Model Properties</h2>
347
347
is after the declaration of 'margin-left' .
348
348
</div>
349
349
350
- [[CSSOM! ]] APIs that return computed values
350
+ [[!CSSOM ]] APIs that return computed values
351
351
(such as <code> getComputedStyle()</code> )
352
352
must return the same value for equivalent pairs of such properties.
353
353
0 commit comments