Specification test cases
The test cases below are imported from the Turbo CSS specification.
They have been executed upon loading this page.
Letter spacing as number
t1 letter-spacing-10
.t1.letter-spacing-10 {
letter-spacing: 1px;
}
Letter spacing as length
t1 letter-spacing-0.5px
.t1.letter-spacing-0\.5px {
letter-spacing: 0.5px;
}
Set letter spacing to normal.
t1 letter-spacing-normal
.t1.letter-spacing-normal {
letter-spacing: normal;
}