Bug 68093

Summary: Implement queryScopedSelector and queryScopedSelectorAll
Product: WebKit Reporter: Erik Arvidsson <arv>
Component: DOMAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WONTFIX    
Severity: Normal CC: ahmad.saleem792, ap, bfulgham, koivisto, peter, rniwa, rolandsteiner, sam, slightlyoff
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
URL: http://www.w3.org/TR/selectors-api2/#queryscopedselector
Bug Depends on: 67720    
Bug Blocks:    

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.