blob: ae66eca0a279db792671eb6d1edc963a9053d33f [file] [edit]
<!doctype html>
<meta charset="utf-8">
<link rel="help" href="https://drafts.csswg.org/css-values-5/#attr-notation">
<link rel="match" href="attr-style-sharing-5-ref.html">
<style>
li::marker {
content: attr(icon, "* ");
}
</style>
<ul>
<li id="bullet" icon="@ ">Has icon attribute</li>
<li>Fallback icon</li>
</ul>