w3c / trusted-types

A browser API to prevent DOM-Based Cross Site Scripting in modern web applications.
https://w3c.github.io/trusted-types/dist/spec/
Other
600 stars 70 forks source link

Missing test for SVG href and getAttributeType function #463

Closed lukewarlow closed 6 months ago

lukewarlow commented 7 months ago

There's no test coverage over the SVG null/xlink NS href attribute in getAttributeType, this should be addressed.

lukewarlow commented 7 months ago

see https://github.com/web-platform-tests/wpt/pull/44861