[www] r473 - trunk/www.matroska.org/data/technical/specs/tagging
| Newsgroups | gmane.comp.multimedia.matroska.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: robux4 Date: 2004-08-20 15:45:07 +0400 (Fri, 20 Aug 2004) New Revision: 473 Modified: trunk/www.matroska.org/data/technical/specs/tagging/index.html Log: typo and design corrections Modified: trunk/www.matroska.org/data/technical/specs/tagging/index.html =================================================================== --- trunk/www.matroska.org/data/technical/specs/tagging/index.html 2004-08-20 11:42:16 UTC (rev 472) +++ trunk/www.matroska.org/data/technical/specs/tagging/index.html 2004-08-20 11:45:07 UTC (rev 473) @@ -263,11 +263,11 @@ <p>For application to know what kind of information (like TITLE) relates to a certain level (CD title or track title), we also need a set of official TargetType names. For now audio and video will have different names. That also means the same tag can have different meanings depending on where it is (otherwise we would end up with 15 TITLE_ tags).</p> <div class="techdef"> -<table> +<table style="width: 100%;"> <tr><th>Level</th><th>Audio TargetType</th><th>Video TargetType</th><th>Comment</th></tr> <tr><td>-</td><td>VOLUME</td><td>SEASON</td><td>a high hierarchy when many sets or media are related to each other</td></tr> -<tr><td>set</td><td>SET</td><td>SET</td><td>the collection of different medium</td></tr> -<tr><td>medium</td><td>MEDIUM</td><td>MEDIUM</td><td>the physical medium (when it exists) like a CD or a DVD</td></tr> +<tr><td>set</td><td>SET</td><td>SET</td><td>the collection of different media</td></tr> +<tr><td>medium</td><td>MEDIUM</td><td>MEDIUM</td><td>the physical medium like a CD or a DVD</td></tr> <tr><td>side</td><td>SIDE</td><td>SIDE</td><td>when the original medium (LP/DVD) has different sides</td></tr> <tr><td>-</td><td>TRACK</td><td>EPISODE</td><td>the first separation level of the side/medium</td></tr> <tr><td>-</td><td>MOVEMENT</td><td>CHAPTER</td><td>an intermediate separation</td></tr>