Skip to content

Commit

Permalink
[c] (0) I couldn't find a normative statement requiring that <area> o…
Browse files Browse the repository at this point in the history
…nly be inside <map>.

Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=21673
Affected topics: HTML

git-svn-id: http://svn.whatwg.org/webapps@7829 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Apr 13, 2013
1 parent 0fb64b5 commit 0e1213a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
5 changes: 4 additions & 1 deletion complete.html
Expand Up @@ -38831,10 +38831,13 @@ <h4 id=the-area-element><span class=secno>4.8.13 </span>The <dfn><code>area</cod
};
<a href=#htmlareaelement>HTMLAreaElement</a> implements <a href=#urlutils>URLUtils</a>;</pre>
</dd>
</dl><!--TOPIC:HTML--><p>The <code><a href=#the-area-element>area</a></code> element <a href=#represents>represents</a> either a
</dl><!--TOPIC:HTML--><!--CLEANUP--><p>The <code><a href=#the-area-element>area</a></code> element <a href=#represents>represents</a> either a
hyperlink with some text and a corresponding area on an <a href=#image-map>image
map</a>, or a dead area on an image map.</p>

<p>An <code><a href=#the-area-element>area</a></code> element with a parent node must have a <code><a href=#the-map-element>map</a></code> element
ancestor.</p>

<p>If the <code><a href=#the-area-element>area</a></code> element has an <code title=attr-hyperlink-href><a href=#attr-hyperlink-href>href</a></code> attribute, then the
<code><a href=#the-area-element>area</a></code> element represents a <a href=#hyperlink>hyperlink</a>. In
this case, the <dfn id=attr-area-alt title=attr-area-alt><code>alt</code></dfn>
Expand Down
5 changes: 4 additions & 1 deletion index
Expand Up @@ -38831,10 +38831,13 @@ function AddCloud(data, x, y) { ... }</pre>
};
<a href=#htmlareaelement>HTMLAreaElement</a> implements <a href=#urlutils>URLUtils</a>;</pre>
</dd>
</dl><!--TOPIC:HTML--><p>The <code><a href=#the-area-element>area</a></code> element <a href=#represents>represents</a> either a
</dl><!--TOPIC:HTML--><!--CLEANUP--><p>The <code><a href=#the-area-element>area</a></code> element <a href=#represents>represents</a> either a
hyperlink with some text and a corresponding area on an <a href=#image-map>image
map</a>, or a dead area on an image map.</p>

<p>An <code><a href=#the-area-element>area</a></code> element with a parent node must have a <code><a href=#the-map-element>map</a></code> element
ancestor.</p>

<p>If the <code><a href=#the-area-element>area</a></code> element has an <code title=attr-hyperlink-href><a href=#attr-hyperlink-href>href</a></code> attribute, then the
<code><a href=#the-area-element>area</a></code> element represents a <a href=#hyperlink>hyperlink</a>. In
this case, the <dfn id=attr-area-alt title=attr-area-alt><code>alt</code></dfn>
Expand Down
4 changes: 4 additions & 0 deletions source
Expand Up @@ -46811,11 +46811,15 @@ function AddCloud(data, x, y) { ... }</pre>
<span>HTMLAreaElement</span> implements <span>URLUtils</span>;</pre>
</dd>
</dl><!--TOPIC:HTML-->
<!--CLEANUP-->

<p>The <code>area</code> element <span>represents</span> either a
hyperlink with some text and a corresponding area on an <span>image
map</span>, or a dead area on an image map.</p>

<p>An <code>area</code> element with a parent node must have a <code>map</code> element
ancestor.</p>

<p>If the <code>area</code> element has an <code
title="attr-hyperlink-href">href</code> attribute, then the
<code>area</code> element represents a <span>hyperlink</span>. In
Expand Down

0 comments on commit 0e1213a

Please sign in to comment.