You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to clarify whether/how productions should be able to expand to a different value definition (syntax) depending on context. As far as I know, <bool-test> is the only other production whose value definition is context-sensitive, but it does not explicitly expand to a value definition (with <bool-test> =).
The text was updated successfully, but these errors were encountered:
If production rules should have context-insensitive value definitions, a solution could be to use an inline type() definition (like in CSS Images): <css-type> = <syntax-component> | type( <syntax> ).
Edit: never mind, type() is defined as a function in CSS Images, not as a type.
There is syntax and selector
<combinator>
s, which are different sets:It would be nice to clarify whether/how productions should be able to expand to a different value definition (syntax) depending on context. As far as I know,
<bool-test>
is the only other production whose value definition is context-sensitive, but it does not explicitly expand to a value definition (with<bool-test> =
).The text was updated successfully, but these errors were encountered: