Specification test cases
The test cases below are imported from the Turbo CSS specification.
They have been executed upon loading this page.
Do not respond to pointer events.
t1 pointer-events-none
.t1.pointer-events-none {
pointer-events: none;
}
Respond to pointer events.
t1 pointer-events-auto
.t1.pointer-events-auto {
pointer-events: auto;
}