Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<title>CSS Values and Units Test: attr() in ::marker pseudo element</title>
<style>
li::marker { color: green; }
</style>
<ul><li>Text</li></ul>
<!DOCTYPE html>
<title>CSS Values and Units Test: attr() in ::marker pseudo element</title>
<style>
li::marker { color: green; }
</style>
<ul><li>Text</li></ul>