dom icon indicating copy to clipboard operation
dom copied to clipboard

Import HTML's XPath and XSLT monkey patches

Open annevk opened this issue 2 years ago • 3 comments

If DOM is going to define the APIs for these standards it should probably also define the monkey patches. Does that seem reasonable to everyone?

annevk avatar May 15 '23 09:05 annevk

What monkey patches you're talking about here?

smaug---- avatar Jun 05 '23 11:06 smaug----

  • https://html.spec.whatwg.org/#interactions-with-xpath-and-xslt
  • https://html.spec.whatwg.org/#scriptTagXSLT
  • https://html.spec.whatwg.org/#template-XSLT-XPath

annevk avatar Jun 05 '23 13:06 annevk

I don't know why XPath keeps being related to XSLT (oh 90's, sometimes I miss you) but anything that further seal XPath as a Web standard should be backed by WHATWG, imho. Thanks for the push, if I understood its direction!

WebReflection avatar Jun 05 '23 17:06 WebReflection