mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-11 01:22:43 +02:00
The old parameter-default lexer stopped at any whitespace, making it impossible to write defaults like `optional CSSOMString text = " "`. Fall back to `consume_quoted_string()` (capturing quotes) when the default starts with a quote, so the spec default for FontFaceSet.load()/.check() can be expressed in IDL.