File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff 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"><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.
You can’t perform that action at this time.
0 commit comments