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: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected], [email protected]
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 on the CC list for the bug.