Skip to content

Commit 5e224d2

Browse files
committed
Remove mentions of XSLT from the DOM spec
This goes along with whatwg/html#11563.
1 parent eb29661 commit 5e224d2

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

dom.bs

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -10803,34 +10803,6 @@ methods on {{Document}}.
1080310803

1080410804

1080510805

10806-
<h2 id=xslt>XSLT</h2>
10807-
10808-
<p class=XXX><cite>XSL Transformations (XSLT)</cite> is a language for transforming XML documents
10809-
into other XML documents. The APIs defined in this section have been widely implemented, and are
10810-
maintained here so that they can be updated when <cite>Web IDL</cite> changes. Complete definitions
10811-
of these APIs remain necessary and such work is tracked and can be contributed to in
10812-
<a href="https://github.com/whatwg/dom/issues/181">whatwg/dom#181</a>. [[XSLT]]
10813-
10814-
10815-
<h3 id=interface-xsltprocessor>Interface {{XSLTProcessor}}</h3>
10816-
10817-
<pre class=idl>
10818-
[Exposed=Window]
10819-
interface XSLTProcessor {
10820-
constructor();
10821-
undefined importStylesheet(Node style);
10822-
[CEReactions] DocumentFragment transformToFragment(Node source, Document output);
10823-
[CEReactions] Document transformToDocument(Node source);
10824-
undefined setParameter([LegacyNullToEmptyString] DOMString namespaceURI, DOMString localName, any value);
10825-
any getParameter([LegacyNullToEmptyString] DOMString namespaceURI, DOMString localName);
10826-
undefined removeParameter([LegacyNullToEmptyString] DOMString namespaceURI, DOMString localName);
10827-
undefined clearParameters();
10828-
undefined reset();
10829-
};
10830-
</pre>
10831-
10832-
10833-
1083410806
<h2 id=security-and-privacy>Security and privacy considerations</h2>
1083510807

1083610808
<p>There are no known security or privacy considerations for this standard.

0 commit comments

Comments
 (0)