Mark queryKeyCap and queryLocale as static methods.
authorGary Kacmarcik <garykac@google.com>
Tue, 30 Apr 2013 11:50:36 -0700
changeset 33 79fa549f1816
parent 32 9bc96e61caf6
child 34 cfe782aeabfe
Mark queryKeyCap and queryLocale as static methods.
source_respec.htm
--- a/source_respec.htm	Tue Apr 30 09:54:30 2013 -0700
+++ b/source_respec.htm	Tue Apr 30 11:50:36 2013 -0700
@@ -440,7 +440,7 @@
                     <p>The un-initialized value of this attribute must be "" (the empty string).</p>
                 </dd>
 
-                <dt>DOMString queryKeyCap()</dt>
+                <dt>static DOMString queryKeyCap()</dt>
                 <dd>
                     <p>Given a <code>code</code> corresponding to a key on a standard keyboard and a [[!BCP47]] <code>locale</code>,
                        the <code>queryKeyCap</code> method returns the character that would be generated if that key were
@@ -476,7 +476,7 @@
                     </dl>
                 </dd>
 
-                <dt>DOMString queryLocale()</dt>
+                <dt>static DOMString queryLocale()</dt>
                 <dd>
                     <p>Returns the current keyboard locale as a [[!BCP47]] string, such as 'en-US' or 'fr-FR'.
                        The value returned here is encoded the same as the value in the KeyboardEvent <code>locale</code>