-
Notifications
You must be signed in to change notification settings - Fork 757
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 Timed Out (Assumed Satisfied)css-conditional-3css-variables-1Current WorkCurrent Work
Milestone
Description
from https://lists.w3.org/Archives/Public/www-style/2013Aug/0506.html by @heycam
I want to confirm that syntactically valid variable declarations and
references in an @supports condition won't cause the condition to fail.
Specifically:
@supports (color: var(a)) { ... succeeds ... } @supports (color: 2px var(a)) { ... succeeds ... } @supports (color: var(a) ! important) { ... succeeds ... } @supports (var-a: abc) { ... succeeds ... } @supports (var-a: var(a)) { ... succeeds ... } @supports (color: var(a,)) { ... fails ... } @supports (color: var(a) ! something) { ... fails ... } @supports (var-a: abc;) { ... fails ... } @supports (var-a:) { ... fails ... }
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 Timed Out (Assumed Satisfied)css-conditional-3css-variables-1Current WorkCurrent Work