[csswg-drafts] [css-selectors] :style() - detecting css tags

Nokel81 has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-selectors] :style() - detecting css tags ==
It is sometimes quite useful to style based on style. This selector would be able to match styles of a given element.

Example:
`div:style(display: flex) { }`
Would match all `div`s that are flex boxes. Choosing by display type seems to me to be the most useful but I have generalized it to be able to be used for other selections

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/1675 using your GitHub account

Received on Wednesday, 2 August 2017 04:05:37 UTC