Re: [w3c/webcomponents] Provide a lightweight mechanism to add styles to a custom element (#468)

I suppose the `writing-mode` example makes sense, but I feel like `!important` is not the correct mechanism for this kind of thing.  If I add `display: inline` to a `<textarea>` element, it's true that this style will be ignored and the computed style will be `inline-block`, but I can still use `display: none`, which is an age-old method of hiding elements and preventing them from affecting layout.

-- 
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/468#issuecomment-442833276

Received on Thursday, 29 November 2018 13:28:39 UTC