[Bug 26672] New: Slightly confused definition of descendantDocs

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

            Bug ID: 26672
           Summary: Slightly confused definition of descendantDocs
           Product: WebAppsWG
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Fullscreen
          Assignee: annevk@annevk.nl
          Reporter: philipj@opera.com
        QA Contact: public-webapps-bugzilla@w3.org
                CC: mike@w3.org, public-webapps@w3.org

http://fullscreen.spec.whatwg.org/#dom-document-exitfullscreen

"Let descendantDocs be doc's descendant browsing context's document
descendantDoc with a non-empty fullscreen element stack (if any), in reverse
tree order."

Having the variable name descendantDoc (unused here) and the non-plural
"document" makes this definition a bit curious.

Something like "Let descendantDocs be an ordered set consisting of doc's
descendant browsing context's documents with a non-empty fullscreen element
stack (if any), in reverse tree order." maybe?

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

Received on Tuesday, 26 August 2014 12:38:09 UTC