Skip to content

CSS3 Selector compatibility #44

@barraponto

Description

@barraponto

I believe the move to CSS3 selectors has become huge and, so far, Sizzle lacks support to several of the new selectors. The table on http://selectivizr.com/ shows how far behind it is compared to other Javascript frameworks. It shouldn't be too much of a hassle, and it would fix some of the issues in the issue queue.

Edit:

:lang()
:link
:visited
:target
:hover // this requires adding a special event to the DOM in unsupported browsers, we're not going to do this
:nth-last-child
:nth-of-type
:nth-last-of-type
:first-of-type
:last-of-type
:only-of-type
:root

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions