dart-lang / csslib

A library for parsing CSS.
https://pub.dev/packages/csslib
BSD 3-Clause "New" or "Revised" License
95 stars 38 forks source link

address an issue parsing font names #168

Closed devoncarew closed 1 year ago

devoncarew commented 1 year ago

This changes how we recover from unexpected syntax. I don't know that the current recover is really intentional however, and certainly isn't what's described in the spec (see https://www.w3.org/TR/css-syntax-3/#tokenization).