File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1873,8 +1873,8 @@ Constructing <<custom-ident>> values: the ''ident()'' function</h3>
18731873
18741874 <!-- https://github.com/w3c/csswg-drafts/issues/9141 -->
18751875
1876- The <dfn>ident()</dfn> function is an [=arbitrary substitution function=]
1877- that can be used to manually construct <<custom-ident>> values from several parts.
1876+ The <dfn>ident()</dfn> function represents an <<ident>> ,
1877+ and can be used to manually construct <<custom-ident>> values from several parts.
18781878
18791879 <pre class=prod>
18801880 <dfn function lt="ident()"><<ident()>></dfn> = ident( <<ident-arg>> + )
@@ -1900,7 +1900,7 @@ Constructing <<custom-ident>> values: the ''ident()'' function</h3>
19001900 ```
19011901 </div>
19021902
1903- While in many cases ''attr()'' with the <<attr-type>> set to <code > type(<<custom-ident>> )</code > will do,
1903+ While in many cases ''attr()'' with the <<attr-type>> set to <css > type(<<custom-ident>> )</css > will do,
19041904 ''ident()'' can be used to construct a <<custom-ident>> using values that come from other elements.
19051905
19061906 <div class=example>
You can’t perform that action at this time.
0 commit comments