-
Notifications
You must be signed in to change notification settings - Fork 711
[css-backgrounds-4] Added background-layer
property
#9084
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
Conversation
8687140
to
d8267ba
Compare
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.
I apparently reviewed this a month ago, and then forgot to hit submit on the comments. :/
93f83a4
to
2e624d2
Compare
@fantasai I've incorporated your comments. Could you please give it another review? Sebastian |
…r now and clarified how it works The name of the property is still under discussion, so to avoid implementations, it got renamed to `background-tbd` for now. Also, the issue for the name discussion was added. Furthermore, the description of the property got clarified a bit.
2e624d2
to
2fdf9b0
Compare
As I've incorporated @fantasai's remarks quite a while back and didn't get any more feedback, I go ahead and merge this. Sebastian |
This adds a
background-layer
property as a shorthand for everything related to background layers excludingbackground-color
.It follows the resolution of #8726 (comment).
Note that I went with
background-layer
for now. The name might still change, which is discussed in #9083.Fixes #8726
Sebastian