[Bug 23311] New: Invalid WebIDL
| Newsgroups | gmane.comp.web.dom.general |
|---|---|
| Message-ID | <[email protected]/Bugs/Public/> |
https://www.w3.org/Bugs/Public/show_bug.cgi?id=23311
Bug ID: 23311
Summary: Invalid WebIDL
Product: WebAppsWG
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: DOM
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected], [email protected]
The declarations in http://dom.spec.whatwg.org/#parentnode
[[
Element? query(relativeSelectors);
[NewObject] Elements queryAll(relativeSelectors);
Element? querySelector(selectors);
[NewObject] NodeList querySelectorAll(selectors);
]]
are missing the type of the arguments (presumably DOMString)
--
You are receiving this mail because:
You are on the CC list for the bug.