[gnome-devel-docs] hig3: fix validation errors
- From: David King <davidk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-devel-docs] hig3: fix validation errors
- Date: Fri, 15 Aug 2014 18:25:42 +0000 (UTC)
commit bbadfe528c8b23ec0e9e4e55c061a8228f3cef0c
Author: David King <amigadave amigadave com>
Date: Fri Aug 15 19:25:07 2014 +0100
hig3: fix validation errors
Mostly tbody elements inside table elements where a thead element is
present.
hig3/C/keyboard-input.page | 18 ++++++++++++++++++
hig3/C/lists.page | 2 ++
hig3/C/notifications.page | 2 ++
3 files changed, 22 insertions(+), 0 deletions(-)
---
diff --git a/hig3/C/keyboard-input.page b/hig3/C/keyboard-input.page
index 8f3226c..4f8f5d0 100644
--- a/hig3/C/keyboard-input.page
+++ b/hig3/C/keyboard-input.page
@@ -87,6 +87,7 @@ Do not assign system-level shortcut keys. These use the Super (sometimes knows a
<td><p>Description</p></td>
</tr>
</thead>
+<tbody>
<tr>
<td><p>Switch window</p></td>
<td><p><keyseq><key>Alt</key><key>Tab</key></keyseq> and
<keyseq><key>Shift</key><key>Alt</key><key>Tab</key></keyseq></p></td>
@@ -147,6 +148,7 @@ Do not assign system-level shortcut keys. These use the Super (sometimes knows a
<td><p><keyseq><key>Alt</key><key>F10</key></keyseq></p></td>
<td><p>Maximize the focused window</p></td>
</tr>
+</tbody>
</table>
<section id="widget-navigation">
@@ -159,6 +161,7 @@ Do not assign system-level shortcut keys. These use the Super (sometimes knows a
<td><p>Function</p></td>
</tr>
</thead>
+<tbody>
<tr>
<td><p><key>Tab</key> and <keyseq><key>Shift</key><key>Tab</key></keyseq></p></td>
<td><p>Moves keyboard focus to the next/previous control</p></td>
@@ -203,6 +206,7 @@ Do not assign system-level shortcut keys. These use the Super (sometimes knows a
<td><p><key>PageUp</key>, <keyseq><key>Ctrl</key><key>PageUp</key></keyseq>, <key>PageDown</key> and
<keyseq><key>Ctrl</key><key>PageDown</key></keyseq></p></td>
<td><p>Scroll the selected view by one page up/left/down/right</p></td>
</tr>
+</tbody>
</table>
<p>In addition, the shortcuts for Unicode character entry should also be avoided. This includes
<keyseq><key>Shift</key><key>Ctrl</key><key>A</key></keyseq> through to
<keyseq><key>Shift</key><key>Ctrl</key><key>F</key></keyseq>, or
<keyseq><key>Shift</key><key>Ctrl</key><key>0</key></keyseq> through to
<keyseq><key>Shift</key><key>Ctrl</key><key>9</key></keyseq>.</p>
@@ -227,6 +231,7 @@ Do not assign system-level shortcut keys. These use the Super (sometimes knows a
<td><p>Description</p></td>
</tr>
</thead>
+<tbody>
<tr>
<td><p><gui>Help</gui></p></td>
<td><p><key>F1</key></p></td>
@@ -237,6 +242,7 @@ Do not assign system-level shortcut keys. These use the Super (sometimes knows a
<td><p><keyseq><key>Ctrl</key><key>Q</key></keyseq></p></td>
<td><p>Quit the application</p></td>
</tr>
+</tbody>
</table>
</section>
@@ -252,6 +258,7 @@ Do not assign system-level shortcut keys. These use the Super (sometimes knows a
<td><p>Description</p></td>
</tr>
</thead>
+<tbody>
<tr>
<td><p><gui>New</gui></p></td>
<td><p><keyseq><key>Ctrl</key><key>N</key></keyseq></p></td>
@@ -277,6 +284,7 @@ Do not assign system-level shortcut keys. These use the Super (sometimes knows a
<td><p><keyseq><key>Ctrl</key><key>W</key></keyseq></p></td>
<td><p>Close the current document</p></td>
</tr>
+</tbody>
</table>
</section>
@@ -292,6 +300,7 @@ Do not assign system-level shortcut keys. These use the Super (sometimes knows a
<td><p>Description</p></td>
</tr>
</thead>
+<tbody>
<tr>
<td><p><gui>Undo</gui></p></td>
<td><p><keyseq><key>Ctrl</key><key>Z</key></keyseq></p></td>
@@ -302,6 +311,7 @@ Do not assign system-level shortcut keys. These use the Super (sometimes knows a
<td><p><keyseq><key>Shift</key><key>Ctrl</key><key>Z</key></keyseq></p></td>
<td><p>Redo the last operation</p></td>
</tr>
+</tbody>
</table>
<p>If your application requires both Edit ▸ Find and Edit ▸ Search menu items, use Shift+Ctrl+F as the
shortcut for Search.</p>
@@ -319,6 +329,7 @@ Do not assign system-level shortcut keys. These use the Super (sometimes knows a
<td><p>Description</p></td>
</tr>
</thead>
+<tbody>
<tr>
<td><p><gui>Zoom In</gui></p></td>
<td><p><keyseq><key>Ctrl</key><key>+</key></keyseq></p></td>
@@ -344,6 +355,7 @@ Do not assign system-level shortcut keys. These use the Super (sometimes knows a
<td><p><keyseq><key>Alt</key><key>Enter</key></keyseq></p></td>
<td><p>Display the selectd object's properties window.</p></td>
</tr>
+</tbody>
</table>
<p>If your application requires both <gui>View ▸ Reload</gui> and <gui>View ▸ Refresh</gui> menu items, use
Shift+Ctrl+R as the shortcut for <gui>Reload</gui>.</p>
@@ -361,6 +373,7 @@ Do not assign system-level shortcut keys. These use the Super (sometimes knows a
<td><p>Description</p></td>
</tr>
</thead>
+<tbody>
<tr>
<td><p><gui>Add Bookmark</gui></p></td>
<td><p><keyseq><key>Ctrl</key><key>D</key></keyseq></p></td>
@@ -371,6 +384,7 @@ Do not assign system-level shortcut keys. These use the Super (sometimes knows a
<td><p><keyseq><key>Ctrl</key><key>B</key></keyseq></p></td>
<td><p>Open a window in which the user can edit and organize saved bookmarks</p></td>
</tr>
+</tbody>
</table>
<p>If your application requires both <gui>Format ▸ Bold</gui> and <gui>Bookmarks ▸ Edit Bookmarks…</gui>
menu items, use <keyseq><key>Shift</key><key>Ctrl</key><key>D</key></keyseq> as the shortcut for <gui>Edit
Bookmarks</gui>.</p>
@@ -388,6 +402,7 @@ Do not assign system-level shortcut keys. These use the Super (sometimes knows a
<td><p>Description</p></td>
</tr>
</thead>
+<tbody>
<tr>
<td><p><gui>Back</gui></p></td>
<td><p><keyseq><key>Alt</key><key>Left</key></keyseq></p></td>
@@ -413,6 +428,7 @@ Do not assign system-level shortcut keys. These use the Super (sometimes knows a
<td><p><keyseq><key>Ctrl</key><key>L</key></keyseq></p></td>
<td><p>Present or focus an entry field into which the user can type a new address or location</p></td>
</tr>
+</tbody>
</table>
</section>
@@ -428,6 +444,7 @@ Do not assign system-level shortcut keys. These use the Super (sometimes knows a
<td><p>Description</p></td>
</tr>
</thead>
+<tbody>
<tr>
<td><p><gui>Bold</gui></p></td>
<td><p><keyseq><key>Ctrl</key><key>B</key></keyseq></p></td>
@@ -443,6 +460,7 @@ Do not assign system-level shortcut keys. These use the Super (sometimes knows a
<td><p><keyseq><key>Ctrl</key><key>I</key></keyseq></p></td>
<td><p>Make selected text italic/regular</p></td>
</tr>
+</tbody>
</table>
</section>
diff --git a/hig3/C/lists.page b/hig3/C/lists.page
index e685403..dfaba91 100644
--- a/hig3/C/lists.page
+++ b/hig3/C/lists.page
@@ -100,6 +100,7 @@
<td><p>Row Behavior</p></td>
</tr>
</thead>
+<tbody>
<tr>
<td><p>Navigation</p></td>
<td><p>Selecting a row opens the corresponding item, whether it is by browsing to a new view or opening a
dialog. This pattern is common for lists of content items, or for presenting groups of settings.</p></td>
@@ -112,6 +113,7 @@
<td><p>Edit</p></td>
<td><p>Selecting the row item turns the row into a text entry field, which allows the item to be
edited.</p></td>
</tr>
+</tbody>
</table>
<p>Navigation style lists can be combined with <link xref="selection-mode">selection mode</link> in order to
allow rows to be both opened and manipulated. Using double-click to open list items should be avoided, since
it is undiscoverable and is incompatible with touch input.</p>
diff --git a/hig3/C/notifications.page b/hig3/C/notifications.page
index 2c0325f..4992db4 100644
--- a/hig3/C/notifications.page
+++ b/hig3/C/notifications.page
@@ -35,6 +35,7 @@
<td><p>Element</p></td><td><p>Description</p></td>
</tr>
</thead>
+<tbody>
<tr>
<td><p>Application Icon</p></td><td><p>Indicates which application sent the notification.</p></td>
</tr>
@@ -50,6 +51,7 @@
<tr>
<td><p>Actions</p></td><td><p>Each notification can include up to three buttons.</p></td>
</tr>
+</tbody>
</table>
<section id="titles">
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]