Specification test cases
The test cases below are imported from the Turbo CSS specification.
They have been executed upon loading this page.
Tab size as number
t1 tab-4
.t1.tab-4 {
tab-size: 4;
}
Tab size as length
t1 tab-20px
.t1.tab-20px {
tab-size: 20px;
}