html5/spec Overview.html,1.5112,1.5113

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv21274

Modified Files:
	Overview.html 
Log Message:
typo (whatwg r6407)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5112
retrieving revision 1.5113
diff -u -d -r1.5112 -r1.5113
--- Overview.html	10 Aug 2011 01:54:26 -0000	1.5112
+++ Overview.html	10 Aug 2011 01:59:06 -0000	1.5113
@@ -20555,7 +20555,7 @@
   features such as the Flash "allowScriptAccess" parameter.</p><p>The <dfn id="attr-object-type" title="attr-object-type"><code>type</code></dfn>
   attribute, if present, specifies the type of the resource. If
   present, the attribute must be a <a href="#valid-mime-type">valid MIME type</a>.<p>At least one of either the <code title="attr-object-data"><a href="#attr-object-data">data</a></code> attribute or the <code title="attr-object-type"><a href="#attr-object-type">type</a></code> attribute must be present.<p>The <dfn id="attr-object-typemustmatch" title="attr-object-typemustmatch"><code>typemustmatch</code></dfn>
-  attribute is a <a href="#boolean-attribute">boolean attribute</a> whose precense
+  attribute is a <a href="#boolean-attribute">boolean attribute</a> whose presence
   indicates that the resource specified by the <code title="attr-object-data"><a href="#attr-object-data">data</a></code> attribute is only to be used if
   the value of the <code title="attr-object-type"><a href="#attr-object-type">type</a></code>
   attribute and the <a href="#content-type">Content-Type</a> of the aforementioned

Received on Wednesday, 10 August 2011 01:59:12 UTC