Skip to content
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

Make writing-mode affect computed display #16044

Merged
merged 1 commit into from Mar 24, 2017
Merged

Commits on Mar 20, 2017

  1. Make writing-mode affect computed display

    If a box has a different writing-mode than its containing block, and has a specified display of inline, change the computed display to inline-block.
    Also adds the second manual testcase from #15754 as a WPT to assert that the computed display does in fact change.
    bd339 committed Mar 20, 2017
You can’t perform that action at this time.