-
Notifications
You must be signed in to change notification settings - Fork 756
Closed
Labels
Closed as Question AnsweredUsed when the issue is more of a question than a problem, and it's been answered.Used when the issue is more of a question than a problem, and it's been answered.Commenter SatisfiedCommenter has indicated satisfaction with the resolution / edits.Commenter has indicated satisfaction with the resolution / edits.css-cascade-3css-cascade-4Current WorkCurrent Workeditorial
Description
https://drafts.csswg.org/css-cascade/#all-shorthand
Value: initial | inherit | unset | revert
These keywords are valid in every other CSS property, yet we don’t list them explicitly. Why should all be an exception? This means that if we add another global keyword, we need to remember to add it here too, and old versions of the spec will be out of sync.
I'd propose changing it to:
Value: (Only global values)
or
Value: (nothing)
or something along these lines and explain in the prose.
Also, we should avoid using "global keywords" in the value, as we may introduce some kind of global value that is not a keyword in the future.
ByteEater-pl
Metadata
Metadata
Assignees
Labels
Closed as Question AnsweredUsed when the issue is more of a question than a problem, and it's been answered.Used when the issue is more of a question than a problem, and it's been answered.Commenter SatisfiedCommenter has indicated satisfaction with the resolution / edits.Commenter has indicated satisfaction with the resolution / edits.css-cascade-3css-cascade-4Current WorkCurrent Workeditorial