Skip to content
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

Support ; or , operator in FRB expressions #45

Open
kriskowal opened this issue May 29, 2014 · 0 comments
Open

Support ; or , operator in FRB expressions #45

kriskowal opened this issue May 29, 2014 · 0 comments
Milestone

Comments

@kriskowal
Copy link
Member

Such that classList.(has("x"); has("y")) <-> z is equivalent to classList.has("x") <-> z; classList.has("y") <-> z, except that the bindings would be both directly asserted when classList changes, instead of independently.

@kriskowal kriskowal self-assigned this May 29, 2014
@hthetiot hthetiot added this to the Future milestone May 5, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants