[Bug 27222] [Shadow]: "title" attribute should inherit in shadow DOM

https://www.w3.org/Bugs/Public/show_bug.cgi?id=27222

--- Comment #3 from Hayato Ito <hayato@chromium.org> ---
I don't think this issue should depend on bug 23887. That smells bad.

Except for insertion points, nothing should change in the bug 23887.

I prefer a solution where attributes of insertion points never have an effect
for 'attributes' inheritance. Like styles for insertion points are just
ignored.

Though <content> or <shadow> is an Element, I'd like to avoid treating them as
'Element' as much as possible. They never be "Being Rendered' as long as they
are used as insertion points.

I'd like to explain some of attribute *inheritance* by using the composed tree,
where neither insertion points nor shadow root appear.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Wednesday, 17 December 2014 04:23:25 UTC