File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -144,6 +144,16 @@ Module Interactions</h3>
144144 <p> This module replaces and extends the 'unicode-bidi' and 'direction'
145145 features defined in [[!CSS2]] sections 8.6 and 9.10.
146146
147+ <p> The <a>computed values</a> of the
148+ 'writing-mode' , 'direction' , and 'text-orientation' properties
149+ (even on elements to which these properties themselves don't apply [[CSS-CASCADE-4]] )
150+ are broadly able to influence the computed values of other, unrelated properties
151+ through calculations such as
152+ the computation of <a>font-relative lengths</a>
153+ or the cascade of <a>flow-relative properties</a>
154+ which purposefully depend on the computed <a>writing mode</a>
155+ or on font metrics that can depend on the <a>writing mode</a> .
156+
147157<h3 id="values">
148158Value Types and Terminology</h3>
149159
Original file line number Diff line number Diff line change @@ -147,6 +147,16 @@ Module Interactions</h3>
147147 <p> This module replaces and extends the 'unicode-bidi' and 'direction'
148148 features defined in [[!CSS2]] sections 8.6 and 9.10.
149149
150+ <p> The <a>computed values</a> of the
151+ 'writing-mode' , 'direction' , and 'text-orientation' properties
152+ (even on elements to which these properties themselves don't apply [[CSS-CASCADE-4]] )
153+ are broadly able to influence the computed values of other, unrelated properties
154+ through calculations such as
155+ the computation of <a>font-relative lengths</a>
156+ or the cascade of <a>flow-relative properties</a>
157+ which purposefully depend on the computed <a>writing mode</a>
158+ or on font metrics that can depend on the <a>writing mode</a> .
159+
150160<h3 id="values">
151161Value Types and Terminology</h3>
152162
You can’t perform that action at this time.
0 commit comments