Begin work on converting XSLT data#2026
Conversation
maboa
left a comment
There was a problem hiding this comment.
The URLs seem to be incorrect - also unsure where you are getting the data from. I'm not seeing any tables.
| "elements": { | ||
| "stylesheet": { | ||
| "__compat": { | ||
| "mdn_url": "https://developer.mozilla.org/docs/Web/XSLT/Element/stylesheet", |
There was a problem hiding this comment.
This link is pointing to a 404 - suspect the /Element/ is not required.
There was a problem hiding this comment.
See #2027, I’d move it myself, but I don’t yet have the createpages MDN permission, which would allow me to move the pages to the correct locations.
There was a problem hiding this comment.
Update: I’ve now moved the page to the new location.
Gecko (Firefox) is documented on the page (it’s just not in a table, so it requires actual reading), and I’ve tested iOS, IE and Edge myself (I refuse to install Chrome, so I can’t test it, which is why I asked for @jpmedley). |
xslt/elements/stylesheet.json
Outdated
| "mdn_url": "https://developer.mozilla.org/docs/Web/XSLT/Element/stylesheet", | ||
| "support": { | ||
| "chrome": { | ||
| "version_added": null |
There was a problem hiding this comment.
9eb33a0 to
092cb69
Compare
Elchi3
left a comment
There was a problem hiding this comment.
Looks good to me. Let's do this! 👍 🎉
This PR begins work on converting XSLT data, which consists of a total of 35 elements.
needinfo?(@jpmedley): Does Chrome and derivates support this?
Version information sources:
See also mdn/kumascript#734
review?(@Elchi3)