File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1622,9 +1622,9 @@ Ian's proposal:
1622
1622
1623
1623
<div class='note'>
1624
1624
Note that the default value need not be of the type given.
1625
- For instance, if the type required of the attribute by the author is ''< number px>'' ,
1625
+ For instance, if the type required of the attribute by the author is ''< number px>'' ,
1626
1626
the default could still be <css> auto</css> ,
1627
- like in ''width: attr(size < number px>, auto);'' .
1627
+ like in ''width: attr(size < number px>, auto);'' .
1628
1628
</div>
1629
1629
1630
1630
<div class="example">
@@ -1738,7 +1738,7 @@ Security</h4>
1738
1738
However, using ''attr()'' for other purposes is fine,
1739
1739
even if the usage is <em> near</em> a url:
1740
1740
1741
- * ''background-image: image("foo.jpg", attr(bgcolor < color>))'' is fine;
1741
+ * ''background-image: image("foo.jpg", attr(bgcolor < color>))'' is fine;
1742
1742
the ''attr()'' is providing a fallback color,
1743
1743
and the <<url>> isn't [=attr()-tainted=] .
1744
1744
</div>
You can’t perform that action at this time.
0 commit comments