]> Shamusworld >> Repos - ardour-manual/blobdiff - include/editing-clocks.html
converting abused <dl>s into <table>s
[ardour-manual] / include / editing-clocks.html
index a12061b873388197b060e0b35d99e7cc36eabd41..23eea6c498bf3631e88d8cf39e7fd89c3a977c0f 100644 (file)
@@ -9,8 +9,8 @@
   changing one changes all clocks in that group. The different modes are:
 </p>
 
-<dl>
-  <dt>Timecode</dt><dd>Time is shown as <dfn><abbr title="Society of Motion Picture and Television
+<table class="dl">
+  <tr><th>Timecode</th><td>Time is shown as <dfn><abbr title="Society of Motion Picture and Television
   Engineers">SMPTE</abbr> timecode</dfn> in Hours:Minutes:Seconds:Frames,
   measured from the timecode zero point on the timeline (which may not
   correspond to the session start and/or absolute zero on the timeline,
   Second">FPS</abbr> setting, or, if slaved to an external timecode master,
   the master's setting. In the transport clocks, the FPS value is shown below
   the time display, along with an indication of the current timecode source
-  (<samp>INT</samp> means that Ardour is its own timecode source).</dd>
-  <dt>BBT</dt><dd>Time is shown as Bars:Beats:Ticks, indicating <dfn>musical time</dfn> measured
+  (<samp>INT</samp> means that Ardour is its own timecode source).</td></tr>
+  <tr><th>BBT</th><td>Time is shown as Bars:Beats:Ticks, indicating <dfn>musical time</dfn> measured
   from the start of the session. The transport clocks show the current tempo
   in <abbr title="Beats Per Minute">bpm</abbr> and meter below the time
-  display.</dd>
-  <dt>Minutes:Seconds</dt><dd>Time is shown as Hours:Minutes:Seconds.Milliseconds, measured from the
+  display.</td></tr>
+  <tr><th>Minutes:Seconds</th><td>Time is shown as Hours:Minutes:Seconds.Milliseconds, measured from the
   absolute start of the timeline (ignoring the session start and any timecode
-  offsets).</dd>
-  <dt>Samples</dt><dd>Time is shown as a <dfn>sample count</dfn> from the absolute start of the timeline
+  offsets).</td></tr>
+  <tr><th>Samples</th><td>Time is shown as a <dfn>sample count</dfn> from the absolute start of the timeline
   (ignoring the session start and any timecode offsets). The number of
   samples per second is given by the current sample rate, and in the transport
   clocks, this rate is shown below the time display along with any
-  pullup/pulldown adjustment.</dd>
-</dl>
+  pullup/pulldown adjustment.</td></tr>
+</table>
 
 <h2>Changing clock values with the keyboard</h2>