Skip to content

Commit

Permalink
Update lychee-lib/src/extract/html/html5ever.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
mre committed Sep 28, 2024
1 parent cb2a17a commit eea05db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lychee-lib/src/extract/html/html5ever.rs
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ impl LinkExtractor {
// and https://html.spec.whatwg.org/multipage/indices.html#attributes-1

match (elem_name, attr_name) {
// TODO: Skip <link rel="preconnect">

// Common element/attribute combinations for links
(_, "href" | "src" | "cite" | "usemap")
Expand Down

0 comments on commit eea05db

Please sign in to comment.