[xiph-commits] r11920 - websites/xspf.org
lgonze at svn.xiph.org
lgonze at svn.xiph.org
Mon Oct 16 00:15:51 PDT 2006
Author: lgonze
Date: 2006-10-16 00:15:49 -0700 (Mon, 16 Oct 2006)
New Revision: 11920
Modified:
websites/xspf.org/draft-xspf-v1.html
Log:
Implement fix for this email from Pau Garcia i Quiles:
In section 4.1.1.2.14.1.1.1.2 of the XSPF v1 spec, it says:
"xspf:playlist elements MAY contain zero or more identifier elements."
but I think that's wrong and it should say:
"xspf:track elements MAY contain zero or more identifier elements."
or alike.
Modified: websites/xspf.org/draft-xspf-v1.html
===================================================================
--- websites/xspf.org/draft-xspf-v1.html 2006-10-15 09:56:25 UTC (rev 11919)
+++ websites/xspf.org/draft-xspf-v1.html 2006-10-16 07:15:49 UTC (rev 11920)
@@ -654,7 +654,7 @@
<h3><a name="rfc.section.4.1.1.2.14.1.1.1.2" id="rfc.section.4.1.1.2.14.1.1.1.2">4.1.1.2.14.1.1.1.2</a> identifier</h3>
<div style="margin-left: 8px;">
<div><a name="rfc.section.4.1.1.2.14.1.1.1.2.p.1" id="rfc.section.4.1.1.2.14.1.1.1.2.p.1"></a></div>
-<p>Canonical ID for this resource. Likely to be a hash or other location-independent name, such as a MusicBrainz identifier. MUST be a legal URI. xspf:playlist elements MAY contain zero or more identifier elements.</p>
+<p>Canonical ID for this resource. Likely to be a hash or other location-independent name, such as a MusicBrainz identifier. MUST be a legal URI. xspf:track elements MAY contain zero or more identifier elements.</p>
<p>For example, the URI <a href="http://musicbrainz.org/track/7e1d6f5f-0ac3-4889-8b57-506a67b459fc.html">http://musicbrainz.org/track/7e1d6f5f-0ac3-4889-8b57-506a67b459fc.html</a> is an identifier for a specific song, but dereferencing that identifier will not yield a copy of the song.</p>
</div>
<h3><a name="rfc.section.4.1.1.2.14.1.1.1.3" id="rfc.section.4.1.1.2.14.1.1.1.3">4.1.1.2.14.1.1.1.3</a> title</h3>
More information about the commits
mailing list