Bug 68093 - Implement queryScopedSelector and queryScopedSelectorAll
Summary: Implement queryScopedSelector and queryScopedSelectorAll
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL: http://www.w3.org/TR/selectors-api2/#...
Keywords:
Depends on: 67720
Blocks:
  Show dependency treegraph
 
Reported: 2011-09-14 11:12 PDT by Erik Arvidsson
Modified: 2022-08-10 10:47 PDT (History)
9 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Erik Arvidsson 2011-09-14 11:12:21 PDT
Since querySelector and querySelectorAll are borked we should implement the scoped version of these.
Comment 1 Roland Steiner 2011-09-19 22:19:06 PDT
Once all patches for https://bugs.webkit.org/show_bug.cgi?id=49142 have been landed, this will be exceedingly trivial.
Comment 2 Ahmad Saleem 2022-08-10 10:40:17 PDT
<style scoped> was removed from Spec - https://github.com/whatwg/html/issues/552

and this is extension to those, if I am not wrong but there is further interest here:

https://github.com/w3c/csswg-drafts/issues/3547

Do we need to implement these or we can close this bug at the moment and see later on what to do?
Comment 3 Ryosuke Niwa 2022-08-10 10:47:40 PDT
Yeah, this is won't fix at this point.