[Bug 16330] New: data of compositionstart dead key examples are wrong

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

           Summary: data of compositionstart dead key examples are wrong
           Product: WebAppsWG
           Version: unspecified
          Platform: PC
               URL: http://lists.w3.org/Archives/Public/www-dom/2011JulSep
                    /0108.html
        OS/Version: Windows NT
            Status: NEW
          Keywords: LC
          Severity: normal
          Priority: P2
         Component: DOM3 Events
        AssignedTo: travil@microsoft.com
        ReportedBy: travil@microsoft.com
         QAContact: public-webapps-bugzilla@w3.org
                CC: mike@w3.org, www-dom@w3.org, masayuki@d-toybox.com


PORT: ISSUE-183: (This bug will track this issue to close.)

compositionstart event defines:

> Some implemenations may populate the data attribute of the 
compositionstart event with the text currently selected in the document 
(for editing and replacement); otherwise, the value of the data 
attribute must be the empty string.

http://dev.w3.org/2006/webapi/DOM-Level-3-Events/html/DOM3-Events.html#event-type-compositionstart

However, the dead key examples in the document set the first character 
of composition string.

http://dev.w3.org/2006/webapi/DOM-Level-3-Events/html/DOM3-Events.html#keys-DeadKeys

Input Method Editor examples are fine.

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

Received on Monday, 12 March 2012 20:32:37 UTC