Re: [pointerevents] Coalesced and predicted event attributes within an untrusted event (#514)

Well, the JS seems unable to construct a new `PointerEvent` object with `e.isTrusted == true`, and can't even change the same attribute in an existing `PointerEvent` object (trusted or not).  Maybe this is because of the [IDL](https://dom.spec.whatwg.org/#event) for `isTrusted`, not sure:
```IDL
[LegacyUnforgeable] readonly attribute boolean isTrusted;
```

Did I miss anything?  At least the spec needs a clarification, right?

-- 
GitHub Notification of comment by mustaqahmed
Please view or discuss this issue at https://github.com/w3c/pointerevents/issues/514#issuecomment-2329505993 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Wednesday, 4 September 2024 16:26:20 UTC