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

[css-display] The 'display' computed value is not the specified one #1716

Closed
Loirooriol opened this issue Aug 10, 2017 · 0 comments
Closed

Comments

@Loirooriol
Copy link
Contributor

CSS Display defines the display property with

Computed value: as specified

But this is not true, e.g. it can be affected by transformations. I think it should be something like

Either the specified <display-box> value, or the display types resulting from the specified value after possible blockifications or inlinifications, with the list-item keyword if specified.

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