From f2896affc952e8337a00d3d9026907c55e3aa208 Mon Sep 17 00:00:00 2001 From: Gary Kacmarcik Date: Sat, 5 Mar 2016 17:41:34 -0800 Subject: [PATCH] Fix #3: Add 'Unidentified' value. --- index-source.txt | 14 +++++++++++++- index.html | 20 ++++++++++++++++++-- 2 files changed, 31 insertions(+), 3 deletions(-) diff --git a/index-source.txt b/index-source.txt index 0558267..728974d 100644 --- a/index-source.txt +++ b/index-source.txt @@ -680,7 +680,7 @@ url: http://www.w3.org/TR/uievents-key/#key-value-tables; type: dfn; spec: uieve CODE WakeUp END_CODE_TABLE -

Legacy Keys and Non-Standard Keys

+

Legacy, Non-Standard and Special Keys

These keys are not found on modern standard keyboards. They are listed here for reference purposes. @@ -720,6 +720,18 @@ url: http://www.w3.org/TR/uievents-key/#key-value-tables; type: dfn; spec: uieve CODE Katakana Use for dedicated KEYCAP{カタカナ} key found on some Japanese word processing keyboards. END_CODE_TABLE + And finally, the following {{KeyboardEvent/code}} value should only + be used when the corresponding key does not correspond to any of the + {{KeyboardEvent/code}} values given elsewhere in this specification. + This value is appropriate for use with virtual keyboards that do not + have their keys arranged in a way that corresponds to those on a + physical keyboard. + + BEGIN_CODE_TABLE special "List of special code values." + CODE Unidentified This value code should be used when no other + value given in this specification is appropriate. + END_CODE_TABLE +

Acknowledgements

Considerable thanks are due to the following participants of the WebApps diff --git a/index.html b/index.html index 61828c4..9dbac28 100644 --- a/index.html +++ b/index.html @@ -144,7 +144,7 @@

Table of Contents

  • 2.1.4 Numpad Section
  • 2.1.5 Function Section
  • 2.1.6 Media Keys -
  • 2.1.7 Legacy Keys and Non-Standard Keys +
  • 2.1.7 Legacy, Non-Standard and Special Keys
  • 3 Acknowledgements @@ -969,7 +969,7 @@

    "WakeUp" -

    2.1.7. Legacy Keys and Non-Standard Keys

    +

    2.1.7. Legacy, Non-Standard and Special Keys

    These keys are not found on modern standard keyboards. They are listed here for reference purposes.

    @@ -1058,6 +1058,22 @@

    "Katakana"

    Use for dedicated カタカナ key found on some Japanese word processing keyboards.
    +

    And finally, the following code value should only + be used when the corresponding key does not correspond to any of the code values given elsewhere in this specification. + This value is appropriate for use with virtual keyboards that do not + have their keys arranged in a way that corresponds to those on a + physical keyboard.

    + + + + + + +
    List of special code values.
    KeyboardEvent.code + Notes (Non-normative) +
    "Unidentified" + This value code should be used when no other value given in this specification is appropriate. +

    3. Acknowledgements

    Considerable thanks are due to the following participants of the WebApps Working Group for providing substantial material contributions in the