[www] r597 - in trunk/www.matroska.org/data: csssheets technical/specs/tagging
| Newsgroups | gmane.comp.multimedia.matroska.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: robux4
Date: 2004-08-29 19:41:30 +0400 (Sun, 29 Aug 2004)
New Revision: 597
Modified:
trunk/www.matroska.org/data/csssheets/test.css
trunk/www.matroska.org/data/technical/specs/tagging/index.html
Log:
spec: added the MOOD tag
design: higlight subjective tags
Modified: trunk/www.matroska.org/data/csssheets/test.css
===================================================================
--- trunk/www.matroska.org/data/csssheets/test.css 2004-08-29 15:22:55 UTC (rev 596)
+++ trunk/www.matroska.org/data/csssheets/test.css 2004-08-29 15:41:30 UTC (rev 597)
@@ -337,4 +337,7 @@
}
.version2 a {
color: #aaa;
-}
\ No newline at end of file
+}
+.subjective {
+ background: #eef;
+}
Modified: trunk/www.matroska.org/data/technical/specs/tagging/index.html
===================================================================
--- trunk/www.matroska.org/data/technical/specs/tagging/index.html 2004-08-29 15:22:55 UTC (rev 596)
+++ trunk/www.matroska.org/data/technical/specs/tagging/index.html 2004-08-29 15:41:30 UTC (rev 597)
@@ -557,7 +557,7 @@
<tr>
<th colspan="5"><a name="Search">Search / Classification</a></th>
</tr>
- <tr>
+ <tr class="subjective">
<td>GENRE<a name="Genre"></a></td>
<td>UTF-8</td>
<td>The main genre. The format follows that of the TCON tag in ID3.</td>
@@ -567,6 +567,11 @@
<td>UTF-8</td>
<td>The subgenre.</td>
</tr>
+ <tr class="subjective">
+ <td>MOOD<a name="Genre"></a></td>
+ <td>UTF-8</td>
+ <td>Intended to reflect the mood of the item with a few keywords, e.g. "Romantic", "Sad" or "Uplifting". The format follows that of the TMOO tag in ID3.</td>
+ </tr>
<tr>
<td>TYPE<a name="Type"></a></td>
<td>UTF-8</td>