←back to thread

858 points colesantiago | 7 comments | | HN request time: 0.021s | source | bottom
Show context
bergfest ◴[] No.45109168[source]
They should be barred from shipping experimental or non-standardized features in Chrome to prevent them from abusing their monopoly and forcing others hands by creating de-facto standards without a fair discourse. Experimental features should be allowed in special Chrome builds targeted at developers only, and not be allowed to come preinstalled on any consumer device.
replies(2): >>45109191 #>>45109309 #
1. skybrian ◴[] No.45109309[source]
Why? It seems like new API's should be tested with real users before becoming a web standard, and origin trials were a big improvement over what happened before with webkit specific CSS, etc.
replies(2): >>45109545 #>>45111238 #
2. anthem2025 ◴[] No.45109545[source]
Because they have a history of abusing their monopoly on browsers to push new standards that only help them.
replies(1): >>45109786 #
3. skybrian ◴[] No.45109786[source]
What are some examples of that for web standards?
replies(1): >>45110116 #
4. LikesPwsh ◴[] No.45110116{3}[source]
FLOC/Cohorts API, AMP, Manifest V3, Widevine, WEI.
replies(1): >>45110469 #
5. bitpush ◴[] No.45110469{4}[source]
None of those are web standards. They are web technologies, but they arent standards unless other browsers agree to it.

So pray tell, what should the browser do? Just sit on their hands, like Firefox? That's a classic example of how a browser could be mismanaged.

replies(1): >>45115080 #
6. maxloh ◴[] No.45111238[source]
This is actually the case for ECMAScript (JavaScript).

All proposals must first be implemented by some browser vendors at Stage 3:

> The proposal has been recommended for implementation.

Then, the proposal shall be included in the standard at Stage 4:

> Two compatible implementations which pass the Test262 acceptance tests

https://tc39.es/process-document/

7. lightedman ◴[] No.45115080{5}[source]
Widevine is absolutely a web DRM standard. Literally every major streaming service uses it.