-
Notifications
You must be signed in to change notification settings - Fork 756
Closed
Labels
Closed Accepted as Obvious BugfixCommenter SatisfiedCommenter has indicated satisfaction with the resolution / edits.Commenter has indicated satisfaction with the resolution / edits.Needs Testcase (WPT)css-conditional-3
Description
Gecko and Edge seem to reject (return false for CSS.supports) a condition if there is any unbalanced bracket, while Blink seems to accept it.
e.g. There are two conditions in Gecko's test suite:
not ({ something @with (unbalanced brackets })(color: green) or an-extension(that is [unbalanced)
Gecko and Edge return false for both, while Blink returns true for both.
The spec doesn't seem to have anything about this. The question is, should it allow or disallow unbalanced brackets? Either way, it should probably be stated explicitly in the spec.
Metadata
Metadata
Assignees
Labels
Closed Accepted as Obvious BugfixCommenter SatisfiedCommenter has indicated satisfaction with the resolution / edits.Commenter has indicated satisfaction with the resolution / edits.Needs Testcase (WPT)css-conditional-3