Skip to content

Commit 2fcd962

Browse files
committed
Remove mentions of XSLT from the DOM spec
This goes along with whatwg/html#11563.
1 parent 6107ced commit 2fcd962

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
@@ -10802,34 +10802,6 @@ methods on {{Document}}.
1080210802

1080310803

1080410804

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

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

0 commit comments

Comments
 (0)