Bug 113683
| Summary: | Add support for relative selectors for selectors API v2. | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Hayato Ito <hayato> |
| Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED INVALID | ||
| Severity: | Normal | CC: | benjamin, syoichi, webcomponents-bugzilla |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | |||
| Bug Blocks: | 113684 | ||
Hayato Ito
We should consider adding support for relative selctors that is being proposed for Selectors API Level 2.
http://www.w3.org/TR/selectors-api2/#relative-selector
That will be used in Elemnt.find() and Element.findAll(), which are explained in Selectors API Level 2.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Benjamin Poulain
Closing: that spec was deprecated. The new DOM spec dropped find/findAll.