mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-05-23 19:48:33 +00:00
The entry points for CSS parsing in the spec are defined as accepting any of a stream of Tokens, or a stream of ComponentValues, or a String. TokenStream is an attempt to reduce the duplication of code for that.