- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 20 Oct 2009 01:24:12 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv11842
Modified Files:
Overview.html
Log Message:
typo (codec/codecs) (whatwg r4190)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3336
retrieving revision 1.3337
diff -u -d -r1.3336 -r1.3337
--- Overview.html 20 Oct 2009 01:22:57 -0000 1.3336
+++ Overview.html 20 Oct 2009 01:24:09 -0000 1.3337
@@ -19682,7 +19682,7 @@
<li><p>⌛ If <var title="">candidate</var> has a <code title="attr-source-type"><a href="#attr-source-type">type</a></code> attribute whose value, when
parsed as a <a href="#mime-type">MIME type</a> (including any codecs
- described by the <code title="">codec</code> parameter),
+ described by the <code title="">codecs</code> parameter),
represents <a href="#a-type-that-the-user-agent-knows-it-cannot-render">a type that the user agent knows it cannot
render</a>, then end the <a href="#synchronous-section">synchronous section</a>, and
jump down to the <i title="">failed</i> step below.</li>
@@ -19842,7 +19842,7 @@
<dt>If the <a href="#media-resource">media resource</a> is found to have <a href="#content-type" title="Content-Type">Content-Type metadata</a> that, when
parsed as a <a href="#mime-type">MIME type</a> (including any codecs described by the
- <code title="">codec</code> parameter), represents <a href="#a-type-that-the-user-agent-knows-it-cannot-render">a type
+ <code title="">codecs</code> parameter), represents <a href="#a-type-that-the-user-agent-knows-it-cannot-render">a type
that the user agent knows it cannot render</a> (even if the
actual <a href="#media-data">media data</a> is in a supported format)</dt>
Received on Tuesday, 20 October 2009 01:24:16 UTC