Open
Bug 854148
Opened 7 years ago
Updated 1 year ago
Support for nth-child(An+B of sel) , nth-last-child(An+B of sel) pseudo classes
Categories
(Core :: CSS Parsing and Computation, enhancement)
Core
CSS Parsing and Computation
Not set
Tracking
()
NEW
People
(Reporter: hunboy, Unassigned)
References
(Blocks 3 open bugs)
Details
(Keywords: dev-doc-needed)
Attachments
(1 file, 1 obsolete file)
|
1.61 KB,
text/html
|
Details |
User Agent: Mozilla/5.0 (Windows NT 5.1; rv:19.0) Gecko/20100101 Firefox/19.0 Build ID: 20130307023931 Steps to reproduce: Expected results: Based on discussion at Bug 854125 and following w3c selectors level 4 draft http://dev.w3.org/csswg/selectors4/#the-nth-match-pseudo implement nth-match, nth-last-match pseudo classes
| Reporter | ||
Updated•7 years ago
|
OS: Windows XP → All
Hardware: x86 → All
| Reporter | ||
Updated•7 years ago
|
Attachment #728673 -
Attachment mime type: text/plain → text/html
| Reporter | ||
Updated•7 years ago
|
Component: General → Style System (CSS)
Updated•7 years ago
|
Blocks: selectors-4
| Reporter | ||
Updated•7 years ago
|
Severity: normal → enhancement
| Reporter | ||
Updated•7 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
| Reporter | ||
Updated•7 years ago
|
Version: unspecified → Trunk
| Reporter | ||
Comment 1•6 years ago
|
||
The sel4draft has been changed, nth-match, nth-last-match was removed and feature merged to nth-child with this syntax: nth-child(An+B of sel) where sel is a list of selectors http://dev.w3.org/csswg/selectors4/#the-nth-child-pseudo "By passing a selector argument, we can select the Nth element that matches that selector. For example, the following selector matches the first three “important” list items, denoted by the .important class: li:nth-child(-n+3 of .important) Note that this is different from moving the selector outside of the function, like: li.important:nth-child(-n+3) This selector instead just selects the first three list items if they also have the .important class."
Summary: Support for nth-match, nth-last-match pseudo classes → Support for nth-child(An+B of sel) , nth-last-child(An+B of sel) pseudo classes
| Reporter | ||
Comment 2•6 years ago
|
||
upgrading testcase based on changes
Attachment #728673 -
Attachment is obsolete: true
WebKit support: https://bugs.webkit.org/show_bug.cgi?id=136845 https://bugs.webkit.org/show_bug.cgi?id=137593
Additional testcase https://output.jsbin.com/meliga/quiet
Updated•4 years ago
|
Keywords: dev-doc-needed
Updated•4 years ago
|
Comment 6•3 years ago
|
||
Any timeframe at when this might be implemented?
You need to log in
before you can comment on or make changes to this bug.
Description
•