Re: [csswg-drafts] [cssom-view] CSSOM View Module redefines some MouseEvent attributes (#4084)

The double definitions of these attributes is still an issue. @smfr @emilio @garykac @travisleithead as the editors of the two specs in questions, which spec do you think should define this? I started writing a patch for CSSOM View, but noticed that some other attributes are defined in terms of these, for example `mouseEvent.x` is just an alias for `mouseEvent.clientX`. That could still be maintained even if the definition of `clientX` is in UI Events, but it made me question what the best split is. Advice?

Note that by now this isn't an issue for idlharness.js tests in WPT, because those use the IDL from https://www.npmjs.com/package/@webref/idl which has patches applied to fix problems like this.

-- 
GitHub Notification of comment by foolip
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/4084#issuecomment-823566183 using your GitHub account


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

Received on Tuesday, 20 April 2021 20:06:28 UTC