7 lines
308 B
HTML
7 lines
308 B
HTML
<!DOCTYPE html>
|
|
<title>Allow use to reference an external document's root element by omitting the fragment.</title>
|
|
<link rel="help" href="https://svgwg.org/svg2-draft/struct.html#UseElement">
|
|
<link rel="match" href="reference/green-100x100.html">
|
|
<svg>
|
|
<use href="support/sprites-without-id.svg"/>
|
|
</svg>
|