Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<title>light-dark() with none rendered as transparent image</title>
<link rel="match" href="light-dark-image-none-ref.html">
<style>
li { list-style-image: light-dark(none, none); }
</style>
<ul>
<li>This item should not have a visible marker</li>
</ul>