Re: [w3c/webcomponents] Is <slot> a replaced element or not? (#564)

When users specify author rule, "slot { display: block }", for slots, I would like slot to behave like a `<div>`, in terms of layout.
Except for node are assigned to *children* of the slot, there should be no difference between `<slot>` and `<div>`, in this case.

Does it mean `<slot>` is not a replaced element?

I do not understand fully understand the impact of letting it being a replaced element. What is a user visible impact?

-- 
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/564#issuecomment-246558085

Received on Tuesday, 13 September 2016 02:49:24 UTC