[Bug 27063] New: Add "intention" integration point to 'beforeinput' event's interface

https://www.w3.org/Bugs/Public/show_bug.cgi?id=27063

            Bug ID: 27063
           Summary: Add "intention" integration point to 'beforeinput'
                    event's interface
           Product: WebAppsWG
           Version: unspecified
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DOM3 Events
          Assignee: travil@microsoft.com
          Reporter: travil@microsoft.com
        QA Contact: public-webapps-bugzilla@w3.org
                CC: mike@w3.org, www-dom@w3.org

In http://w3c.github.io/editing-explainer/commands-explainer.html,

there is a desire to unify the various editing/input scenarios behind
intentions. beforeinput is one on their radar (along with beforeselectionchange
(Selection API spec), and clipboard events). IndieUI is also invested here.

The ask is to give beforeinput a 'intention' (DOMString) property. They also
want to unify on a way to present the 'data' (currently included in InputEvent
as 'data' :-).

In addition, there are various ideas on how to further express this. One
approach is to provide a Range (the about-to-be-affected content), and the
expected thing that will replace it.

It is unclear whether we would spec this, or they would spec it. If we do it,
we should follow the intention explainer.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Wednesday, 15 October 2014 18:37:25 UTC