8000 [css-writing-modes] Clarify that computed writing mode can affect oth… · w3c/csswg-drafts@a1cc2b7 · GitHub
Skip to content

Commit a1cc2b7

Browse files
committed
[css-writing-modes] Clarify that computed writing mode can affect other properties even when writing-mode doesn't apply to that element. #1782
1 parent 07d1ca7 commit a1cc2b7

2 files changed

Lines changed: 20 additions & 0 deletions

File tree

css-writing-modes-3/Overview.bs

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff 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">
148158
Value Types and Terminology</h3>
149159

css-writing-modes/Overview.bs

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff 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">
151161
Value Types and Terminology</h3>
152162

0 commit comments

Comments
 (0)