(href: string)
| 5259 | } |
| 5260 | |
| 5261 | function getStyleKey(href: string) { |
| 5262 | const limitedEscapedHref = |
| 5263 | escapeSelectorAttributeValueInsideDoubleQuotes(href); |
| 5264 | return `href="${limitedEscapedHref}"`; |
| 5265 | } |
| 5266 | |
| 5267 | function getStyleTagSelector(href: string) { |
| 5268 | const limitedEscapedHref = |
no test coverage detected