Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,9 @@ be implemented):

These are non-standard extensions:

* ID selectors whose value is not a valid CSS identifier, e.g. ``#37signals``.
The specification only allows an identifier after ``#``, so such IDs, which
are valid in HTML, would otherwise require ``[id="37signals"]``.
* The ``:contains(text)`` pseudo-class that existed in `an early draft`_
but was then removed.
* The ``!=`` attribute operator. ``[foo!=bar]`` is the same as
Expand Down
Loading