Skip to content

Commit

Permalink
Correct SVGUseElementShadowRoot interface definition. Closes #290.
Browse files Browse the repository at this point in the history
  • Loading branch information
nikosandronikos committed Nov 23, 2016
1 parent 7a66e39 commit b6b9ad2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion master/struct.html
Expand Up @@ -3323,10 +3323,12 @@ <h3 id="InterfaceSVGUseElementShadowRoot">Interface SVGUseElementShadowRoot</h3>
However, the tree rooted at this node
is entirely read-only from the perspective of author scripts.</p>

<div class='changed-since-cr1'>
<pre class="idl">
interface <b>SVGElementInstance</b> : <a>ShadowRoot</a> {
interface <b>SVGUseElementShadowRoot</b> : <a>ShadowRoot</a> {

};</pre>
</div>

<h3 id="InterfaceSVGElementInstance">Interface SVGElementInstance</h3>

Expand Down

0 comments on commit b6b9ad2

Please sign in to comment.