You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed while reviewing #13003 that the event is put on HTMLElement, but per spec it could fire on any Element with the contenteditable attribute. A quick look through the *_event entries in HTMLElement.json suggests this is the case for most of the events. Events that fire for any HTMLElement but not any SVGElement may exist, but are hopefully rare.
I noticed while reviewing #13003 that the event is put on
HTMLElement
, but per spec it could fire on anyElement
with thecontenteditable
attribute. A quick look through the *_event entries in HTMLElement.json suggests this is the case for most of the events. Events that fire for anyHTMLElement
but not anySVGElement
may exist, but are hopefully rare.cc @Elchi3 who will probably drive openwebdocs/project#61
The text was updated successfully, but these errors were encountered: