-
Notifications
You must be signed in to change notification settings - Fork 713
Unhandled: :matches, stretch, sticky #6130
Comments
We can't do anything for the first one (since -prefix-free only adds a prefix, doesn't rewrite), but would accept PRs for the others :) |
Wouldn't changing |
Yeah, I guess we have deviated from the original premise :) |
I was looking in to how to add
It gets the standardized selector and checks if that is supported instead of checking if the non-standard one is supported. So if the stylesheet has
|
I think I'm understanding this better now. I got onto a tangent trying to do But, leaving the original code alone, doesn't the list of selectors hold the one that should be used to build the prefix, and the standard to check for? So maybe it's a different issue, but I'm thinking the list should look more like this
I started typing this and forgot... So I opened a different issue (#6143) for the |
Looking through the tables at http://www.caniuse.com/#cats=CSS, I see these 3 things:
:matches
selector was:any
, can be:-webkit-any
or:-moz-any
stretch
keyword can be-webkit-stretch
or-moz-available
sticky
keyword forposition
is not in the list of keywordsThe text was updated successfully, but these errors were encountered: