Hi Mason,
There are no *builtin* attributes where this mis-classifies attributes, but Trusted Types users are apparently running into this issue with frameworks that use JS-defined properties. Our TT implementation will then (erroneously) reject assignment to them. (On second thought, maybe the base DOM attribute implementation is different from the TT one. I suspect a custom property defined on a DOM element might not fall under the Element::IsEventHandlerAttribute case.)
As said: I'm not sure if this would apply to any actual uses of Element::IsEventHandlerAttribute (and if not, it would make little sense to modify it). But it apparently has hit Trusted Types usage in several instances.
Daniel