w3c / uievents

UI Events
https://w3c.github.io/uievents/
Other
144 stars 51 forks source link

Define inputType "insertFromPasteAsQuotation" #368

Closed zcorpan closed 5 months ago

zcorpan commented 5 months ago

See https://github.com/w3c/uievents/pull/362/files#r1458215548

Gecko supports "insertFromPasteAsQuotation" in addition to "insertFromPaste".

cc @masayuki-nakano

masayuki-nakano commented 5 months ago

It's already been defined by Input Events. https://w3c.github.io/input-events/#interface-InputEvent-Attributes

garykac commented 5 months ago

A problem is that people may expect those attributes to be defined in UI Event because that's where the core event is located.

As part of the proposal to split up UI Events, we would create a separate "UIEvents-Input" spec, and then (once it was stabilized) we would likely merge that spec with the spec called InputEvents.