- From: <bugzilla@jessica.w3.org>
- Date: Fri, 20 Sep 2013 22:51:24 +0000
- To: public-webapps-bugzilla@w3.org
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: annevk@annevk.nl
Reporter: dom@w3.org
QA Contact: public-webapps-bugzilla@w3.org
CC: mike@w3.org, www-dom@w3.org
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 the QA Contact for the bug.
Received on Friday, 20 September 2013 22:51:26 UTC