Specification test cases
The test cases below are imported from the Turbo CSS specification.
They have been executed upon loading this page.
Show bullets and numberings inside the list container.
t1 list-inside
.t1.list-inside {
list-style-position: inside;
}
Show bullets and numberings outside the list container.
t1 list-outside
.t1.list-outside {
list-style-position: outside;
}