Skip to content

Commit

Permalink
[e] (0) Remove stray dots.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@3699 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 29, 2009
1 parent 3f7ad5e commit 91a56a7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions index
Expand Up @@ -9207,7 +9207,7 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20HTML%3E%0
elements</a> in <a href=#html-documents>HTML documents</a>, certain APIs defined
in DOM Core become case-insensitive or case-changing, as sometimes
defined in DOM Core, and as summarized <span class=impl>or
required</span> below. <a href=#refsDOMCORE>[DOMCORE]</a>.</p>
required</span> below. <a href=#refsDOMCORE>[DOMCORE]</a></p>

<p>This does not apply to <a href=#xml-documents>XML documents</a> or to elements
that are not in the <a href=#html-namespace-0>HTML namespace</a> despite being in
Expand Down Expand Up @@ -20959,7 +20959,7 @@ interface <dfn>CueRangeCallback</dfn> {

<p>A <a href=#media-resource>media resource</a> can be described in terms of its
<em>type</em>, specifically a <a href=#mime-type>MIME type</a>, optionally
with a <code title="">codecs</code> parameter. <a href=#refsRFC4281>[RFC4281]</a>.</p>
with a <code title="">codecs</code> parameter. <a href=#refsRFC4281>[RFC4281]</a></p>

<p>Types are usually somewhat incomplete descriptions; for example
"<code title="">video/mpeg</code>" doesn't say anything except what
Expand Down Expand Up @@ -23431,7 +23431,7 @@ interface <dfn>CueRangeCallback</dfn> {

<p>The <dfn id=dom-canvas-todataurl title=dom-canvas-toDataURL><code>toDataURL()</code></dfn> method
must, when called with no arguments, return a <code title="">data:</code> URL containing a representation of the image
as a PNG file. <a href=#refsPNG>[PNG]</a>.</p>
as a PNG file. <a href=#refsPNG>[PNG]</a></p>

<p>If the canvas has no pixels (i.e. either its horizontal dimension
or its vertical dimension is zero) then the method must return the
Expand Down
6 changes: 3 additions & 3 deletions source
Expand Up @@ -9551,7 +9551,7 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20HTML%3E%0
elements</span> in <span>HTML documents</span>, certain APIs defined
in DOM Core become case-insensitive or case-changing, as sometimes
defined in DOM Core, and as summarized <span class="impl">or
required</span> below. <a href="#refsDOMCORE">[DOMCORE]</a>.</p>
required</span> below. <a href="#refsDOMCORE">[DOMCORE]</a></p>

<p>This does not apply to <span>XML documents</span> or to elements
that are not in the <span>HTML namespace</span> despite being in
Expand Down Expand Up @@ -22590,7 +22590,7 @@ interface <dfn>CueRangeCallback</dfn> {
<p>A <span>media resource</span> can be described in terms of its
<em>type</em>, specifically a <span>MIME type</span>, optionally
with a <code title="">codecs</code> parameter. <a
href="#refsRFC4281">[RFC4281]</a>.</p>
href="#refsRFC4281">[RFC4281]</a></p>

<p>Types are usually somewhat incomplete descriptions; for example
"<code title="">video/mpeg</code>" doesn't say anything except what
Expand Down Expand Up @@ -25528,7 +25528,7 @@ interface <dfn>CueRangeCallback</dfn> {
title="dom-canvas-toDataURL"><code>toDataURL()</code></dfn> method
must, when called with no arguments, return a <code
title="">data:</code> URL containing a representation of the image
as a PNG file. <a href="#refsPNG">[PNG]</a>.</p>
as a PNG file. <a href="#refsPNG">[PNG]</a></p>

<p>If the canvas has no pixels (i.e. either its horizontal dimension
or its vertical dimension is zero) then the method must return the
Expand Down

0 comments on commit 91a56a7

Please sign in to comment.