Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions master/interact.html
Original file line number Diff line number Diff line change
Expand Up @@ -1155,15 +1155,12 @@ <h3 id="InterfaceSVGScriptElement">Interface SVGScriptElement</h3>

<pre class="idl">[<a>Exposed</a>=Window]
interface <b>SVGScriptElement</b> : <a>SVGElement</a> {
attribute DOMString <a href="interact.html#__svg__SVGScriptElement__type">type</a>;
[<a href="https://html.spec.whatwg.org/multipage/common-dom-interfaces.html#xattr-reflect">Reflect</a>] attribute DOMString <a href="interact.html#__svg__SVGScriptElement__type">type</a>;
attribute DOMString? <a href="interact.html#__svg__SVGScriptElement__crossOrigin">crossOrigin</a>;
};

<a>SVGScriptElement</a> includes <a>SVGURIReference</a>;</pre>

<p>The <b id="__svg__SVGScriptElement__type">type</b> IDL attribute
<a>reflects</a> the <a>'type'</a> content attribute.</p>

<p>The <b id="__svg__SVGScriptElement__crossOrigin">crossOrigin</b> IDL
attribute <a>reflects</a> the <a>'crossorigin'</a> content attribute.</p>

Expand Down
25 changes: 7 additions & 18 deletions master/linking.html
Original file line number Diff line number Diff line change
Expand Up @@ -1145,31 +1145,20 @@ <h3 id="InterfaceSVGAElement">Interface SVGAElement</h3>

<pre class="idl">[<a>Exposed</a>=Window]
interface <b>SVGAElement</b> : <a>SVGGraphicsElement</a> {
[<a>SameObject</a>] readonly attribute <a>SVGAnimatedString</a> <a href="linking.html#__svg__SVGAElement__target">target</a>;
attribute DOMString <a href="linking.html#__svg__SVGAElement__download">download</a>;
attribute USVString <a href="linking.html#__svg__SVGAElement__ping">ping</a>;
attribute DOMString <a href="linking.html#__svg__SVGAElement__rel">rel</a>;
[<a>SameObject</a>, <a>PutForwards</a>=value] readonly attribute <a>DOMTokenList</a> <a href="linking.html#__svg__SVGAElement__relList">relList</a>;
attribute DOMString <a href="linking.html#__svg__SVGAElement__hreflang">hreflang</a>;
attribute DOMString <a href="linking.html#__svg__SVGAElement__type">type</a>;
[<a href="https://html.spec.whatwg.org/multipage/common-dom-interfaces.html#xattr-reflect">Reflect</a>, <a>SameObject</a>] readonly attribute <a>SVGAnimatedString</a> <a href="linking.html#__svg__SVGAElement__target">target</a>;
[<a href="https://html.spec.whatwg.org/multipage/common-dom-interfaces.html#xattr-reflect">Reflect</a>] attribute DOMString <a href="linking.html#__svg__SVGAElement__download">download</a>;
[<a href="https://html.spec.whatwg.org/multipage/common-dom-interfaces.html#xattr-reflect">Reflect</a>] attribute USVString <a href="linking.html#__svg__SVGAElement__ping">ping</a>;
[<a href="https://html.spec.whatwg.org/multipage/common-dom-interfaces.html#xattr-reflect">Reflect</a>] attribute DOMString <a href="linking.html#__svg__SVGAElement__rel">rel</a>;
[<a href="https://html.spec.whatwg.org/multipage/common-dom-interfaces.html#xattr-reflect">Reflect</a>="rel", <a>SameObject</a>, <a>PutForwards</a>=value] readonly attribute <a>DOMTokenList</a> <a href="linking.html#__svg__SVGAElement__relList">relList</a>;
[<a href="https://html.spec.whatwg.org/multipage/common-dom-interfaces.html#xattr-reflect">Reflect</a>] attribute DOMString <a href="linking.html#__svg__SVGAElement__hreflang">hreflang</a>;
[<a href="https://html.spec.whatwg.org/multipage/common-dom-interfaces.html#xattr-reflect">Reflect</a>] attribute DOMString <a href="linking.html#__svg__SVGAElement__type">type</a>;

attribute DOMString <a href="linking.html#__svg__SVGAElement__referrerPolicy">referrerPolicy</a>;
};

<a>SVGAElement</a> includes <a>SVGURIReference</a>;
<a>SVGAElement</a> includes <a>HTMLHyperlinkElementUtils</a>;</pre>

<p>The <b id="__svg__SVGAElement__target">target</b>,
<b id="__svg__SVGAElement__download">download</b>,
<b id="__svg__SVGAElement__ping">ping</b>,
<b id="__svg__SVGAElement__rel">rel</b>,
<b id="__svg__SVGAElement__hreflang">hreflang</b>,
<b id="__svg__SVGAElement__type">type</b>,
IDL attributes
<a>reflect</a> the content attributes of the same name.</p>
<p>The <b id="__svg__SVGAElement__relList">relList</b>
IDL attribute
<a>reflects</a> the <a>'rel'</a> content attribute.</p>
<p>The <b id="__svg__SVGAElement__referrerPolicy">referrerPolicy</b>
IDL attribute
<a>reflects</a> the <a>'referrerpolicy'</a> content attribute,
Expand Down
12 changes: 3 additions & 9 deletions master/styling.html
Original file line number Diff line number Diff line change
Expand Up @@ -726,20 +726,14 @@ <h3 id="InterfaceSVGStyleElement">Interface SVGStyleElement</h3>

<pre class="idl">[<a>Exposed</a>=Window]
interface <b>SVGStyleElement</b> : <a>SVGElement</a> {
attribute DOMString <a href="styling.html#__svg__SVGStyleElement__type">type</a>;
attribute DOMString <a href="styling.html#__svg__SVGStyleElement__media">media</a>;
attribute DOMString <a href="styling.html#__svg__SVGStyleElement__title">title</a>;
[<a href="https://html.spec.whatwg.org/multipage/common-dom-interfaces.html#xattr-reflect">Reflect</a>] attribute DOMString <a href="styling.html#__svg__SVGStyleElement__type">type</a>;
[<a href="https://html.spec.whatwg.org/multipage/common-dom-interfaces.html#xattr-reflect">Reflect</a>] attribute DOMString <a href="styling.html#__svg__SVGStyleElement__media">media</a>;
[<a href="https://html.spec.whatwg.org/multipage/common-dom-interfaces.html#xattr-reflect">Reflect</a>] attribute DOMString <a href="styling.html#__svg__SVGStyleElement__title">title</a>;
attribute boolean <a href="styling.html#__svg__SVGStyleElement__disabled">disabled</a>;
};

<a>SVGStyleElement</a> includes <a>LinkStyle</a>;</pre>

<p>The <b id="__svg__SVGStyleElement__type">type</b>,
<b id="__svg__SVGStyleElement__media">media</b> and
<b id="__svg__SVGStyleElement__title">title</b> IDL attributes
<a>reflect</a> the <a>'type'</a>, <a>'media'</a> and <a>'title'</a>
content attributes, respectively.</p>

</edit:with>

</body>
Expand Down