Skip to content

Commit

Permalink
fix validity errors
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@453 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Dec 21, 2006
1 parent 8b94eb1 commit 25eb7a8
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 27 deletions.
38 changes: 28 additions & 10 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<h1 id=web-applications>Web Applications 1.0</h1>

<h2 class="no-num no-toc" id=working>Working Draft &mdash; 20 December
<h2 class="no-num no-toc" id=working>Working Draft &mdash; 21 December
2006</h2>

<p>You can take part in this work. <a
Expand Down Expand Up @@ -11862,7 +11862,8 @@ Address: &lt;input name="address"&gt;&lt;/p&gt;</pre>

<p>There is only one <code><a
href="#canvasrenderingcontext2d">CanvasRenderingContext2D</a></code>
object per canvas, so calling the method with the <code
object per canvas, so calling the <code title=dom-canvas-getContext><a
href="#getcontext">getContext()</a></code> method with the <code
title=canvas-context-2d><a href="#d">2d</a></code> argument a second time
must return the same object.

Expand Down Expand Up @@ -11984,10 +11985,28 @@ interface <dfn id=imagedata>ImageData</dfn> {

<li>The current clip region.

<li>The current values of the following attributes: strokeStyle,
fillStyle, globalAlpha, lineWidth, lineCap, lineJoin, miterLimit,
shadowOffsetX, shadowOffsetY, shadowBlur, shadowColor,
globalCompositeOperation.
<li>The current values of the following attributes: <code
title=dom-context-2d-strokeStyle><a
href="#strokestyle">strokeStyle</a></code>, <code
title=dom-context-2d-fillStyle><a href="#fillstyle">fillStyle</a></code>,
<code title=dom-context-2d-globalAlpha><a
href="#globalalpha">globalAlpha</a></code>, <code
title=dom-context-2d-lineWidth><a href="#linewidth">lineWidth</a></code>,
<code title=dom-context-2d-lineCap><a href="#linecap">lineCap</a></code>,
<code title=dom-context-2d-lineJoin><a
href="#linejoin">lineJoin</a></code>, <code
title=dom-context-2d-miterLimit><a
href="#miterlimit">miterLimit</a></code>, <code
title=dom-context-2d-shadowOffsetX><a
href="#shadowoffsetx">shadowOffsetX</a></code>, <code
title=dom-context-2d-shadowOffsetY><a
href="#shadowoffsety">shadowOffsetY</a></code>, <code
title=dom-context-2d-shadowBlur><a
href="#shadowblur">shadowBlur</a></code>, <code
title=dom-context-2d-shadowColor><a
href="#shadowcolor">shadowColor</a></code>, <code
title=dom-context-2d-globalCompositeOperation><a
href="#globalcompositeoperation">globalCompositeOperation</a></code>.
</ul>

<p class=note>The current path and the current bitmap are not part of the
Expand Down Expand Up @@ -17818,8 +17837,6 @@ XXX selection ranges -->
scripting features.
</ul>

<ul></ul>

<p>User agents may provide a mechanism to enable or disable the execution
of author-provided code. When the user agent is configured such that
author-provided code does not execute, or if the user agent is implemented
Expand Down Expand Up @@ -17849,7 +17866,7 @@ XXX selection ranges -->

<li>The <a href="#scripting4">scripting context</a> of the
<code>Document</code> that contains the <code>Document</code>'s <a
href="#browsing">browsing context.</a>
href="#browsing">browsing context</a>.

<li>All the <a href="#scripting4" title="scripting context">scripting
contexts</a> of all the <code>Document</code>s associated with any <a
Expand Down Expand Up @@ -34096,4 +34113,5 @@ mutually exclusive sections:
reach.</p>

-->
<script src="http://status.whatwg.org/annotate-web-apps.js"></script>
<script src="http://status.whatwg.org/annotate-web-apps.js"
type="text/javascript"></script>
34 changes: 17 additions & 17 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -4625,7 +4625,7 @@ data:text/xml,<script xmlns="http://www.w3.org/1999/xhtml"><![CDATA[ alert('test

<p>The <code title="class-copyright">copyright</code> class name
indicates that the element contains the copyright for the
document.</td>
document.</p>

<p>It must only be used on the following elements: <code>p</code>,
<code>span</code></p>
Expand Down Expand Up @@ -9950,7 +9950,7 @@ Address: &lt;input name="address"&gt;&lt;/p&gt;</pre>

<p>There is only one <code>CanvasRenderingContext2D</code> object
per canvas, so calling the <code
title="dom-canvas-getContext"getContext()</code> method with the
title="dom-canvas-getContext">getContext()</code> method with the
<code title="canvas-context-2d">2d</code> argument a second time
must return the same object.</p>

Expand Down Expand Up @@ -10071,18 +10071,18 @@ interface <dfn>ImageData</dfn> {
<li>The current transformation matrix.</li>
<li>The current clip region.</li>
<li>The current values of the following attributes: <code
title=dom-context-2d-strokeStyle">strokeStyle</code>, <code
title=dom-context-2d-fillStyle">fillStyle</code>, <code
title=dom-context-2d-globalAlpha">globalAlpha</code>, <code
title=dom-context-2d-lineWidth">lineWidth</code>, <code
title=dom-context-2d-lineCap">lineCap</code>, <code
title=dom-context-2d-lineJoin">lineJoin</code>, <code
title=dom-context-2d-miterLimit">miterLimit</code>, <code
title=dom-context-2d-shadowOffsetX">shadowOffsetX</code>, <code
title=dom-context-2d-shadowOffsetY">shadowOffsetY</code>, <code
title=dom-context-2d-shadowBlur">shadowBlur</code>, <code
title=dom-context-2d-shadowColor">shadowColor</code>, <code
title=dom-context-2d-globalCompositeOperation">globalCompositeOperation</code>.</li>
title="dom-context-2d-strokeStyle">strokeStyle</code>, <code
title="dom-context-2d-fillStyle">fillStyle</code>, <code
title="dom-context-2d-globalAlpha">globalAlpha</code>, <code
title="dom-context-2d-lineWidth">lineWidth</code>, <code
title="dom-context-2d-lineCap">lineCap</code>, <code
title="dom-context-2d-lineJoin">lineJoin</code>, <code
title="dom-context-2d-miterLimit">miterLimit</code>, <code
title="dom-context-2d-shadowOffsetX">shadowOffsetX</code>, <code
title="dom-context-2d-shadowOffsetY">shadowOffsetY</code>, <code
title="dom-context-2d-shadowBlur">shadowBlur</code>, <code
title="dom-context-2d-shadowColor">shadowColor</code>, <code
title="dom-context-2d-globalCompositeOperation">globalCompositeOperation</code>.</li>
</ul>

<p class="note">The current path and the current bitmap are not part
Expand Down Expand Up @@ -15874,7 +15874,7 @@ XXX selection ranges -->
<li>Processing of technologies like XBL or SVG that have their own
scripting features.</li>

<ul>
</ul>

<p>User agents may provide a mechanism to enable or disable the
execution of author-provided code. When the user agent is configured
Expand Down Expand Up @@ -15908,7 +15908,7 @@ XXX selection ranges -->

<li>The <span>scripting context</span> of the <code>Document</code>
that contains the <code>Document</code>'s <span>browsing
context</soan>.</li>
context</span>.</li>

<li>All the <span title="scripting context">scripting
contexts</span> of all the <code>Document</code>s associated with
Expand Down Expand Up @@ -31154,6 +31154,6 @@ mutually exclusive sections:

-->

<script src="http://status.whatwg.org/annotate-web-apps.js"></script>
<script src="http://status.whatwg.org/annotate-web-apps.js" type="text/javascript"></script>
</body>
</html>

0 comments on commit 25eb7a8

Please sign in to comment.