<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://www.w3.org/Bugs/Public/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4"
          urlbase="https://www.w3.org/Bugs/Public/"
          
          maintainer="sysbot+bugzilla@w3.org"
>

    <bug>
          <bug_id>16935</bug_id>
          
          <creation_ts>2012-05-04 17:03:20 +0000</creation_ts>
          <short_desc>Update WebIDL syntax in Level 1</short_desc>
          <delta_ts>2015-10-06 11:56:27 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebAppsWG</product>
          <component>HISTORICAL - Selectors API</component>
          <version>unspecified</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>INVALID</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Philippe Le Hegaret">plh</reporter>
          <assigned_to name="Lachlan Hunt">lachlan.hunt</assigned_to>
          <cc>art.barstow</cc>
    
    <cc>lachlan.hunt</cc>
    
    <cc>mike</cc>
          
          <qa_contact>public-webapps-bugzilla</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>67331</commentid>
    <comment_count>0</comment_count>
    <who name="Philippe Le Hegaret">plh</who>
    <bug_when>2012-05-04 17:03:20 +0000</bug_when>
    <thetext>module dom {
  [Supplemental, NoInterfaceObject]
  interface NodeSelector {
    Element   querySelector(in DOMString selectors);
    NodeList  querySelectorAll(in DOMString selectors);
  };
  Document implements NodeSelector;
  DocumentFragment implements NodeSelector;
  Element implements NodeSelector;
};

should probably read

[NoInterfaceObject]
interface NodeSelector {
    Element   querySelector(in DOMString selectors);
    NodeList  querySelectorAll(in DOMString selectors);
};
Document implements NodeSelector;
DocumentFragment implements NodeSelector;
Element implements NodeSelector;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>67332</commentid>
    <comment_count>1</comment_count>
    <who name="Philippe Le Hegaret">plh</who>
    <bug_when>2012-05-04 17:05:19 +0000</bug_when>
    <thetext>actually, make it

[NoInterfaceObject]
interface NodeSelector {
    Element   querySelector(DOMString selectors);
    NodeList  querySelectorAll(DOMString selectors);
};
Document implements NodeSelector;
DocumentFragment implements NodeSelector;
Element implements NodeSelector;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>123519</commentid>
    <comment_count>2</comment_count>
    <who name="Arthur Barstow">art.barstow</who>
    <bug_when>2015-10-06 11:56:27 +0000</bug_when>
    <thetext>The Selectors API REC does not include a definition of NodeSelector so considering this bug as no longer valid &lt;http://www.w3.org/TR/2013/REC-selectors-api-20130221/&gt;.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>