We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a57b83 commit 8c18591Copy full SHA for 8c18591
css-values-5/Overview.bs
@@ -1556,7 +1556,7 @@ Ian's proposal:
1556
<pre class=prod>
1557
attr() = attr( <<attr-name>> <<attr-type>>? , <<declaration-value>>?)
1558
1559
- <dfn><attr-name></dfn> = [ <<ident-token>> '|' ]? <<ident-token>>
+ <dfn><attr-name></dfn> = [ <<ident-token>>? '|' ]? <<ident-token>>
1560
<dfn><attr-type></dfn> = type( <<syntax>> ) | string | <<attr-unit>>
1561
</pre>
1562
0 commit comments