-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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-overflow] Inheritance and initial values #13109
[css-overflow] Inheritance and initial values #13109
Conversation
The failing Travis build in this PR was due to #13112, which has now been resolved. To recover, rebase the PR on master and push. (Simply restarting the Travis jobs may also work, not tested.) |
fdaf91e
to
38986c3
Compare
@dbaron Please review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The test looks correct based on the spec, but the spec seems to have an issue. how can overflow-block and overflow-inline have auto
as the initial value, when overflow-x and overflow-y have visible
as the initial value? That made no sense (and I had introduced that mistake), so I've fixed in in w3c/csswg-drafts@60fc9bf. If you can update the test to match that, then it will be good to merge.
Test that CSS Overflow properties inherit. Test that they have the initial values given in the spec. https://drafts.csswg.org/css-overflow/#property-index
38986c3
to
680da6c
Compare
@frivoal I have updated the test. |
Looks good. Ready to merge, but Taskcluster seems stuck. |
Test that CSS Overflow properties inherit.
Test that they have the initial values given in the spec.
https://drafts.csswg.org/css-overflow/#property-index