- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 21 Oct 2009 05:30:45 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv786
Modified Files:
Overview.html
Log Message:
Incorrect summary for <kbd>. (whatwg r4225)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3370
retrieving revision 1.3371
diff -u -d -r1.3370 -r1.3371
--- Overview.html 21 Oct 2009 05:28:54 -0000 1.3370
+++ Overview.html 21 Oct 2009 05:30:41 -0000 1.3371
@@ -15840,7 +15840,7 @@
<td><pre class="example">The computer said <strong><samp>Unknown error -3</samp></strong>.</pre>
<tr><td><code><a href="#the-kbd-element">kbd</a></code>
- <td>Computer input
+ <td>User input
<td><pre class="example">Hit <strong><kbd>F1</kbd></strong> to continue.</pre>
<tr><td><code><a href="#the-sub-and-sup-elements">sub</a></code>
@@ -68607,7 +68607,7 @@
<code title="attr-mod-datetime"><a href="#attr-mod-datetime">datetime</a></code></td>
<td><code><a href="#htmlmodelement">HTMLModElement</a></code></td>
<tr><th><code><a href="#the-kbd-element">kbd</a></code></th>
- <td>Computer input</td>
+ <td>User input</td>
<td><a href="#flow-content" title="Flow content">flow</a>;
<a href="#phrasing-content" title="Phrasing content">phrasing</a></td>
<td><a href="#phrasing-content" title="Phrasing content">phrasing</a></td>
Received on Wednesday, 21 October 2009 05:30:46 UTC