[Bug 16230] [Shadow]:

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

--- Comment #2 from Kaustubh Atrawalkar <kaustubh@motorola.com> 2012-03-06 13:12:47 UTC ---
(In reply to comment #1)
> (In reply to comment #0)
> 
> > " each shadow root must also have an activeElement property to store the value
> > of shadow host element which contains the focused element in its shadow DOM
> > subtree."
> 
> Ok, now I am confused :)
> 
> A shadow root may only have one shadow host. So by this description, we will
> always see the shadow host value when querying the activeElement property.
> 
> What would be the usefulness of this?

Ok got it. Confusion solved :) So activeElement property of shadowRoot should
return the element in its sub tree and not the host element. I hope i got it
right now.

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Tuesday, 6 March 2012 13:12:50 UTC