[html5] r2784 - [] (0) rendering rules for <area>

whatwg at whatwg.org whatwg at whatwg.org
Wed Feb 11 01:04:44 PST 2009


Author: ianh
Date: 2009-02-11 01:04:43 -0800 (Wed, 11 Feb 2009)
New Revision: 2784

Modified:
   index
   source
Log:
[] (0) rendering rules for <area>

Modified: index
===================================================================
--- index	2009-02-11 08:26:26 UTC (rev 2783)
+++ index	2009-02-11 09:04:43 UTC (rev 2784)
@@ -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>
@@ -57500,9 +57501,20 @@
   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
   lines high and a width derived from the contents of the element.</p>

Modified: source
===================================================================
--- source	2009-02-11 08:26:26 UTC (rev 2783)
+++ source	2009-02-11 09:04:43 UTC (rev 2784)
@@ -63036,7 +63036,18 @@
   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>
 
   <p>When a <code>menu</code> element's <code




More information about the Commit-Watchers mailing list