PHP-CSS-Parser icon indicating copy to clipboard operation
PHP-CSS-Parser copied to clipboard

`DeclarationBlock::parse()` should not consume more content upon error

Open JakeQZ opened this issue 2 months ago • 0 comments

If it fails to parse selectors, it currently consumes and discards up to the next }. That should be the job of the caller, CSSList.

JakeQZ avatar Dec 15 '25 00:12 JakeQZ