Skip to content

Commit f170bb8

Browse files
authored
[css-values-5] Tweaked attr() syntax, per WG resolution. #11034 #11035 (#11750)
1 parent 5582890 commit f170bb8

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
@@ -1649,9 +1649,9 @@ Ian's proposal:
16491649

16501650
<div class='note'>
16511651
Note that the default value need not be of the type given.
1652-
For instance, if the type required of the attribute by the author is ''&lt;number px>'',
1652+
For instance, if the type required of the attribute by the author is ''&lt;length>'',
16531653
the default could still be <css>auto</css>,
1654-
like in ''width: attr(size &lt;number px>, auto);''.
1654+
like in ''width: attr(size &lt;length>, auto);''.
16551655
</div>
16561656

16571657
<div class="example">
@@ -1857,7 +1857,7 @@ makes the containing [=declaration=] [=invalid at computed-value time=].
18571857
</pre>
18581858
</div>
18591859

1860-
<!-- Big Text: ident()
1860+
<!-- Big Text: ident()
18611861

18621862
████ ████▌ █████▌ █ █▌ █████▌ ██ ██
18631863
▐▌ █▌ █▌ █▌ █▌ █▌ █▌ █▌ ▐█

0 commit comments

Comments
 (0)