- From: poot <cvsmail@w3.org>
- Date: Wed, 11 Feb 2009 18:07:42 +0900 (JST)
- To: public-html-diffs@w3.org
rendering rules for <area> (whatwg r2784) 10.3.5 Tool bars http://people.w3.org/mike/diffs/html5/spec/Overview.1.1955.html#tool-bars-0 10.3.4 Image maps http://people.w3.org/mike/diffs/html5/spec/Overview.1.1955.html#image-maps-0 10.3.3 Attributes for embedded content and images http://people.w3.org/mike/diffs/html5/spec/Overview.1.1955.html#attributes-for-embedded-content-and-images http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1954&r2=1.1955&f=h http://html5.org/tools/web-apps-tracker?from=2783&to=2784 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.1954 retrieving revision 1.1955 diff -u -d -r1.1954 -r1.1955 --- Overview.html 11 Feb 2009 08:26:31 -0000 1.1954 +++ Overview.html 11 Feb 2009 09:04:48 -0000 1.1955 @@ -970,7 +970,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> @@ -47498,7 +47499,13 @@ <code><a href=#the-img-element>img</a></code>, <code><a href=#the-object-element>object</a></code> or <code><a href=#video>video</a></code> elements, and <code><a href=#the-input-element>input</a></code> elements with a <code title=attr-input-type><a href=#attr-input-type>type</a></code> attribute in the <a href=#image-button-state title=attr-input-type-image>Image Button</a> state, <a href=#maps-to-the-pixel-length-property title="maps to the pixel length property">map to the dimension properties</a> 'width' and 'height' on the element - respectively.<h4 id=tool-bars-0><span class=secno>10.3.4 </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 + respectively.<h4 id=image-maps-0><span class=secno>10.3.4 </span>Image maps</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.<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>The element is expected to have, by default, the appearance of a tool bar on the user agent's platform. It is expected to contain the
Received on Wednesday, 11 February 2009 09:08:19 UTC