Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[] (0) rendering rules for <area>
git-svn-id: http://svn.whatwg.org/webapps@2784 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 11, 2009
1 parent 989398e commit 6a33717
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
16 changes: 14 additions & 2 deletions index
Expand Up @@ -1046,7 +1046,8 @@
<li><a href=#embedded-content-1><span class=secno>10.3.1 </span>Embedded content</a></li>
<li><a href=#images-0><span class=secno>10.3.2 </span>Images</a></li>
<li><a href=#attributes-for-embedded-content-and-images><span class=secno>10.3.3 </span>Attributes for embedded content and images</a></li>
<li><a href=#tool-bars-0><span class=secno>10.3.4 </span>Tool bars</a></ol></li>
<li><a href=#image-maps-0><span class=secno>10.3.4 </span>Image maps</a></li>
<li><a href=#tool-bars-0><span class=secno>10.3.5 </span>Tool bars</a></ol></li>
<li><a href=#bindings><span class=secno>10.4 </span>Bindings</a>
<ol>
<li><a href=#introduction-10><span class=secno>10.4.1 </span>Introduction</a></li>
Expand Down Expand Up @@ -57500,8 +57501,19 @@ object[align=bottom] {
respectively.</p>


<h4 id=image-maps-0><span class=secno>10.3.4 </span>Image maps</h4>

<h4 id=tool-bars-0><span class=secno>10.3.4 </span>Tool bars</h4>
<p>When a user is designating a shape on an <a href=#image-map>image map</a>,
if that shape's <code><a href=#the-area-element>area</a></code> element's 'cursor' property has a
value explicitly specified (as opposed to inheriting it from the
element's parent), then the user agent is expected to use that value
as the cursor. Otherwise, the user agent is expected to use the
computed value of the 'cursor' property from the <code><a href=#the-img-element>img</a></code> or
<code><a href=#the-object-element>object</a></code> element.</p>



<h4 id=tool-bars-0><span class=secno>10.3.5 </span>Tool bars</h4>

<p>When a <code><a href=#menus>menu</a></code> element's <code title=attr-menu-type><a href=#attr-menu-type>type</a></code> attribute is in the <a href=#tool-bar-state title="tool bar state">tool bar</a> state, the element is
expected to be treated as a replaced element with a height about two
Expand Down
11 changes: 11 additions & 0 deletions source
Expand Up @@ -63036,6 +63036,17 @@ object[align=bottom] {
respectively.</p>


<h4>Image maps</h4>

<p>When a user is designating a shape on an <span>image map</span>,
if that shape's <code>area</code> element's 'cursor' property has a
value explicitly specified (as opposed to inheriting it from the
element's parent), then the user agent is expected to use that value
as the cursor. Otherwise, the user agent is expected to use the
computed value of the 'cursor' property from the <code>img</code> or
<code>object</code> element.</p>



<h4>Tool bars</h4>

Expand Down

0 comments on commit 6a33717

Please sign in to comment.