Skip to content

WIP : Parse for CSS URLS in HTML style elements

Avinash Sonawane requested to merge gh-cd88f68f/145/rootkea/css-in-style into master

This is a work in progress to fix #143 (closed)

Currently urls are not in order. Also it displays attribute value of style element.

Beside this, we also need to consider the style attribute value enclosed within ', " or no quotes at all. https://www.w3.org/TR/html51/syntax.html#elements-attributes

Merge request reports