chjj / zest

An absurdly fast CSS selector engine.
MIT License
238 stars 14 forks source link

Zest doesn't match style attributes correctly. #23

Open cscott opened 8 years ago

cscott commented 8 years ago

The style attribute has a getter, which confuses zest. https://github.com/fgnass/domino/issues/59 has a full bug report (domino uses zest) and https://github.com/fgnass/domino/commit/9d9e2e1dcef5e8ad56d31615a9c5218f69e8a2e8 has the needed patch.

I'd make a PR for this repo, but it's been over two years since I submitted my last PR (#17), so I don't want to waste effort if the PR is just going to be ignored.

Perelandric commented 7 years ago

So I guess this project is no longer maintained?