[html5] r798 - / images
whatwg at whatwg.org
whatwg at whatwg.org
Wed May 9 17:47:49 PDT 2007
Author: ianh
Date: 2007-05-09 17:47:48 -0700 (Wed, 09 May 2007)
New Revision: 798
Added:
images/
images/drawImage.png
images/parsing-model-overview.png
images/sample-calendar.png
images/sample-card.png
images/sample-meter.png
Removed:
drawImage.png
sample-calendar.png
sample-card.png
Modified:
index
source
Log:
[e] (0) move the images
Deleted: drawImage.png
===================================================================
(Binary files differ)
Copied: images/drawImage.png (from rev 797, drawImage.png)
===================================================================
(Binary files differ)
Added: images/parsing-model-overview.png
===================================================================
(Binary files differ)
Property changes on: images/parsing-model-overview.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Copied: images/sample-calendar.png (from rev 797, sample-calendar.png)
===================================================================
(Binary files differ)
Copied: images/sample-card.png (from rev 797, sample-card.png)
===================================================================
(Binary files differ)
Added: images/sample-meter.png
===================================================================
(Binary files differ)
Property changes on: images/sample-meter.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Modified: index
===================================================================
--- index 2007-05-09 22:59:24 UTC (rev 797)
+++ index 2007-05-10 00:47:48 UTC (rev 798)
@@ -22,7 +22,7 @@
<h1 id=web-applications>Web Applications 1.0</h1>
- <h2 class="no-num no-toc" id=working>Working Draft — 9 May 2007</h2>
+ <h2 class="no-num no-toc" id=working>Working Draft — 10 May 2007</h2>
<p>You can take part in this work. <a
href="http://www.whatwg.org/mailing-list">Join the working group's
@@ -11190,7 +11190,7 @@
<p>Might be rendered as follows:</p>
<p><img alt="With the <meter> elements rendered as inline green bars of
- varying lengths." src=sample-meter.png></p>
+ varying lengths." src="images/sample-meter.png"></p>
</div>
<p>The <dfn id=min0 title=dom-meter-min><code>min</code></dfn>, <dfn
@@ -16472,9 +16472,9 @@
rectangle (<var title="">dx</var>, <var title="">dy</var>, <var
title="">dw</var>, <var title="">dh</var>).
- <p><img alt="" src=drawImage.png></p>
- <!-- no alt="" text since
- the image is just repeating what was stated in the previous
+ <p><img alt="" src="images/drawImage.png"></p>
+ <!-- no alt="" text
+ since the image is just repeating what was stated in the previous
paragraph. -->
<p>Images are painted without affecting the current path, and are subject
@@ -32672,7 +32672,7 @@
title=dom-document-write-HTML><a
href="#document.write0">document.write()</a></code> API.
- <p><img alt="" src=parsing-model-overview.png>
+ <p><img alt="" src="images/parsing-model-overview.png">
<p id=nestedParsing>There is only one set of state for the tokeniser stage
and the tree construction stage, but the tree construction stage is
Deleted: sample-calendar.png
===================================================================
(Binary files differ)
Deleted: sample-card.png
===================================================================
(Binary files differ)
Modified: source
===================================================================
--- source 2007-05-09 22:59:24 UTC (rev 797)
+++ source 2007-05-10 00:47:48 UTC (rev 798)
@@ -9428,7 +9428,7 @@
</ul>
</pre>
<p>Might be rendered as follows:</p>
- <p><img src="sample-meter.png" alt="With the <meter> elements rendered as inline green bars of varying lengths."></p>
+ <p><img src="images/sample-meter.png" alt="With the <meter> elements rendered as inline green bars of varying lengths."></p>
</div>
<p>The <dfn title="dom-meter-min"><code>min</code></dfn>, <dfn
@@ -14175,8 +14175,8 @@
title="">dx</var>, <var title="">dy</var>, <var title="">dw</var>,
<var title="">dh</var>).</p>
- <p><img src="drawImage.png" alt=""></p> <!-- no alt="" text since
- the image is just repeating what was stated in the previous
+ <p><img src="images/drawImage.png" alt=""></p> <!-- no alt="" text
+ since the image is just repeating what was stated in the previous
paragraph. -->
<p>Images are painted without affecting the current path, and are
@@ -30106,7 +30106,7 @@
insertion">it can also come from script</span>, e.g. using the <code
title="dom-document-write-HTML">document.write()</code> API.</p>
- <p><img src="parsing-model-overview.png" alt=""></p>
+ <p><img src="images/parsing-model-overview.png" alt=""></p>
<p id="nestedParsing">There is only one set of state for the
tokeniser stage and the tree construction stage, but the tree
More information about the Commit-Watchers
mailing list