Crystagiri icon indicating copy to clipboard operation
Crystagiri copied to clipboard

Implement css selector parsing

Open giuseongit opened this issue 5 years ago • 0 comments

Crystagiri currently translates css selectors into xpath query to retrieve elements. Since commit e70753bd2bbfe33faa29302f36953bdde09543dd the parser has now an internal set of pointers to quickly access some particular nodes, so a parser to handle css selectors would be great for rewriting HTML#css and HTML#at_css to speed up tag retrival.

giuseongit avatar Sep 30 '19 12:09 giuseongit