Skip to content

Commit 9150011

Browse files
committed
[css-content] fix typo in example
1 parent 0792bf2 commit 9150011

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

css-content/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ Alternative text for Generated Content: The 'alt' property</h3>
349349
<pre>
350350
.new::before {
351351
content: url(./img/star.png);
352-
alt: "New!"; /* or a lcoalized attribute from the DOM: attr("data-alt") */
352+
alt: "New!"; /* or a localized attribute from the DOM: attr("data-alt") */
353353
}
354354
</pre>
355355
</div>

css-content/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ <h3 class="heading settled" data-level=2.1 id=alt-property><span class=secno>2.1
417417

418418
<pre>.new::before {
419419
content: url(./img/star.png);
420-
alt: "New!"; /* or a lcoalized attribute from the DOM: attr("data-alt") */
420+
alt: "New!"; /* or a localized attribute from the DOM: attr("data-alt") */
421421
}
422422
</pre>
423423
</div>

0 commit comments

Comments
 (0)