@@ -194,7 +194,7 @@ <h2 class="no-num no-toc" id=contents>Table of contents</h2>
194194 </ ul >
195195
196196 < li > < a href ="#identifiers "> < span class =secno > 3.2. </ span > User-defined
197- Identifiers: the ‘< code class =css > <author -ident> </ code > ’
197+ Identifiers: the ‘< code class =css > <custom -ident> </ code > ’
198198 type</ a >
199199
200200 < li > < a href ="#strings "> < span class =secno > 3.3. </ span > Quoted Strings:
@@ -621,11 +621,11 @@ <h4 id=common-keywords><span class=secno>3.1.1. </span> CSS-wide keywords:
621621
622622 < h3 id =identifiers > < span class =secno > 3.2. </ span > User-defined Identifiers:
623623 the ‘< a href ="#identifier-value "> < code
624- class =css > <author -ident> </ code > </ a > ’ type</ h3 >
624+ class =css > <custom -ident> </ code > </ a > ’ type</ h3 >
625625
626- < p > Some properties accept arbitrary user -defined identifiers as a component
627- value. This generic data type is denoted by < dfn
628- id =identifier-value > < var > <author -ident> </ var > </ dfn > , and represents any
626+ < p > Some properties accept arbitrary author -defined identifiers as a
627+ component value. This generic data type is denoted by < dfn
628+ id =identifier-value > < var > <custom -ident> </ var > </ dfn > , and represents any
629629 valid CSS < a href ="#identifier "> < i > identifier</ i > </ a > that does not
630630 otherwise appear as a pre-defined keyword in that property's value
631631 definition. Such identifiers are fully case-sensitive, even in the ASCII
@@ -634,7 +634,9 @@ <h3 id=identifiers><span class=secno>3.2. </span> User-defined Identifiers:
634634 identifiers).
635635
636636 < p > The < a href ="#common-keywords "> CSS-wide keywords</ a > are not valid < a
637- href ="#identifier-value "> < var > <author-ident> s</ var > </ a > .
637+ href ="#identifier-value "> < var > <custom-ident> s</ var > </ a > . The ‘< code
638+ class =css > default</ code > ’ keyword is reserved and is also not a valid < a
639+ href ="#identifier-value "> < var > <custom-ident> s</ var > </ a > .
638640
639641 < h3 id =strings > < span class =secno > 3.3. </ span > Quoted Strings: the ‘< a
640642 href ="#string-value "> < code class =css > <string> </ code > </ a > ’ type</ h3 >
@@ -2301,10 +2303,6 @@ <h2 class=no-num id=index>Index</h2>
23012303
23022304 < li > attr(), < a href ="#attr " title ="attr() "> < strong > 8.3.</ strong > </ a >
23032305
2304- < li > < a href ="#identifier-value "> < var > <author-ident> </ var > </ a > , < a
2305- href ="#identifier-value "
2306- title ="<author-ident> "> < strong > 3.2.</ strong > </ a >
2307-
23082306 < li > authoring tool, < a href ="#authoring-tool "
23092307 title ="authoring tool "> < strong > 9.2.</ strong > </ a >
23102308
@@ -2315,6 +2313,10 @@ <h2 class=no-num id=index>Index</h2>
23152313 < li > < a href ="#color-value "> < var > <color> </ var > </ a > , < a
23162314 href ="#color-value " title ="<color> "> < strong > 7.1.</ strong > </ a >
23172315
2316+ < li > < a href ="#identifier-value "> < var > <custom-ident> </ var > </ a > , < a
2317+ href ="#identifier-value "
2318+ title ="<custom-ident> "> < strong > 3.2.</ strong > </ a >
2319+
23182320 < li > deg, < a href ="#deg " title =deg > < strong > 6.1.</ strong > </ a >
23192321
23202322 < li > dimension, < a href ="#dimension "
0 commit comments