Bug 68093
Summary: | Implement queryScopedSelector and queryScopedSelectorAll | ||
---|---|---|---|
Product: | WebKit | Reporter: | Erik Arvidsson <arv> |
Component: | DOM | Assignee: | 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: |
Erik Arvidsson
Since querySelector and querySelectorAll are borked we should implement the scoped version of these.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Roland Steiner
Once all patches for https://bugs.webkit.org/show_bug.cgi?id=49142 have been landed, this will be exceedingly trivial.
Ahmad Saleem
<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?
Ryosuke Niwa
Yeah, this is won't fix at this point.