descendant combinator w/ pseudo class broken?
<style>
ul.check {
position: relative;
list-style: none;
margin-left: 0;
padding-left: 0.75em;
}
ul.check li:before {
content: "✔";
position: absolute;
left: 3em;
}
</style>
Okay with 4.2 Editor, Foliate, & Lithium, but broken in 4.2 Viewer. Seems okay with lower ASCII.
Best regards, Pop
|