::content * {
color: red;
}::content(*) {
}Follow Polymer on Google+: plus.google.com/107187849809354688692
---
You received this message because you are subscribed to the Google Groups "Polymer" group.
To unsubscribe from this group and stop receiving emails from it, send an email to polymer-dev...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/polymer-dev/ad7d90f6-16de-43b2-9ce1-20d019f6ff36%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web visit https://groups.google.com/d/msgid/polymer-dev/42675d85-a29e-45b2-bfa7-ecded1ca6b98%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/polymer-dev/208ac81a-4d90-4d37-a032-490ae0416540%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/polymer-dev/D1C7319E23C94F2588AB61D134DA23D5%40google.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/polymer-dev/9b750e05-4e4c-4c1e-872b-78112e56f740%40googlegroups.com.
IIRC, an invalid selector in Blink will make the entire rule not work. So even though the second rule is valid, the first (using ::content) is no longer valid and the rule is thrown out.
FWIW, disruptive changes like this won't happen when the native stuff snips. We're so close to that inflection point that final spec updates are still being made. It's an unfortunate side effect of using features when they're still behind a flag. We've tried to announce Blink updates on this list, but it's understandable not everyone sees those updates :)
To view this discussion on the web visit https://groups.google.com/d/msgid/polymer-dev/9b750e05-4e4c-4c1e-872b-78112e56f740%40googlegroups.com.
IIRC, an invalid selector in Blink will make the entire rule not work. So even though the second rule is valid, the first (using ::content) is no longer valid and the rule is thrown out.
FWIW, disruptive changes like this won't happen when the native stuff snips. We're so close to that inflection point that final spec updates are still being made. It's an unfortunate side effect of using features when they're still behind a flag. We've tried to announce Blink updates on this list, but it's understandable not everyone sees those updates :)
That may be because polymer's shimming supported both in a small deprecation window?
To view this discussion on the web visit https://groups.google.com/d/msgid/polymer-dev/d5da6634-1965-432e-8d76-f9d4d764a3b2%40googlegroups.com.