freeze-dry
freeze-dry copied to clipboard
SVG support
Needs investigation, fixing, and tests.
Some problems already apparent:
- an SVG's
<a>
element's.href
property appears to not be a string, while we assume it to be. - an SVG can link to subresources, which we currently ignore; need to handle these in
extract-links
, as well as when crawling subresources)