@@ -36,7 +36,7 @@ spec:css-writing-modes-3; type:dfn; text:end
3636<h2 id="intro">
3737Introduction</h2>
3838
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;
4040 this module assumes familiarity with its terminology.
4141
4242 Because different writing systems are written in different directions,
@@ -215,7 +215,7 @@ Flow-Relative Values for the 'text-align' Property</h3>
215215 Computed value : as specified
216216 </pre>
217217
218- These values are normatively defined in [[!CSS3TEXT ]] .
218+ These values are normatively defined in [[!css-text-3 ]] .
219219
220220<h3 id="resize">
221221Flow-Relative Values for the 'resize' Property</h3>
@@ -314,7 +314,7 @@ Flow-Relative Box Model Properties</h2>
314314 A computed value that has flow-relative and physical properties as input
315315 is determined by applying the CSS cascade to declarations of both.
316316 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 ]] .
318318
319319 <p class="note">
320320 Note that this requires implementations to maintain
@@ -347,7 +347,7 @@ Flow-Relative Box Model Properties</h2>
347347 is after the declaration of 'margin-left' .
348348 </div>
349349
350- [[CSSOM! ]] APIs that return computed values
350+ [[!CSSOM ]] APIs that return computed values
351351 (such as <code> getComputedStyle()</code> )
352352 must return the same value for equivalent pairs of such properties.
353353
0 commit comments