- From: <bugzilla@jessica.w3.org>
- Date: Wed, 12 Sep 2012 04:40:17 +0000
- To: www-dom@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=18850
           Summary: necessary compositionupdate event isn't written in the
                    examples in 6.2.4
           Product: WebAppsWG
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DOM3 Events
        AssignedTo: schepers@w3.org
        ReportedBy: masayuki@d-toybox.com
         QAContact: public-webapps-bugzilla@w3.org
                CC: mike@w3.org, www-dom@w3.org
http://www.w3.org/TR/2012/WD-DOM-Level-3-Events-20120906/#keys-IME
1. keydown: 's' ('\u0073', Latin Small Letter S key)
2. compositionstart: ''
3. keyup: 's' ('\u0073', Latin Small Letter S key)
4. keydown: 'i' ('\u0069', Latin Small Letter I key)
5. keyup: 'i' ('\u0069', Latin Small Letter I key)
6. keydown: 'Convert'
7. compositionupdate: '詩'
8. keyup: 'Convert'
between 4 and 5, needs compositionupdate: 'し'.
Same bugs are in both first and second example of 6.2.4.
-- 
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 Wednesday, 12 September 2012 04:40:18 UTC