Live data from Hacker News

"Remove mentions of XSLT from the html spec"

github.com

11–20 of 559 posts

Re: "Remove mentions of XSLT from the html spec"

#12
having browsers transform XML data into HTML via XSLT is a cool feature, and it works completely statically, without any server-side or client-side code. Would be a shame if that was removed. I have a couple dozen XML databases that I made accessible in a browser using xslt...

Re: "Remove mentions of XSLT from the html spec"

#17
post #2

Despite rather heated discussion just three weeks they started just two weeks prior https://github.com/whatwg/html/issues/11523

It’s another “we listened the community and nobody told us no” moment. Like Go’s telemetry issue. Google is boneheaded and hostile to open web at this point, explicitly.

> It’s another “we listened the community and nobody told us no” moment. Like Go’s telemetry issue.

Go changed their telemetry to opt-in based on community feedback, so I'm not sure what point you're trying to make with that example.

Re: "Remove mentions of XSLT from the html spec"

#19
> @whatwg whatwg locked as too heated and limited conversation to collaborators

Too heated? Looked pretty civil and reasonable to me. Would it be ridiculous to suggest that the tolerance for heat might depend on how commenters are aligned with respect to a particular vendor?

Re: "Remove mentions of XSLT from the html spec"

#20
This proposal seems to be aimed at removing native support in favor of a WASM-based polyfill (like PDF.js, I guess) which seems reasonable?

Google definitely throws its weight around too much w.r.t. to web standards, but this doesn't seem too bad. Web specifications are huge and complex so trying to size down a little bit while maintaining support for existing sites is okay IMO.

Post reply on HN