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

[Feature] Check attribute and combinator selectors in compat util #2330

Open
antross opened this issue Apr 29, 2019 · 0 comments
Open

[Feature] Check attribute and combinator selectors in compat util #2330

antross opened this issue Apr 29, 2019 · 0 comments

Comments

@antross
Copy link
Member

antross commented Apr 29, 2019

In packages/utils/src/compat/css.ts

/*
 * Can be passed any selector, but currently only validates pseudo-selectors
 * as most other selector types already have broad support and certain other
 * special cases (e.g. newer attribute and combinator selectors) need special
 * handling to map to the MDN data (which hasn't been done yet).
 */

Is there an issue in MDN for this? If so maybe we should link it? Maybe create another issue in our side to know we have to do this and link to the MDN issue?

Originally posted by @molant in #2296

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

1 participant