[html5] r3637 - [e] (0) Tweak <kbd> example to mention that you don't have to be so pedantic.

whatwg at whatwg.org whatwg at whatwg.org
Sun Aug 16 03:43:51 PDT 2009


Author: ianh
Date: 2009-08-16 03:43:50 -0700 (Sun, 16 Aug 2009)
New Revision: 3637

Modified:
   index
   source
Log:
[e] (0) Tweak <kbd> example to mention that you don't have to be so pedantic.

Modified: index
===================================================================
--- index	2009-08-16 10:28:38 UTC (rev 3636)
+++ index	2009-08-16 10:43:50 UTC (rev 3637)
@@ -16250,6 +16250,11 @@
    <pre><p>To make George eat an apple, select
     <kbd><kbd><samp>File</samp></kbd>|<kbd><samp>Eat Apple...</samp></kbd></kbd>
 </p></pre>
+
+   <p>Such precision isn't necessary; the following is equally fine:</p>
+
+   <pre><p>To make George eat an apple, select <kbd>File | Eat Apple...</kbd></p></pre>
+
   </div>
 
 

Modified: source
===================================================================
--- source	2009-08-16 10:28:38 UTC (rev 3636)
+++ source	2009-08-16 10:43:50 UTC (rev 3637)
@@ -17362,6 +17362,11 @@
    <pre><p>To make George eat an apple, select
     <kbd><kbd><samp>File</samp></kbd>|<kbd><samp>Eat Apple...</samp></kbd></kbd>
 </p></pre>
+
+   <p>Such precision isn't necessary; the following is equally fine:</p>
+
+   <pre><p>To make George eat an apple, select <kbd>File | Eat Apple...</kbd></p></pre>
+
   </div>
 
 




More information about the Commit-Watchers mailing list