[Bug 24870] [Shadow]: HTMLTitleElement shouldn't work in shadow trees

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

Jonas Sicking <jonas@sicking.cc> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jonas@sicking.cc

--- Comment #3 from Jonas Sicking <jonas@sicking.cc> ---
Content in the shadow DOM should by default act "like normal". For a <title>
that means that if the Document is in the <title>'s parent chain, and there are
no <title>s "ahead of it" in document order, then it affects the Document's
title. Otherwise it does not.

Shadow DOM never has a Document in its parent chain, and so it should not
affect the Documents title.

If you want to build your own custom <title> element, then you can do that by
using the Custom Elements spec and set Document.title.

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

Received on Monday, 5 May 2014 22:14:14 UTC