Re: [w3c/manifest] Web Manifest Overrides (Issue #1045)

> using parsable keys relies on JavaScript-based manifest parser in order to work

+1 on not relying on property order. The JSON spec explicitly defines its objects as having unordered members and though most JS objects implement [[OwnPropertyKeys]] as OrdinaryOwnPropertyKeys and that usually would matches source text order, even OOPK has an exceptional case that makes it poorly suited for stuff like this:

![image](https://user-images.githubusercontent.com/6257356/180230604-93e549c7-fdd3-47ef-bbd3-eeece402b8a1.png)



-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3c/manifest/issues/1045#issuecomment-1191532489
You are receiving this because you are subscribed to this thread.

Message ID: <w3c/manifest/issues/1045/1191532489@github.com>

Received on Thursday, 21 July 2022 14:09:11 UTC