- From: poot <cvsmail@w3.org>
- Date: Sat, 24 Jan 2009 11:08:36 +0900 (JST)
- To: public-html-diffs@w3.org
typos (whatwg r2705)
videoWidth
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1875.html#dom-video-videowidth
intrinsic height
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1875.html#concept-video-intrinsic-height
videoHeight
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1875.html#dom-video-videoheight
A start tag whose tag name is "script"
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1875.html#scriptTag
5.10.2.6 Processing model
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1875.html#processing-model-2
http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1874&r2=1.1875&f=h
http://html5.org/tools/web-apps-tracker?from=2704&to=2705
===================================================================
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:09:15 UTC