- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 24 Jan 2009 02:05:56 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv16528
Modified Files:
Overview.html
Log Message:
typos (whatwg r2705)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1874
retrieving revision 1.1875
diff -u -d -r1.1874 -r1.1875
--- Overview.html 24 Jan 2009 01:54:45 -0000 1.1874
+++ Overview.html 24 Jan 2009 02:05:53 -0000 1.1875
@@ -14178,7 +14178,7 @@
<a href=#media-resource>media resource</a> are the dimensions of the resource in
CSS pixels after taking into account the resource's dimensions,
aspect ratio, clean aperture, resolution, and so forth, as defined
- for the format used by the resource..<p>The <dfn id=dom-video-videowidth title=dom-video-videoWidth><code>videoWidth</code></dfn> DOM
+ for the format used by the resource.<p>The <dfn id=dom-video-videowidth title=dom-video-videoWidth><code>videoWidth</code></dfn> DOM
attribute must return the <a href=#concept-video-intrinsic-width title=concept-video-intrinsic-width>intrinsic width</a> of the
video in CSS pixels. The <dfn id=dom-video-videoheight title=dom-video-videoHeight><code>videoHeight</code></dfn> DOM
attribute must return the <a href=#concept-video-intrinsic-height title=concept-video-intrinsic-height>intrinsic height</a> of
@@ -32622,7 +32622,7 @@
have an exclusive write lock over the entire database. If the
<i>mode</i> is read-only, the transaction must have a shared read
lock over the entire database. The user agent should wait for an
- appropriate lock to be available..</li>
+ appropriate lock to be available.</li>
<li><p>If an error occurred in the opening of the transaction
(e.g. if the user agent failed to obtain an appropriate lock after
@@ -40433,7 +40433,7 @@
<li><p>Append the new element to the <a href=#current-node>current node</a>
and push it onto the <a href=#stack-of-open-elements>stack of open
- elements</a>..</li>
+ elements</a>.</li>
<li><p>Switch the tokeniser's <a href=#content-model-flag>content model flag</a> to
the CDATA state.</li>
Received on Saturday, 24 January 2009 02:06:05 UTC