Specification test cases
The test cases below are imported from the Turbo CSS specification.
They have been executed upon loading this page.
Hide list item marker.
t1 list-none
.t1.list-none {
list-style-type: none;
}
Show bullet points before list entries.
t1 list-disc
.t1.list-disc {
list-style-type: disc;
}
Show numbers before list entries.
t1 list-decimal
.t1.list-decimal {
list-style-type: decimal;
}