diff options
author | Leonard Richardson <leonardr@segfault.org> | 2013-05-08 12:27:55 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2013-05-08 12:27:55 -0400 |
commit | c1ff89b384ea2b2add9c9c170154a7c39b0cd995 (patch) | |
tree | 2e14781b58f3d3851f3ad45eb80520312002e979 /NEWS.txt | |
parent | 2def4dced08c390afcab1bcee3ebb10385c93cea (diff) |
Fixed terminology.
Diffstat (limited to 'NEWS.txt')
-rw-r--r-- | NEWS.txt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ - Added support for the adjacent sibling combinator (+) and the general sibling combinator (~). Tests by "liquider". [bug=1082144] - - The combinators (*, >, +, and ~) can now combine with any supported + - The combinators (>, +, and ~) can now combine with any supported selector, not just one that selects based on tag name. - Added limited support for the "nth-of-type" pseudo-class. Code |