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>
1873
1873
1874
1874
<!-- https://github.com/w3c/csswg-drafts/issues/9141 -->
1875
1875
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.
1878
1878
1879
1879
<pre class=prod>
1880
1880
<dfn function lt="ident()"><<ident()>></dfn> = ident( <<ident-arg>> + )
@@ -1900,7 +1900,7 @@ Constructing <<custom-ident>> values: the ''ident()'' function</h3>
1900
1900
```
1901
1901
</div>
1902
1902
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,
1904
1904
''ident()'' can be used to construct a <<custom-ident>> using values that come from other elements.
1905
1905
1906
1906
<div class=example>
You can’t perform that action at this time.
0 commit comments