Skip to content

Commit 8c18591

Browse files
authored
[css-values-5] Allow explicit null-namespace in attr-name (#11359)
Otherwise we're making a non-backwards-compatible change against content:attr() from css-content [1]. [1] https://drafts.csswg.org/css-content/#strings
1 parent 1a57b83 commit 8c18591

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-values-5/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1556,7 +1556,7 @@ Ian's proposal:
15561556
<pre class=prod>
15571557
attr() = attr( <<attr-name>> <<attr-type>>? , <<declaration-value>>?)
15581558
1559-
<dfn>&lt;attr-name></dfn> = [ <<ident-token>> '|' ]? <<ident-token>>
1559+
<dfn>&lt;attr-name></dfn> = [ <<ident-token>>? '|' ]? <<ident-token>>
15601560
<dfn>&lt;attr-type></dfn> = type( <<syntax>> ) | string | <<attr-unit>>
15611561
</pre>
15621562

0 commit comments

Comments
 (0)