Bug 86989 - [Feature] Add command and value properties to input and beforeinput events
Summary: [Feature] Add command and value properties to input and beforeinput events
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-20 23:18 PDT by Ryosuke Niwa
Modified: 2017-07-18 08:30 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2012-05-20 23:18:14 PDT
The latest editing API specification mentions "command" and "value" IDL attributes on input and beforeinput events.
We should add those so that authors can extract the high-level semantics of beforeinput/input events such as
inserting paragraph, or formatting block with h1.
Comment 1 Hajime Morrita 2012-05-21 01:04:02 PDT
(In reply to comment #0)
> The latest editing API specification mentions "command" and "value" IDL attributes on input and beforeinput events.
> We should add those so that authors can extract the high-level semantics of beforeinput/input events such as
> inserting paragraph, or formatting block with h1.
Could you drop an URL to the spec?