Skip to content

Commit f5540d3

Browse files
cvrebertannevk
authored andcommitted
Add non-normative reference for XSLTProcessor
See whatwg/dom#181 for details. PR: #738
1 parent ca522a7 commit f5540d3

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

source

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2669,8 +2669,8 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
26692669
data-noexport=""><code>XSLTProcessor</code></dfn> interface and its <dfn data-noexport=""><code
26702670
data-x="dom-XSLTProcessor-transformToFragment">transformToFragment()</code></dfn> and <dfn
26712671
data-noexport=""><code
2672-
data-x="dom-XSLTProcessor-transformToDocument">transformToDocument()</code></dfn> methods.</p>
2673-
<!-- but they're not defined in any spec as far as I can tell, so... -->
2672+
data-x="dom-XSLTProcessor-transformToDocument">transformToDocument()</code></dfn> methods.
2673+
<ref spec=XSLTP></p>
26742674

26752675
</dd>
26762676

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

5804158041

5804258042
</li>
@@ -117029,10 +117029,8 @@ INSERT INTERFACES HERE
117029117029
<dt id="refsXSLT10">[XSLT10]</dt>
117030117030
<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>
117031117031

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

117037117035
</dl>
117038117036

0 commit comments

Comments
 (0)