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

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

--- Comment #16 from Hayato Ito <hayato@chromium.org> ---
Although the current Shadow DOM spec mentions that 'contenteditable must not
propagate' [1] explicitly, I think that's redundant in a strict meaning.

Unless otherwise mentioned, all attributes must not *propagate* from shadow
host to shadow trees because there is no parent/child relationship between
nodes if they are in the different node trees. That's my interpretation of the
spec.

I'm afraid that mentioning only contenteditable attribute in the spec is likely
for readers to have an impression that other attributes may *propagate. That's
not good.

[1] http://w3c.github.io/webcomponents/spec/shadow/#editing

I'm not saying anything about whether 'title' attribute should propagate or
not.
We should decide it in this bug. Hopefully, for other attributes too.

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

Received on Saturday, 20 December 2014 11:18:59 UTC