hackers-painters / katana-parser

A CSS parsing library in pure C99
http://hackers-painters.github.io/katana-parser
MIT License
180 stars 40 forks source link

Crash on [|att] selector. #20

Open vs-savchenko opened 5 years ago

vs-savchenko commented 5 years ago

Katana will crash trying to parse '[|att]' selector.

Example:

<html><head><style>[|att] {color: green;}</style></head><body><p>Some text</p></body></html>
vs-savchenko commented 5 years ago

Is it possible to have Bison source files?

jasenhuang commented 3 years ago

fixed!

https://github.com/hackers-painters/katana-parser/pull/27