Ticket #5022 (closed defect: fixed)

Opened 13 months ago

Last modified 11 months ago

:contains is not non-standard

Reported by: guest Owned by: alex
Priority: normal Milestone: 1.1
Component: Core Version: 1.0
Severity: normal Keywords:
Cc:

Description

The announcement for 1.0 says: "The non-standard ":contains" pseudo class has been removed from dojo.query()"

However, :contains() is in the CSS3 selector standard: http://www.w3.org/TR/2001/CR-css3-selectors-20011113/#selectors

-- Yehuda

Change History

Changed 13 months ago by bill

  • owner changed from anonymous to alex

Changed 13 months ago by peller

This doesn't sound like 1.0.1 material. Alex?

Changed 13 months ago by peller

  • milestone changed from 1.0.1 to 1.1

Changed 11 months ago by alex

  • status changed from new to closed
  • resolution set to fixed

(In [11898]) re-enable :contains, expose the pseudo-match list to extension through dojo.query.pseudos, and enable sibling selectors (and tests for them). Fixes #5022. !strict

Note: See TracTickets for help on using tickets.