Skip to content

[css-writing-modes] Clarify how propagation from body works #4130

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 21, 2019

Conversation

frivoal
Copy link
Collaborator

@frivoal frivoal commented Jul 19, 2019

'writing-mode' and 'direction' are propagated up from the body element.
This affects the root element in addition to the ICB and viewport,
but only for used values, not for computed values.

The same propagation is optionally allowed for 'text-orientation'.

Closes #3066

@frivoal frivoal requested a review from fantasai July 19, 2019 08:20
@frivoal frivoal self-assigned this Jul 19, 2019
@frivoal frivoal force-pushed the principal-w-m-propagation branch 3 times, most recently from e67bc96 to 81c0683 Compare July 21, 2019 20:35
'writing-mode' and 'direction' are propagated up from the body element.
This affects the root element in addition to the ICB and viewport,
but only for used values, not for computed values.

The same propagation is optionally allowed for 'text-orientation'.

Closes w3c#3066
@frivoal frivoal force-pushed the principal-w-m-propagation branch from 81c0683 to 15fa49b Compare July 21, 2019 20:48
@fantasai fantasai merged commit 119cec7 into w3c:master Jul 21, 2019
@frivoal frivoal deleted the principal-w-m-propagation branch July 22, 2019 08:04
@frivoal
Copy link
Collaborator Author

frivoal commented Jul 22, 2019

There was a typo-induced bug in this PR. Fixed it: 42ecbc8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[css-writing-modes] Does vertical writing mode of an HTML body element cause an orthogonal flow?
2 participants