html5/2dcontext Overview.html,1.5,1.6

Update of /sources/public/html5/2dcontext
In directory hutz:/tmp/cvs-serv4313

Modified Files:
	Overview.html 
Log Message:
Split out the Web Browsers section and related bits. (whatwg r4551)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/2dcontext/Overview.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- Overview.html	8 Jan 2010 09:22:04 -0000	1.5
+++ Overview.html	8 Jan 2010 23:53:16 -0000	1.6
@@ -397,7 +397,8 @@
 <!--end-toc--><hr><h2 id="conformance-requirements"><span class="secno">1 </span>Conformance requirements</h2><p>This specification is an HTML specification. All the conformance
   requirements, conformance classes, definitions, dependencies,
   terminology, and typographical conventions described in the HTML5
-  Core and Vocabulary specification apply to this specification. <a href="#refsHTML5CORE">[HTML5CORE]</a><div class="impl">
+  Core and HTML5 Vocabulary specifications apply to this specification. <a href="#refsHTML5CORE">[HTML5CORE]</a> <a href="#refsHTML5VOCAB">[HTML5VOCAB]</a><p>For an introduction to the HTML5 series of specifications, please
+  see the HTML5 Introduction specification. <a href="#refsHTML5INTRO">[HTML5INTRO]</a><div class="impl">
 
   
   <p>When the <code title="dom-canvas-getContext">getContext()</code>
@@ -2211,12 +2212,12 @@
   roughly at the top of the glyphs in a font, the hanging baseline is
   where some glyphs like &#2310; are anchored, the middle is half-way
   between the top of the em square and the bottom of the em square,
-  the alphabetic baseline is where characters like &Aacute;, " src="images/baselines.png">00FF;,
+  the alphabetic baseline is where characters like &Aacute;, &yuml;,
   f, and &Omega; are anchored, the ideographic baseline is
   where glyphs like &#31169; and &#36948; are anchored, and the bottom
   of the em square is roughly at the bottom of the glyphs in a
   font. The top and bottom of the bounding box can be far from these
-  baselines, due to glyphs extending far outside the em square."&gt;<p>The keywords map to these alignment points as follows:<dl><dt><dfn id="dom-context-2d-textbaseline-top" title="dom-context-2d-textBaseline-top"><code>top</code></dfn>
+  baselines, due to glyphs extending far outside the em square." src="http://dev.w3.org/html5/spec/images/baselines.png"><p>The keywords map to these alignment points as follows:<dl><dt><dfn id="dom-context-2d-textbaseline-top" title="dom-context-2d-textBaseline-top"><code>top</code></dfn>
    <dd>The top of the em square</dd>
 
    <dt><dfn id="dom-context-2d-textbaseline-hanging" title="dom-context-2d-textBaseline-hanging"><code>hanging</code></dfn>
@@ -2570,7 +2571,7 @@
     <p>Draws the given image onto the canvas. The arguments are
     interpreted as follows:</p>
 
-    <p><img alt="The sx and sy parameters give the x and y coordinates of the source rectangle; the sw and sh arguments give the width and height of the source rectangle; the dx and dy give the x and y coordinates of the destination rectangle; and the dw and dh arguments give the width and height of the destination rectangle." src="images/drawImage.png"></p>
+    <p><img alt="The sx and sy parameters give the x and y coordinates of the source rectangle; the sw and sh arguments give the width and height of the source rectangle; the dx and dy give the x and y coordinates of the destination rectangle; and the dw and dh arguments give the width and height of the destination rectangle." src="http://dev.w3.org/html5/spec/images/drawImage.png"></p>
 
     <p>If the first argument isn't an <code>img</code>,
     <code>canvas</code>, or <code>video</code> element, throws a
@@ -3112,11 +3113,27 @@
 
    <dt id="refsHTML5CORE">[HTML5CORE]</dt>
    <!--
-   <dd><cite><a href="http://www.w3.org/TR/html5/">HTML5 Core and Vocabulary</a></cite>,
+   <dd><cite><a href="http://www.w3.org/TR/html-core/">HTML5 Core</a></cite>,
    I. Hickson, D. Hyatt. W3C, April 2009.</dd>
    -->
-   <dd><cite><a href="http://www.w3.org/html/wg/html5/">HTML5 Core and Vocabulary</a></cite>,
-   I. Hickson, D. Hyatt. W3C, December 2010.</dd>
+   <dd><cite><a href="http://dev.w3.org/html5/core/">HTML5 Core</a></cite>,
+   I. Hickson, D. Hyatt. W3C, January 2010.</dd>
+
+   <dt id="refsHTML5INTRO">[HTML5INTRO]</dt>
+   <!--
+   <dd><cite><a href="http://www.w3.org/TR/html5/">HTML5 Introduction</a></cite>,
+   I. Hickson, D. Hyatt. W3C, April 2009.</dd>
+   -->
+   <dd><cite><a href="http://dev.w3.org/html5/spec/">HTML5 Introduction</a></cite>,
+   I. Hickson, D. Hyatt. W3C, January 2010.</dd>
+
+   <dt id="refsHTML5VOCAB">[HTML5VOCAB]</dt>
+   <!--
+   <dd><cite><a href="http://www.w3.org/TR/html-vocabulary/">HTML5 Vocabulary</a></cite>,
+   I. Hickson, D. Hyatt. W3C, April 2009.</dd>
+   -->
+   <dd><cite><a href="http://dev.w3.org/html5/vocabulary/">HTML5 Vocabulary</a></cite>,
+   I. Hickson, D. Hyatt. W3C, January 2010.</dd>
 
    <dt id="refsPORTERDUFF">[PORTERDUFF]</dt>
    <dd><cite><a href="http://keithp.com/~keithp/porterduff/p253-porter.pdf">Compositing
@@ -3124,5 +3141,5 @@
    graphics</cite>, volume 18, number 3, pp. 253-259. ACM Press, July
    1984.</dd>
 
-  </dl><h2 class="no-num" id="acknowledgements">Acknowledgements</h2><p>For a full list of acknowledgements, please see the HTML5 Core
-  and Vocabulary specification. <a href="#refsHTML5CORE">[HTML5CORE]</a>
+  </dl><h2 class="no-num" id="acknowledgements">Acknowledgements</h2><p>For a full list of acknowledgements, please see the HTML5
+  Introduction specification. <a href="#refsHTML5INTRO">[HTML5INTRO]</a>

Received on Friday, 8 January 2010 23:53:19 UTC