9 lines
502 B
HTML
9 lines
502 B
HTML
<!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-stacked.svg#green-rect"/>
|
|
</svg>
|