- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 16 Aug 2009 10:43:59 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv27788
Modified Files:
Overview.html
Log Message:
Tweak <kbd> example to mention that you don't have to be so pedantic. (whatwg r3637)
Index: Overview.html
===================================================================
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><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><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:11 UTC