These are Servo issues that are blocking servonk one way or the other from being awesome:
[ ] https://github.com/servo/servo/issues/20822 : Flex layout is not updated on window resize. That prevents the layout of the status and navbars to update properly on window resize.
[ ] https://github.com/servo/servo/issues/20731 : Keyframe animations are not stopped/removed properly. That is preventing us from using keyframe animations without using a crazy amount of cpu.
[ ] https://github.com/servo/servo/issues/20284 : The :active pseudo class is not (fully) supported. That forces us to manually set classes on tapped elements to eg. change the background color (see the lockscreen code).
These are Servo issues that are blocking servonk one way or the other from being awesome:
Idle
state is not always reached at the end of css transitions. Many animations are disabled because of that bug.