Skip to content
Closed
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
10 changes: 4 additions & 6 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -2673,8 +2673,8 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
data-noexport=""><code>XSLTProcessor</code></dfn> interface and its <dfn data-noexport=""><code
data-x="dom-XSLTProcessor-transformToFragment">transformToFragment()</code></dfn> and <dfn
data-noexport=""><code
data-x="dom-XSLTProcessor-transformToDocument">transformToDocument()</code></dfn> methods.</p>
<!-- but they're not defined in any spec as far as I can tell, so... -->
data-x="dom-XSLTProcessor-transformToDocument">transformToDocument()</code></dfn> methods.
<ref spec=XSLTP></p>

</dd>

Expand Down Expand Up @@ -57880,7 +57880,7 @@ o............A....e
data-x="dom-XSLTProcessor-transformToDocument">transformToDocument</code> feature, and scripts
that are first inserted by a script into a <code>Document</code> that was created using the
<code data-x="dom-DOMImplementation-createDocument">createDocument()</code> API. <ref spec=XHR>
<ref spec=DOMPARSING> <!--<ref spec=XSLTP>--> <ref spec=DOM></p>
<ref spec=DOMPARSING> <ref spec=XSLTP> <ref spec=DOM></p>


</li>
Expand Down Expand Up @@ -116182,10 +116182,8 @@ INSERT INTERFACES HERE
<dt id="refsXSLT10">[XSLT10]</dt>
<dd>(Non-normative) <cite><a href="https://www.w3.org/TR/1999/REC-xslt-19991116">XSL Transformations (XSLT) Version 1.0</a></cite>, J. Clark. W3C.</dd>

<!--(once XSLTProcessor is defined somewhere, update this and the place that references this)
<dt id="refsXSLTP">[XSLTP]</dt>
<dd>(Non-normative) <cite><a href=""></a></cite>, . .</dd>
-->
<dd>(Non-normative) <cite><a href="https://wiki.whatwg.org/wiki/DOM_XSLTProcessor">DOM XSLTProcessor</a></cite>, WHATWG Wiki. WHATWG.</dd>

</dl>

Expand Down