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-backgrounds] Initial values and inheritance #13688

Merged

Conversation

ewilligers
Copy link
Contributor

@ewilligers ewilligers commented Oct 23, 2018

Test that CSS Backgrounds and Borders properties have the initial
values given in the spec. None of the properties inherit.

https://drafts.csswg.org/css-backgrounds/

Identified bugs:

repeated keywords in initial value
https://bugzilla.mozilla.org/show_bug.cgi?id=1501261

border-image initial values
https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/19381805/

box-shadow serialization order
https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/19381950/

border-image-outset initial value
https://bugs.chromium.org/p/chromium/issues/detail?id=898203

@ewilligers
Copy link
Contributor Author

@fantasai Please review

@ewilligers
Copy link
Contributor Author

@dbaron Please review

column-rule-width: medium;
}
#container {
border-style: solid;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please add a comment here and 3 lines below about border-width style... which I assume is what this is about... or whatever it is about?

css/css-backgrounds/inheritance.html Show resolved Hide resolved
css/css-backgrounds/inheritance.html Outdated Show resolved Hide resolved
Test that CSS Backgrounds and Borders properties have the initial
values given in the spec. None of the properties inherit.

https://drafts.csswg.org/css-backgrounds/

Identified bugs:

repeated keywords in initial value
https://bugzilla.mozilla.org/show_bug.cgi?id=1501261

border-image initial values
https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/19381805/

box-shadow serialization order
https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/19381950/

border-image-outset initial value
https://bugs.chromium.org/p/chromium/issues/detail?id=898203
@ewilligers ewilligers force-pushed the backgrounds-inheritance branch from f938297 to 1401ab1 Compare May 6, 2019 07:40
@ewilligers ewilligers merged commit 793b314 into web-platform-tests:master May 6, 2019
@ewilligers ewilligers deleted the backgrounds-inheritance branch May 6, 2019 08:09
loly89 pushed a commit to loly89/wpt that referenced this pull request May 6, 2019
…13688)

* [css-backgrounds] Initial values and inheritance

Test that CSS Backgrounds and Borders properties have the initial
values given in the spec. None of the properties inherit.

https://drafts.csswg.org/css-backgrounds/

Identified bugs:

repeated keywords in initial value
~https://bugzilla.mozilla.org/show_bug.cgi?id=1501261~

border-image initial values
https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/19381805/

box-shadow serialization order
https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/19381950/

border-image-outset initial value
https://bugs.chromium.org/p/chromium/issues/detail?id=898203
marcoscaceres pushed a commit that referenced this pull request Jul 23, 2019
* [css-backgrounds] Initial values and inheritance

Test that CSS Backgrounds and Borders properties have the initial
values given in the spec. None of the properties inherit.

https://drafts.csswg.org/css-backgrounds/

Identified bugs:

repeated keywords in initial value
~https://bugzilla.mozilla.org/show_bug.cgi?id=1501261~

border-image initial values
https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/19381805/

box-shadow serialization order
https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/19381950/

border-image-outset initial value
https://bugs.chromium.org/p/chromium/issues/detail?id=898203
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.

4 participants