This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 23311 - Invalid WebIDL
Summary: Invalid WebIDL
Status: RESOLVED FIXED
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: DOM (show other bugs)
Version: unspecified
Hardware: PC Linux
: P2 normal
Target Milestone: ---
Assignee: Anne
QA Contact: public-webapps-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-20 22:51 UTC by Dominique Hazael-Massieux
Modified: 2013-09-24 13:55 UTC (History)
2 users (show)

See Also:


Attachments

Description Dominique Hazael-Massieux 2013-09-20 22:51:24 UTC
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)
Comment 1 Anne 2013-09-23 20:57:25 UTC
https://github.com/whatwg/dom/commit/b95301b508adf5f7fbe90a979096137ae18eb48a

For the acknowledgments, do you prefer ë or e in Hazaël?
Comment 2 Dominique Hazael-Massieux 2013-09-24 09:31:25 UTC
I'm not sure this trivial bug report is worth an ack; the official spelling of my name uses "ë" (but I'm not particularly fussy about it)
Comment 3 Anne 2013-09-24 13:55:22 UTC
Thanks, it'll be in the next commit. (Acknowledgments attempts to list any contributor, size of contribution doesn't matter.)