Skip to content

Commit

Permalink
Removed ismap attribute, fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoscaceres-remote committed Sep 29, 2012
1 parent 8dbcb13 commit d40bab2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ResponsiveImages.html
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>The picture Element and the srcset attribute</title>
<title>The picture element and the srcset attribute</title>
<meta http-equiv='Content-Type' content='text/html;charset=utf-8'/>
<script src='http://www.w3.org/Tools/respec/respec-w3c-common' class='remove' async></script>
<script type="text/javascript" class='remove'>
Expand Down Expand Up @@ -112,9 +112,9 @@ <h1>The <code>picture</code> element</h1>
<dt><a href="http://dev.w3.org/html5/spec/single-page.html#element-dfn-attributes" title="element-dfn-attributes">Content attributes</a>:</dt>
<dd><a href="http://dev.w3.org/html5/spec/single-page.html#global-attributes">Global attributes</a></dd>
<dd><code>crossorigin</code></dd>
<dd><code>ismap</code></dd>
<dd><code>width</code></dd>
<dd><code>height</code></dd>

<dt><a href="http://dev.w3.org/html5/spec/single-page.html#element-dfn-dom" title="element-dfn-dom">DOM interface</a>:</dt>
<dd>
<pre>[NamedConstructor=Picture,
Expand Down

0 comments on commit d40bab2

Please sign in to comment.