Rename RomanCharacters to Romaji. Sort the Japanese and Korean IME keys.
authorGary Kacmarcik <garykac@google.com>
Tue, 27 May 2014 17:29:46 -0700
changeset 652 2e356f0ff481
parent 651 ef1a84d5c3db
child 653 e56f5caea686
Rename RomanCharacters to Romaji. Sort the Japanese and Korean IME keys.
html/DOM3Events-key.html
--- a/html/DOM3Events-key.html	Tue May 27 17:25:21 2014 -0700
+++ b/html/DOM3Events-key.html	Tue May 27 17:29:46 2014 -0700
@@ -341,7 +341,6 @@
 
 			<p>Keys specific to Korean keyboards</p>
 			<div id="key-table-ime-korean" class="key-table">
-				<key name="RomanCharacters">The Roman Characters function key, also known as the <code>'Youngja'</code> or <code>'Young'</code> key.</key>
 				<key name="HangulMode">The Hangul (Korean characters) Mode key, to toggle between Hangul and English modes.</key>
 				<key name="HanjaMode">The Hanja (Korean characters) Mode key.</key>
 				<key name="JunjaMode">The Junja (Korean characters) Mode key.</key>
@@ -349,15 +348,16 @@
 
 			<p>Keys specific to Japanese keyboards</p>
 			<div id="key-table-ime-japanese" class="key-table">
-				<key name="Zenkaku">The Zenkaku (Full-Width) Characters key.</key>
+				<key name="Eisu">The Eisu key. This key may close the IME, but it's purpose is defined by the current IME.</key>
 				<key name="Hankaku">The (Half-Width) Characters key.</key>
-				<key name="ZenkakuHankaku">The Zenkaku/Hankaku (full-width/half-width) toggle key.</key>
+				<key name="Hiragana">The Hiragana (Japanese Kana characters) key.</key>
+				<key name="HiraganaKatakana">The Hiragana/Katakana toggle key.</key>
 				<key name="KanaMode">The Kana Mode (Kana Lock) key.</key>
 				<key name="KanjiMode">The Kanji (Japanese name for ideographic characters of Chinese origin) Mode key.</key>
-				<key name="Hiragana">The Hiragana (Japanese Kana characters) key.</key>
 				<key name="Katakana">The Katakana (Japanese Kana characters) key.</key>
-				<key name="HiraganaKatakana">The Hiragana/Katakana toggle key.</key>
-				<key name="Eisu">The Eisu key. This key may close the IME, but it's purpose is defined by the current IME.</key>
+				<key name="Romaji">The Roman characters function key.</key>
+				<key name="Zenkaku">The Zenkaku (Full-Width) Characters key.</key>
+				<key name="ZenkakuHankaku">The Zenkaku/Hankaku (full-width/half-width) toggle key.</key>
 			</div>
 		</section><!-- keys-composition -->