But “this time it’s different” because… AGI…?
Just yesterday, the guy who was found liable in court for financial fraud demanded an FRB (Lisa Cook) resign after being accused of mortgage fraud. Do you suppose somebody in the WH is digging up dirt?
And of course, weekly rants, accusations of fraud, and musings of firing JPo.
It's incorrect to say there are no removals, as we do not have <MARQUEE> anymore.
Whether the browser does all that in C or C++ or Rust or Javascript or by sending it to an LLM is an implementation detail.
If the browser drops xslt support and just displays it as text (or syntax-hilighted xml), I, as the xml author, can't polyfill that by adding javascript to the xml because it won't be executed. You need to back up a level.
You could set up a web page that fetches the xml and fetch the xslt and transforms it into html and then displays it (so a browser in your browser so you can browse while you browse) but I wouldn't call that a polyfill exactly. If you're going to do that, it would be less work and a better user experience to do the transform server side.