Skip to content

Commit bde1a66

Browse files
committed
[css-values-5] ident() is not an arbitrary-substitution function. #11663
1 parent 736fd18 commit bde1a66

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css-values-5/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)