[w3c/editing] How should execCommand map to inputType? (#201)

A simple behavior test in https://codepen.io/SaschaNaz/pen/WNepGPa says that both Firefox and Chrome dispatches `input` with `inputType: "formatBold"` while Safari dispatches with `inputType: ""` for `execCommand("bold")`. As there is no standard mapping between `execCommand` and `inputType` of `InputEvent`, what's the expected behavior here?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/editing/issues/201

Received on Sunday, 25 August 2019 12:20:18 UTC