All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

Proposal to Remove XSLT References from HTML Specification

By

troupo

9mo ago· 3 min readenCode

Summary

This GitHub pull request proposes removing all mentions of XSLT (Extensible Stylesheet Language Transformations) from the HTML specification. The discussion involves technical considerations about XSLT usage patterns, including whether it's primarily used by large commercial sites that could easily update to polyfills or smaller personal sites that might be abandoned. The PR has support from at least two implementers with no opposition, and includes tests for review.

Key quotes

· 5 pulled
Do any of your usage statistics show the age and "size" (popularity) of pages that use XSLT?
Because if XSLT is mainly used by large commercial sites that are frequently updated, then deprecating the builtin support seems reasonable, since most of the sites will quickly update to include a polyfill.
But if XSLT is mainly used by small personal sites that were last updated years ago, then deprecating the builtin support would break those sites with no hope of them being fixed.
This PR removes all mention of XSLT in the html spec.
At least two implementers are interested (and none opposed).
Snippet from the RSS feed
This PR removes all mention of XSLT in the html spec. Closes #11523 At least two implementers are interested (and none opposed): … … Tests are written and can be reviewed and commented upon a...

You might also wanna read