Skip to content
Draft
Changes from 1 commit
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
Prev Previous commit
[selectors-4] Wrap references of An+B to CSS Syntax in notes
  • Loading branch information
cdoublev committed Nov 21, 2023
commit 1eb9005ff4e93023e06c1e91a721e947d436664a
8 changes: 4 additions & 4 deletions selectors-4/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2957,7 +2957,7 @@ Child-indexed Pseudo-classes</h3>
If the selector list is omitted,
it defaults to ''*|*''.

The <var>An+B</var> notation and its interpretation
Note: The <var>An+B</var> notation and its interpretation
are defined in [[css-syntax-3#anb-microsyntax]];
it represents any index <var>i</var> = <var>A</var><var>n</var> + <var>B</var>
for any non-negative integer <var>n</var>.
Expand Down Expand Up @@ -3059,7 +3059,7 @@ Child-indexed Pseudo-classes</h3>
with that of its selector argument <var>S</var>.
See [[#specificity-rules]].

The CSS Syntax Module [[!CSS3SYN]] defines the <a href="https://drafts.csswg.org/css-syntax/#anb"><var>An+B</var> notation</a>.
Note: The CSS Syntax Module [[!CSS3SYN]] defines the <a href="https://drafts.csswg.org/css-syntax/#anb"><var>An+B</var> notation</a>.

<div class="example">
Examples:
Expand Down Expand Up @@ -3446,7 +3446,7 @@ Column combinator (<code>||</code>)</h3>
more than one column, it is represented by a selector indicating any of
those columns.

The CSS Syntax Module [[!CSS3SYN]] defines the <a href="https://drafts.csswg.org/css-syntax/#anb"><var>An+B</var> notation</a>.
Note: The CSS Syntax Module [[!CSS3SYN]] defines the <a href="https://drafts.csswg.org/css-syntax/#anb"><var>An+B</var> notation</a>.

<h3 id="the-nth-last-col-pseudo">
'':nth-last-col()'' pseudo-class</h3>
Expand All @@ -3461,7 +3461,7 @@ Column combinator (<code>||</code>)</h3>
more than one column, it is represented by a selector indicating any of
those columns.

The CSS Syntax Module [[!CSS3SYN]] defines the <a href="https://drafts.csswg.org/css-syntax/#anb"><var>An+B</var> notation</a>.
Note: The CSS Syntax Module [[!CSS3SYN]] defines the <a href="https://drafts.csswg.org/css-syntax/#anb"><var>An+B</var> notation</a>.

<h2 id="specificity-rules">
Calculating a selector's specificity</h2>
Expand Down