Skip to content

Commit 24f288a

Browse files
committed
[css-values-4] Adjust headings for <custom-ident> and <dashed-ident> to be more parallel.
1 parent f69413e commit 24f288a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

css-values-4/Overview.bs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,7 @@ CSS-wide keywords: ''initial'', ''inherit'' and ''unset''</h4>
639639
<!-- Make it easier to add CSS-wide keywords by defining a grammar production. -->
640640

641641
<h3 id='custom-idents'>
642-
Author-defined Identifiers: the <<custom-ident>> type</h3>
642+
Unprefixed Author-defined Identifiers: the <<custom-ident>> type</h3>
643643

644644
Some properties accept arbitrary author-defined identifiers as a component value.
645645
This generic data type is denoted by <dfn id="identifier-value">&lt;custom-ident></dfn>,
@@ -670,11 +670,12 @@ Author-defined Identifiers: the <<custom-ident>> type</h3>
670670
</div>
671671

672672
Note: When designing grammars with <<custom-ident>>,
673-
the <<custom-ident>> should always be "positionally unambiguous",
673+
the <<custom-ident>> should always be positionally unambiguous,
674674
so that it's impossible to conflict with any keyword values in the property.
675+
Such conflicts can alternatively be avoided by using <<dashed-ident>>.
675676

676677
<h3 id='dashed-idents'>
677-
<em>Explicitly</em> Author-defined Identifiers: the <<dashed-ident>> type</h3>
678+
Prefixed Author-defined Identifiers: the <<dashed-ident>> type</h3>
678679

679680
Some contexts accept <em>both</em> author-defined identifiers
680681
<em>and</em> CSS-defined identifiers.

0 commit comments

Comments
 (0)