Skip to content

Commit 42ecbc8

Browse files
committed
[css-writing-modes] Follow up on 119cec7
A typo in the previous edit accidentally invoked the wrong property. Also, clarify the note.
1 parent a5df420 commit 42ecbc8

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

css-writing-modes-3/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2248,8 +2248,8 @@ The Principal Writing Mode</h2>
22482248
are taken
22492249
from the [=computed value|computed=] 'writing-mode' and 'direction'
22502250
of the first such child element instead of from the root element's own values.
2251-
The UA <em>may</em> also propagate the value of 'text-decoration' in this manner.
2252-
Note that this does not affect the computed values of 'writing-mode' or 'direction'
2251+
The UA <em>may</em> also propagate the value of 'text-orientation' in this manner.
2252+
Note that this does not affect the computed values of 'writing-mode', 'direction', or 'text-orientation'
22532253
of the root element itself.
22542254

22552255
Note: Propagation is done on used values rather than computed values

css-writing-modes-4/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2473,8 +2473,8 @@ The Principal Writing Mode</h2>
24732473
are taken
24742474
from the [=computed value|computed=] 'writing-mode' and 'direction'
24752475
of the first such child element instead of from the root element's own values.
2476-
The UA <em>may</em> also propagate the value of 'text-decoration' in this manner.
2477-
Note that this does not affect the computed values of 'writing-mode' or 'direction'
2476+
The UA <em>may</em> also propagate the value of 'text-orientation' in this manner.
2477+
Note that this does not affect the computed values of 'writing-mode', 'direction', or 'text-orientation'
24782478
of the root element itself.
24792479

24802480
Note: Propagation is done on used values rather than computed values

0 commit comments

Comments
 (0)