[Bug 16365] New: [Shadow]: What should be shadowRoot.activeElement if it does not contain a focused element.

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

           Summary: [Shadow]: What should be shadowRoot.activeElement if
                    it does not contain a focused element.
           Product: WebAppsWG
           Version: unspecified
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Component Model
        AssignedTo: dglazkov@chromium.org
        ReportedBy: hayato@chromium.org
         QAContact: public-webapps-bugzilla@w3.org
            Blocks: 14978


What is the initial value of 'shadowRoot.activeElement' in the algorithm used
in Shadow DOM spec '8.3 Active Element'?

A document.activeElement is <body> element if there is no focused element
according to the spec: 
http://www.w3.org/TR/html5/editing.html#document-level-focus-apis

What should be shadowRoot.activeElement if there is no focused elements inside
of shadow root?

-- 
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 Wednesday, 14 March 2012 11:54:15 UTC