I'm sending this email per
this comment. I'm currently adding a new Permission that should be visible on Desktop and Android, and therefore need to adjust the ordering of these lists to account for that new permission.
The new permission is "Hand Tracking", which is a feature that can be requested during a WebXR session. Realistically, it should be a dependent feature, but we do not have the ability to make it a dependent feature of either of two other primary features, so we will have to implement it as its own item for the time being. The CLs that (currently) adjust these lists are
1 and
2, though these may change as I move some files around to ensure that tests pass while keeping the splits as small and logical as possible.
My proposal is thus to add it as the entry *below* the "AR" entry for the time being.