(attr: string)
| 1083 | } |
| 1084 | |
| 1085 | export function parseRelAttr(attr: string): string[] { |
| 1086 | return attr.split(spaceRe).map((v) => v.toLowerCase()) |
| 1087 | } |
| 1088 | |
| 1089 | // <tag style="... url(...) or image-set(...) ..."></tag> |
| 1090 | // extract inline styles as virtual css |
no outgoing calls
no test coverage detected