You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[css-gcpm-3] Define :nth() as selector instead of function (#9322)
* [css-gcpm-3] Define :nth() as selector instead of function
* Update css-gcpm-3/Overview.bs
---------
Co-authored-by: Tab Atkins Jr <jackalmage@gmail.com>
Copy file name to clipboardExpand all lines: css-gcpm-3/Overview.bs
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -691,16 +691,16 @@ A paginated document consists of a sequence of pages. [[CSS3PAGE]] defines <dfn>
691
691
<h3 id="document-page-selectors">
692
692
Page Selectors
693
693
</h3>
694
-
The ''nth()'' page pseudo-class allows the selection of arbitrary document pages. This pseudo-class takes an argument of the form <a href="https://drafts.csswg.org/css-syntax/#anb">An + B</a> as defined in [[CSS3SYN]]. When applied to the default @page rule, ''nth()'' selects the document page whose index matches the argument.
694
+
The '':nth()'' page pseudo-class allows the selection of arbitrary document pages. This pseudo-class takes an argument of the form <a href="https://drafts.csswg.org/css-syntax/#anb">An + B</a> as defined in [[CSS3SYN]]. When applied to the default @page rule, '':nth()'' selects the document page whose index matches the argument.
''nth()'' is not related to the page counter, which may reset and use various numbering schemes.</p>
701
+
'':nth()'' is not related to the page counter, which may reset and use various numbering schemes.</p>
702
702
703
-
When the ''nth()'' selector is applied to a named page, and that named page is part of a page-group (see below), it selects the nth page in the page group.
703
+
When the '':nth()'' selector is applied to a named page, and that named page is part of a page-group (see below), it selects the nth page in the page group.
0 commit comments