Re: [w3c/webcomponents] observedStyles (#856)

I have the same use case as @Jamesernator for https://github.com/justinfagnani/katex-elements

Right now I vend two separate elements for the "inline" and "display" rendering styles, but this really should be a CSS property, or even better it would just change depending on whether `display-outside` is `inline` or `block`.

Another use-case I've heard from AMP is to control how many images their carousel shows at a time. On narrow screens it may be 1, on wide screens it may be 2 or 3, but this should be styleable by the component user with a media query.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/856#issuecomment-571689263

Received on Tuesday, 7 January 2020 17:31:20 UTC