We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0792bf2 commit 9150011Copy full SHA for 9150011
2 files changed
css-content/Overview.bs
@@ -349,7 +349,7 @@ Alternative text for Generated Content: The 'alt' property</h3>
349
<pre>
350
.new::before {
351
content: url(./img/star.png);
352
- alt: "New!"; /* or a lcoalized attribute from the DOM: attr("data-alt") */
+ alt: "New!"; /* or a localized attribute from the DOM: attr("data-alt") */
353
}
354
</pre>
355
</div>
css-content/Overview.html
@@ -417,7 +417,7 @@ <h3 class="heading settled" data-level=2.1 id=alt-property><span class=secno>2.1
417
418
<pre>.new::before {
419
420
421
422
423
0 commit comments