-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Add non-normative reference for XSLTProcessor #738
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
I linked to https://hg.mozilla.org/mozilla-central/file/012853bd80b7/dom/webidl/XSLTProcessor.webidl in Blink's IDL files as the closest thing to a spec I could find. Neither of these are really good references though. Is it better than nothing? I dunno, I kind of think not. @annevk? |
Create a wiki page for it, like we did for DOM XPath? |
Wow, all browsers support this. Yeah, a wiki page similar to https://wiki.whatwg.org/wiki/DOM_XPath and a bug against the DOM Standard. We should just define this. |
@cvrebert is that something you would be interested in working on? Trying to figure out how to move forward here. |
@annevk Nope. Sprucing up the MDN article was enough work already, and I'm not an XSLTProcessor user. |
is the action item to update this PR to point to https://wiki.whatwg.org/wiki/DOM_XSLTProcessor now? |
I'm not sure, I was hoping someone else would make a call as to what is best here. |
Hmm. I guess https://wiki.whatwg.org/wiki/DOM_XSLTProcessor is pretty good as it collates all known info in one place. Alternately maybe we should leave it with no reference. |
Pointing to https://wiki.whatwg.org/wiki/DOM_XSLTProcessor sounds good, at the very least it's a block of IDL that can be compared against the implementation. |
Okay, @cvrebert can you update the PR to point to that? Ta. |
06d6048
to
18a9aab
Compare
@annevk Done. |
See whatwg/dom#181 for details. PR: #738
Excellent, thank you. Landed as f5540d3. Love all these little fixes. |
It still doesn't have a spec, but this seems to be the closest thing to one that currently exists.
https://developer.mozilla.org/en-US/docs/Web/API/XSLTProcessor