]> Shamusworld >> Repos - ardour-manual/blobdiff - include/track-context-menu.html
converting abused <dl>s into <table>s
[ardour-manual] / include / track-context-menu.html
index 7e2b292bd381d7e22ead2ce348980fe966ca68ee..e36242f83d091c13bdad87bc3f19b22def2fe15a 100644 (file)
 <p>
   The rest of the track context menu is structured as follows:
 </p>
-<dl class="narrower-table">
-  <dt>Play</dt>
-  <dd>
-    <dl class="narrower-table">
-    <dt>Play from Edit Point</dt>
-    <dd>Play from the location of the current <a href="@@edit-point-control">edit point</a>.</dd>
-      <dt>Play from Start </dt>
-      <dd>Play from the start of the session</dd>
-      <dt>Play Region(s)</dt>
-      <dd>Plays the duration of the session from the start of the earliest selected region to the end of the latest selected region</dd>
-    </dl>
-  </dd>
-  <dt>Select</dt>
-  <dd>
-    <dl class="narrower-table">
-      <dt>Select All in Track</dt>
-      <dt>Select All</dt>
-      <dt>Invert Selection in Track</dt>
-      <dt>Invert Selection</dt>
-      <dt>Set Range to Loop Range</dt>
-      <dt>Set Range to Punch Range</dt>
-      <dt>Select All After Edit Point</dt>
-      <dt>Select All Before Edit Point</dt>
-      <dt>Select All After Playhead</dt>
-      <dt>Select All Before Playhead</dt>
-      <dt>Select All Between Playhead and Edit Point</dt>
-      <dt>Select All Within Playhead and Edit Point</dt>
-      <dt>Select Range Between Playhead and Edit Point</dt>
-    </dl>
-  </dd>
-  <dt>Edit</dt>
-  <dd>
-    <dl class="narrower-table">
-<dt>Cut</dt>
-<dt>Copy</dt>
-<dt>Paste</dt>
-<dt>Align</dt>
-<dt>Align Relative</dt>
-</dl>
-</dd>
-<dt>Insert Selected Region</dt>
-<dt>Insert Existing Media</dt>
-<dt>Nudge</dt>
-<dd>
-<dl class="narrower-table">
-<dt>Nudge Entire Track Later</dt>
-<dt>Nudge Track After Edit Point Later</dt>
-<dt>Nudge Entire Track Earlier</dt>
-<dt>Nudge Track After Edit Point Earlier</dt>
-</dl>
-</dd>
-<dt>Freeze</dt>
-</dl>
+<table class="dl">
+  <tr><th>Play</th>
+  <td>
+    <table class="dl">
+    <tr><th>Play from Edit Point</th>
+    <td>Play from the location of the current <a href="@@edit-point-control">edit point</a>.</td></tr>
+      <tr><th>Play from Start </th>
+      <td>Play from the start of the session</td></tr>
+      <tr><th>Play Region(s)</th>
+      <td>Plays the duration of the session from the start of the earliest selected region to the end of the latest selected region</td></tr>
+    </table>
+  </td></tr>
+  <tr><th>Select</th>
+  <td>
+    <table class="dl">
+      <tr><th>Select All in Track</th>
+      <tr><th>Select All</th>
+      <tr><th>Invert Selection in Track</th>
+      <tr><th>Invert Selection</th>
+      <tr><th>Set Range to Loop Range</th>
+      <tr><th>Set Range to Punch Range</th>
+      <tr><th>Select All After Edit Point</th>
+      <tr><th>Select All Before Edit Point</th>
+      <tr><th>Select All After Playhead</th>
+      <tr><th>Select All Before Playhead</th>
+      <tr><th>Select All Between Playhead and Edit Point</th>
+      <tr><th>Select All Within Playhead and Edit Point</th>
+      <tr><th>Select Range Between Playhead and Edit Point</th>
+    </table>
+  </td></tr>
+  <tr><th>Edit</th>
+  <td>
+    <table class="dl">
+<tr><th>Cut</th>
+<tr><th>Copy</th>
+<tr><th>Paste</th>
+<tr><th>Align</th>
+<tr><th>Align Relative</th>
+</table>
+</td></tr>
+<tr><th>Insert Selected Region</th>
+<tr><th>Insert Existing Media</th>
+<tr><th>Nudge</th>
+<td>
+<table class="dl">
+<tr><th>Nudge Entire Track Later</th>
+<tr><th>Nudge Track After Edit Point Later</th>
+<tr><th>Nudge Entire Track Earlier</th>
+<tr><th>Nudge Track After Edit Point Earlier</th>
+</table>
+</td></tr>
+<tr><th>Freeze</th>
+</table>
 
-<!-- FIXME: Adding a <p>aragraph with fixme, note, or warning classes after a <dl> causes the styling of the class to hijack the styling of the definition list, hence, the following ugliness: -->
+<!-- FIXME: Adding a <p>aragraph with fixme, note, or warning classes after a <table class="dl"> causes the styling of the class to hijack the styling of the definition list, hence, the following ugliness: -->
 <p>&nbsp;</p>
 
 <p class=fixme>Add content</p>