[Bug 16935] Update WebIDL syntax in Level 1

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

--- Comment #1 from Philippe Le Hegaret <plh@w3.org> 2012-05-04 17:05:19 UTC ---
actually, make it

[NoInterfaceObject]
interface NodeSelector {
    Element   querySelector(DOMString selectors);
    NodeList  querySelectorAll(DOMString selectors);
};
Document implements NodeSelector;
DocumentFragment implements NodeSelector;
Element implements NodeSelector;

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Friday, 4 May 2012 17:05:22 UTC