- From: poot <cvsmail@w3.org>
- Date: Sun, 16 Aug 2009 19:44:19 +0900 (JST)
- To: public-html-diffs@w3.org
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><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:55 UTC