Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) Remove an 'actually'.
git-svn-id: http://svn.whatwg.org/webapps@3613 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 14, 2009
1 parent 0ce3467 commit 5fa5d6a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions index
Expand Up @@ -1606,8 +1606,8 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d

<p class=example>For example, a PNG image would be considered to
be in a supported format if its pixel data could be decoded and
rendered, even if, unbeknownst to the implementation, the image
actually also contained animation data.</p>
rendered, even if, unbeknownst to the implementation, the image also
contained animation data.</p>

<p class=example>A MPEG4 video file would not be considered to be
in a supported format if the compression format used was not
Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -622,8 +622,8 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d

<p class="example">For example, a PNG image would be considered to
be in a supported format if its pixel data could be decoded and
rendered, even if, unbeknownst to the implementation, the image
actually also contained animation data.</p>
rendered, even if, unbeknownst to the implementation, the image also
contained animation data.</p>

<p class="example">A MPEG4 video file would not be considered to be
in a supported format if the compression format used was not
Expand Down

0 comments on commit 5fa5d6a

Please sign in to comment.