Skip to content

Commit

Permalink
[e] (0) markup typo in Path2D section
Browse files Browse the repository at this point in the history
Affected topics: Canvas

git-svn-id: http://svn.whatwg.org/webapps@8643 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed May 19, 2014
1 parent 908cc3c commit 031c249
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions complete.html
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@
</script><body onload=init()>
<header class="head with-buttons" id=head><p><a href=//www.whatwg.org/ class=logo><img width=101 src=/images/logo alt=WHATWG height=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 18 May 2014</h2>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 19 May 2014</h2>
</hgroup><div>
<div>
<a href=//whatwg.org/html><span><strong>Multipage Version</strong> <code>whatwg.org/html</code></span></a>
Expand Down Expand Up @@ -57016,7 +57016,7 @@ <h6 id=path2d-objects><span class=secno>4.12.4.2.7 </span><code><a href=#path2d>
<p>Run the appropriate step from the following list, based on the constructor's sectond
argument:</p>

<dl class=switch><dd>If it is "nonzero"</dd>
<dl class=switch><dt>If it is "nonzero"</dt>

<dd>

Expand All @@ -57029,7 +57029,7 @@ <h6 id=path2d-objects><span class=secno>4.12.4.2.7 </span><code><a href=#path2d>

</dd>

<dd>If it is "evenodd"</dd>
<dt>If it is "evenodd"</dt>

<dd>

Expand Down
6 changes: 3 additions & 3 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@
</script><body onload=init()>
<header class="head with-buttons" id=head><p><a href=//www.whatwg.org/ class=logo><img width=101 src=/images/logo alt=WHATWG height=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 18 May 2014</h2>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 19 May 2014</h2>
</hgroup><div>
<div>
<a href=//whatwg.org/html><span><strong>Multipage Version</strong> <code>whatwg.org/html</code></span></a>
Expand Down Expand Up @@ -57016,7 +57016,7 @@ try {
<p>Run the appropriate step from the following list, based on the constructor's sectond
argument:</p>

<dl class=switch><dd>If it is "nonzero"</dd>
<dl class=switch><dt>If it is "nonzero"</dt>

<dd>

Expand All @@ -57029,7 +57029,7 @@ try {

</dd>

<dd>If it is "evenodd"</dd>
<dt>If it is "evenodd"</dt>

<dd>

Expand Down
4 changes: 2 additions & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -62129,7 +62129,7 @@ try {

<dl class="switch">

<dd>If it is "nonzero"</dd>
<dt>If it is "nonzero"</dt>

<dd>

Expand All @@ -62142,7 +62142,7 @@ try {

</dd>

<dd>If it is "evenodd"</dd>
<dt>If it is "evenodd"</dt>

<dd>

Expand Down

0 comments on commit 031c249

Please sign in to comment.