JavaFX uses a binary stylesheet format to allow faster loading times when loading styles.
RFC 7049 defines a binary equivalent to JSON and WebAssembly is working to be the binary counterpart to JavaScript.
I’d like to see the CSSWG standarsise a binary format for CSS to complete the above mentioned binary representations.
Pros:
- Faster loading and parse times (as a binary format doesn’t require tokenisation, it’s easier to parse for low memory systems)