Chrome unlikely to support XPath 3.1
11–20 of 114 posts
Re: Chrome unlikely to support XPath 3.1
#12Re: Chrome unlikely to support XPath 3.1
#13Re: Chrome unlikely to support XPath 3.1
#14Re: Chrome unlikely to support XPath 3.1
#15Re: Chrome unlikely to support XPath 3.1
#16Re: Chrome unlikely to support XPath 3.1
#17Safari tends to be slow to implement features, but they rarely outright reject implementing a feature. Google Chrome hasn't implemented MathML yet, even though Firefox and Safari have: https://caniuse.com/mathml
The MathML support in Firefox and Safari are barely usable. Even if my target audience all browsed on Firefox and Safari, I'd avoid MathML.
Re: Chrome unlikely to support XPath 3.1
#18Let’s deprecate old technologies that are currently bundled in web browsers instead of adding to them. Browsers need to go on a diet.
they appear to be bloated mainly because of two reasons:
1) companies pulling in all sort of un-optimized content and making requests to a huge amount of external services, effectively slowing down the render of pages
2) a lot of developers developing stuff that should really be native code in html+js+css, which doesn't always perform that well and tends to slow down the whole browser. it really suffices one badly-coded app (not using well asynchronicity and/or wasting memory) to make the whole browser appear slow.
Re: Chrome unlikely to support XPath 3.1
#19Re: Chrome unlikely to support XPath 3.1
#20As of the last couple years, Chrome is the web. The writing has been on the wall since at least Widevine. The browser wars are over, and I don't see any scrappy startup crossing the moat of complexity GOOG has built around "modern" browsers. Especially when combined with their stranglehold of the standards committees. We need to find a new attack vector.
One thing I see regularly is Chrome’s web caching being so aggressive it is driving front-end developers to start using FF for dev.
We simply need to stand back and let time take its course.