-
Notifications
You must be signed in to change notification settings - Fork 0
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
write support chapter #26
Comments
After much discussion it seems we have to use an instruction instead.
I must add that
Concerning modifiers and combinators, what's really important is if they are supported or not: whether they are a combinator or a modifier is not relevant (since we would never introduce one which could be at the same time a combinator or a modifier).
emended : to reflect veo's comment |
we should always put the @ in front of an object type, so it would actually be more like
|
We can't use the index for properties with one value. And the values of the properties which accept multiple values aren't ordered so it wouldn't make sense to use #support on one: you just globally check if the property's value is supported or not. Hence using the index is out of the window.
|
properties
!
tickets
version
filters
combinators
modifiers
objects
arguments and values
name
PRO: flexibility
CON: complexity
positionPRO: reliability
CON: usability
The text was updated successfully, but these errors were encountered: