Specification test cases
The test cases below are imported from the Turbo CSS specification.
They have been executed upon loading this page.
Change the text color to black if any of the element's previous siblings are hovered.
t1 hover:~color-black
:hover ~ .t1.hover\:\~color-black {
color: #000000;
}
Change the text color to black if any of the element's parent's previous siblings are hovered.
t1 hover:~/color-black
:hover ~ * > .t1.hover\:\~\/color-black {
color: #000000;
}