Skip to content

Commit 1ffe246

Browse files
mfreed7annevk
authored andcommitted
Remove XSLT
Corresponding HTML PR: whatwg/html#11563.
1 parent 7137274 commit 1ffe246

1 file changed

Lines changed: 1 addition & 28 deletions

File tree

dom.bs

Lines changed: 1 addition & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -11295,34 +11295,6 @@ methods on {{Document}}.
1129511295

1129611296

1129711297

11298-
<h2 id=xslt>XSLT</h2>
11299-
11300-
<p class=XXX><cite>XSL Transformations (XSLT)</cite> is a language for transforming XML documents
11301-
into other XML documents. The APIs defined in this section have been widely implemented, and are
11302-
maintained here so that they can be updated when <cite>Web IDL</cite> changes. Complete definitions
11303-
of these APIs remain necessary and such work is tracked and can be contributed to in
11304-
<a href="https://github.com/whatwg/dom/issues/181">whatwg/dom#181</a>. [[XSLT]]
11305-
11306-
11307-
<h3 id=interface-xsltprocessor>Interface {{XSLTProcessor}}</h3>
11308-
11309-
<pre class=idl>
11310-
[Exposed=Window]
11311-
interface XSLTProcessor {
11312-
constructor();
11313-
undefined importStylesheet(Node style);
11314-
[CEReactions] DocumentFragment transformToFragment(Node source, Document output);
11315-
[CEReactions] Document transformToDocument(Node source);
11316-
undefined setParameter([LegacyNullToEmptyString] DOMString namespaceURI, DOMString localName, any value);
11317-
any getParameter([LegacyNullToEmptyString] DOMString namespaceURI, DOMString localName);
11318-
undefined removeParameter([LegacyNullToEmptyString] DOMString namespaceURI, DOMString localName);
11319-
undefined clearParameters();
11320-
undefined reset();
11321-
};
11322-
</pre>
11323-
11324-
11325-
1132611298
<h2 id=security-and-privacy>Security and privacy considerations</h2>
1132711299

1132811300
<p>There are no known security or privacy considerations for this standard.
@@ -11353,6 +11325,7 @@ interface XSLTProcessor {
1135311325
<li><dfn><code>RangeException</code></dfn>
1135411326
<li><dfn><code>TypeInfo</code></dfn>
1135511327
<li><dfn><code>UserDataHandler</code></dfn>
11328+
<li><dfn><code>XSLTProcessor</code></dfn>
1135611329
</ul>
1135711330

1135811331
<p>And these interface members have been removed:

0 commit comments

Comments
 (0)