While Liquid is powerful, it is completely unreadable for many things, and actively makes documents harder to read. So instead of relying on it for everything, why not just use HTML5 for the page?
The change reduces the parsing overhead for browser by about 30% through reducing the number of useless <div> elements. Additionally the CSS became easier to read as well.
- Keyboard controls are now available, though they might not be good enough. Thanks firefox.
- f: Fullscreen
- m: Mute
- Space: Play/Pause
- Home: Jump to Start
- End: Jump to End
- Comma: Go back 0.1s
- Period: Go forward 0.1s
- Left Arrow: Go back 5s
- Right Arrow: Go forward 5s
- Up Arrow: Increase logarithmic volume by 5%
- Down Arrow: Decrease logarithmic volume by 5%
- P: Toggle pitch correction
- Page Up: Speed up video
- Page Down: Slow down video
- Mouse controls are improved too.
- Accessibility drastically improved.
- Now using the new symbols as well.