hixie: Tweak <kbd> example to mention that you don't have to be so pedantic. (whatwg r3637)

hixie: Tweak <kbd> example to mention that you don't have to be so
pedantic. (whatwg r3637)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2822&r2=1.2823&f=h
http://html5.org/tools/web-apps-tracker?from=3636&to=3637

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2822
retrieving revision 1.2823
diff -u -d -r1.2822 -r1.2823
--- Overview.html 16 Aug 2009 03:07:39 -0000 1.2822
+++ Overview.html 16 Aug 2009 10:43:56 -0000 1.2823
@@ -14199,6 +14199,11 @@
    <pre>&lt;p&gt;To make George eat an apple, select
     &lt;kbd&gt;&lt;kbd&gt;&lt;samp&gt;File&lt;/samp&gt;&lt;/kbd&gt;|&lt;kbd&gt;&lt;samp&gt;Eat Apple...&lt;/samp&gt;&lt;/kbd&gt;&lt;/kbd&gt;
 &lt;/p&gt;</pre>
+
+   <p>Such precision isn't necessary; the following is equally fine:</p>
+
+   <pre>&lt;p&gt;To make George eat an apple, select &lt;kbd&gt;File | Eat Apple...&lt;/kbd&gt;&lt;/p&gt;</pre>
+
   </div><h4 id="the-sub-and-sup-elements"><span class="secno">4.6.17 </span>The <dfn><code>sub</code></dfn> and <dfn><code>sup</code></dfn> elements</h4><dl class="element"><dt>Categories</dt>
    <dd><a href="#flow-content-0">Flow content</a>.</dd>
    <dd><a href="#phrasing-content-0">Phrasing content</a>.</dd>

Received on Sunday, 16 August 2009 10:44:55 UTC