<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:mikolaj.konarski&#64;gmail.com" title="mikolaj.konarski&#64;gmail.com">mikolaj.konarski&#64;gmail.com</a>
</span> changed
              <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Keyup/keydown keyIdentifier assignments are not W3C compliant"
   href="https://bugs.webkit.org/show_bug.cgi?id=20027">bug 20027</a>
        <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
               &nbsp;
           </td>
           <td>mikolaj.konarski&#64;gmail.com
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Keyup/keydown keyIdentifier assignments are not W3C compliant"
   href="https://bugs.webkit.org/show_bug.cgi?id=20027#c13">Comment # 13</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Keyup/keydown keyIdentifier assignments are not W3C compliant"
   href="https://bugs.webkit.org/show_bug.cgi?id=20027">bug 20027</a>
              from <span class="vcard"><a class="email" href="mailto:mikolaj.konarski&#64;gmail.com" title="mikolaj.konarski&#64;gmail.com">mikolaj.konarski&#64;gmail.com</a>
</span></b>
        <pre><span class="quote">&gt; Is this still an issue?</span >

Unfortunately, yes. Handling normal and control keys in the same code is a nightmare, even not taking into account browser quirks. This

<a href="http://webkitgtk.org/reference/webkitdomgtk/stable/WebKitDOMKeyboardEvent.html">http://webkitgtk.org/reference/webkitdomgtk/stable/WebKitDOMKeyboardEvent.html</a>

is years behind that

<a href="https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent">https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent</a>

In particular, we are using the non-standard and deprecated 

<a href="https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/keyIdentifier">https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/keyIdentifier</a>

which absolutely doesn't agree with

<a href="https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/key">https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/key</a>

and I can't see a way of getting the functionality of the latter (apart of coding it from scratch using the functions that we have, hacking around browser quirks, if even possible).</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>