From 18a9aab71252759144fd5b721a851cb48df46d84 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Wed, 24 Feb 2016 18:51:56 -0800 Subject: [PATCH] Add non-normative reference for XSLTProcessor https://wiki.whatwg.org/wiki/DOM_XSLTProcessor X-Ref: https://github.com/whatwg/dom/issues/181 --- source | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/source b/source index 3f978381971..3b73191a4f8 100644 --- a/source +++ b/source @@ -2673,8 +2673,8 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d data-noexport="">XSLTProcessor interface and its transformToFragment() and transformToDocument() methods.

- + data-x="dom-XSLTProcessor-transformToDocument">transformToDocument() methods. +

@@ -57880,7 +57880,7 @@ o............A....e data-x="dom-XSLTProcessor-transformToDocument">transformToDocument feature, and scripts that are first inserted by a script into a Document that was created using the createDocument() API. -

+

@@ -116182,10 +116182,8 @@ INSERT INTERFACES HERE
[XSLT10]
(Non-normative) XSL Transformations (XSLT) Version 1.0, J. Clark. W3C.
- +
(Non-normative) DOM XSLTProcessor, WHATWG Wiki. WHATWG.