Fix 25373 - Use 'NonConvert' consistently for |key| and |code| values.
authorGary Kacmarcik <garykac@google.com>
Sun, 27 Apr 2014 10:20:31 -0700
changeset 597 21cd9f302b38
parent 596 18f90bc297a4
child 598 abc0008f9a1d
Fix 25373 - Use 'NonConvert' consistently for |key| and |code| values.
html/DOM3Events-code.html
html/DOM3Events-key.html
--- a/html/DOM3Events-code.html	Sun Apr 27 10:13:22 2014 -0700
+++ b/html/DOM3Events-code.html	Sun Apr 27 10:20:31 2014 -0700
@@ -265,7 +265,7 @@
 				   <code class="key-code">'IntlHash'</code> and
 				   <code class="key-code">'IntlRo'</code>.
 				   It also shrinks the <code class="key-code">'Space'</code> key to make room for 3 input mode keys:
-				   <code class="key-code">'NoConvert'</code> (labelled <code class="keycap">無変換</code> <span class="phonetic">muhenkan</span>),
+				   <code class="key-code">'NonConvert'</code> (labelled <code class="keycap">無変換</code> <span class="phonetic">muhenkan</span>),
 				   <code class="key-code">'Convert'</code> (labelled <code class="keycap">変換</code> <span class="phonetic">henkan</span>),
 				   <code class="key-code">'KanaMode'</code> (labelled <code class="keycap">カタカナ/ひらがな/ローマ字</code> <span class="phonetic">katakana/hiragana/romaji</span>).
 				</p>
@@ -633,7 +633,7 @@
 								<td>0x94</td>
 								<td>Japanese (word-processing keyboard): Zenkaku/Hankaku
 									</td></tr>
-							<tr><td><code id="code-NoConvert" class="key-code">'NoConvert'</code></td>
+							<tr><td><code id="code-NonConvert" class="key-code">'NonConvert'</code></td>
 								<td>0x8b</td><td>Japanese: <code class="keycap">無変換</code> (<span class="phonetic">muhenkan</span>)</td></tr>
 						</tbody>
 					</table>
--- a/html/DOM3Events-key.html	Sun Apr 27 10:13:22 2014 -0700
+++ b/html/DOM3Events-key.html	Sun Apr 27 10:20:31 2014 -0700
@@ -316,7 +316,7 @@
 				<key name="GroupPrevious">Switch to the previous character group. (ISO/IEC 9995)</key>
 				<key name="ModeChange">The Mode Change key, to toggle between or cycle through input modes of IMEs.</key>
 				<key name="NextCandidate">The Next Candidate function key.</key>
-				<key name="NonConvert">The Nonconvert (Don't Convert) key, to accept current input method sequence without conversion in IMEs.</key>
+				<key name="NonConvert">The NonConvert (Don't Convert) key, to accept current input method sequence without conversion in IMEs.</key>
 				<key name="PreviousCandidate">The Previous Candidate function key.</key>
 				<key name="Process">The Process key.</key>
 				<key name="SingleCandidate">The Single Candidate function key.</key>