Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /svg/struct/reftests/use-external-resource-target-pseudo-002.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<title><use> referencing an external document resource with :target pseudo class</title>
<link rel="help" href="https://svgwg.org/svg2-draft/linking.html#processingURL">
<link rel="help" href="https://svgwg.org/svg2-draft/struct.html#UseStyleInheritance">
<link rel="help" href="https://drafts.csswg.org/selectors/#the-target-pseudo">
<link rel="match" href="reference/green-100x100.html">
<svg width="100" height="100">
<use href="support/sprites-target.svg#rect"/>
</svg>