Reflections on the naïve attempt at parsing CSS in JavaScript

Here are a collection of thoughts I have had after making the CSS tokenizer alogrithm functional yesterday:

Overall, I was actually quite surprised, when all is said and done, that the CSS specification for tokenization is actually quite simple. I could follow the rules defined in the documentation and before I knew it, I had a working implementation. Well done to the W3C for their work on understandable technical documentation 👍

Color scheme: