Skip to content

Commit b43b23b

Browse files
authored
Editorial: Align with Web IDL specification (#64)
1 parent 95b9ffb commit b43b23b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ <h2>Extensibility</h2>
306306
<pre class="idl">
307307
partial interface Element {
308308
[CEReactions] attribute [LegacyNullToEmptyString] DOMString outerHTML;
309-
[CEReactions] void insertAdjacentHTML(DOMString position, DOMString text);
309+
[CEReactions] undefined insertAdjacentHTML(DOMString position, DOMString text);
310310
};
311311
</pre>
312312

0 commit comments

Comments
 (0)