- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 01 Oct 2010 06:23:35 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view In directory hutz:/tmp/cvs-serv11996 Modified Files: Overview.html acknowledgements.html apis-in-html-documents.html association-of-controls-and-forms.html browsers.html commands.html common-input-element-attributes.html common-microsyntaxes.html content-models.html dnd.html dom.html editing.html edits.html elements.html embedded-content-1.html forms.html grouping-content.html history.html iana.html index-of-terms.html index.html infrastructure.html interactive-elements.html introduction.html links.html named-character-references.html number-state.html obsolete.html offline.html origin-0.html references.html scripting-1.html sections.html semantics.html spec.html spec.preprocessed.html states-of-the-type-attribute.html syntax.html tabular-data.html text-level-semantics.html the-button-element.html the-canvas-element.html the-iframe-element.html the-input-element.html the-map-element.html the-xhtml-syntax.html timers.html urls.html video.html webappapis.html Log Message: image map example (whatwg r5572) [updated by splitter] Index: infrastructure.html =================================================================== RCS file: /sources/public/html5/spec-author-view/infrastructure.html,v retrieving revision 1.822 retrieving revision 1.823 diff -u -d -r1.822 -r1.823 --- infrastructure.html 30 Sep 2010 23:23:32 -0000 1.822 +++ infrastructure.html 1 Oct 2010 06:23:29 -0000 1.823 @@ -311,7 +311,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4453</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4454</span></h1> </div><div> <a href="introduction.html">← 1 Introduction</a> – <a href="Overview.html#contents">Table of contents</a> – Index: text-level-semantics.html =================================================================== RCS file: /sources/public/html5/spec-author-view/text-level-semantics.html,v retrieving revision 1.820 retrieving revision 1.821 diff -u -d -r1.820 -r1.821 --- text-level-semantics.html 30 Sep 2010 23:23:37 -0000 1.820 +++ text-level-semantics.html 1 Oct 2010 06:23:33 -0000 1.821 @@ -311,7 +311,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4453</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4454</span></h1> </div><div> <a href="grouping-content.html">← 4.5 Grouping content</a> – <a href="Overview.html#contents">Table of contents</a> – Index: scripting-1.html =================================================================== RCS file: /sources/public/html5/spec-author-view/scripting-1.html,v retrieving revision 1.262 retrieving revision 1.263 diff -u -d -r1.262 -r1.263 --- scripting-1.html 30 Sep 2010 23:23:33 -0000 1.262 +++ scripting-1.html 1 Oct 2010 06:23:30 -0000 1.263 @@ -311,7 +311,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4453</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4454</span></h1> </div><div> <a href="semantics.html">← 4 The elements of HTML</a> – <a href="Overview.html#contents">Table of contents</a> – Index: the-map-element.html =================================================================== RCS file: /sources/public/html5/spec-author-view/the-map-element.html,v retrieving revision 1.261 retrieving revision 1.262 diff -u -d -r1.261 -r1.262 --- the-map-element.html 30 Sep 2010 23:23:37 -0000 1.261 +++ the-map-element.html 1 Oct 2010 06:23:33 -0000 1.262 @@ -311,7 +311,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4453</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4454</span></h1> </div><div> <a href="the-canvas-element.html">← 4.8.10 The canvas element</a> – <a href="Overview.html#contents">Table of contents</a> – @@ -363,7 +363,37 @@ </dd> - </dl><h4 id="the-area-element"><span class="secno">4.8.12 </span>The <dfn><code>area</code></dfn> element</h4><dl class="element"><dt>Categories</dt> + </dl><div class="example"> + + <p>Image maps can be defined in conjunction with other content on + the page, to ease maintenance. This example is of a page with an + image map at the top of the page and a corresponding set of text + links at the bottom.</p> + + <pre><!DOCTYPE HTML> +<TITLE>Babies™: Toys</TITLE> +<HEADER> + <H1>Toys</H1> + <IMG SRC="/images/menu.gif" + ALT="Babies™ navigation menu. Select a department to go to its page." + USEMAP="#NAV"> +</HEADER> + ... +<FOOTER> + <MAP NAME="NAV"> + <P> + <A HREF="/clothes/">Clothes</A> + <AREA ALT="Clothes" COORDS="0,0,100,50" HREF="/clothes/"> | + <A HREF="/toys/">Toys</A> + <AREA ALT="Toys" COORDS="0,0,100,50" HREF="/toys/"> | + <A HREF="/food/">Food</A> + <AREA ALT="Food" COORDS="0,0,100,50" HREF="/food/"> | + <A HREF="/books/">Books</A> + <AREA ALT="Books" COORDS="0,0,100,50" HREF="/books/"> + </MAP> +</FOOTER></pre> + + </div><h4 id="the-area-element"><span class="secno">4.8.12 </span>The <dfn><code>area</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="content-models.html#flow-content" id="flow-content-106">Flow content</a>.</dd> <dd><a href="content-models.html#phrasing-content" id="phrasing-content-117">Phrasing content</a>.</dd> <dt>Contexts in which this element can be used:</dt> Index: the-canvas-element.html =================================================================== RCS file: /sources/public/html5/spec-author-view/the-canvas-element.html,v retrieving revision 1.814 retrieving revision 1.815 diff -u -d -r1.814 -r1.815 --- the-canvas-element.html 30 Sep 2010 23:23:37 -0000 1.814 +++ the-canvas-element.html 1 Oct 2010 06:23:33 -0000 1.815 @@ -311,7 +311,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4453</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4454</span></h1> </div><div> <a href="video.html">← 4.8.6 The video element</a> – <a href="Overview.html#contents">Table of contents</a> – Index: tabular-data.html =================================================================== RCS file: /sources/public/html5/spec-author-view/tabular-data.html,v retrieving revision 1.804 retrieving revision 1.805 diff -u -d -r1.804 -r1.805 --- tabular-data.html 30 Sep 2010 23:23:37 -0000 1.804 +++ tabular-data.html 1 Oct 2010 06:23:33 -0000 1.805 @@ -311,7 +311,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4453</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4454</span></h1> </div><div> <a href="the-map-element.html">← 4.8.11 The map element</a> – <a href="Overview.html#contents">Table of contents</a> – Index: the-iframe-element.html =================================================================== RCS file: /sources/public/html5/spec-author-view/the-iframe-element.html,v retrieving revision 1.278 retrieving revision 1.279 diff -u -d -r1.278 -r1.279 --- the-iframe-element.html 30 Sep 2010 23:23:37 -0000 1.278 +++ the-iframe-element.html 1 Oct 2010 06:23:33 -0000 1.279 @@ -311,7 +311,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4453</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4454</span></h1> </div><div> <a href="embedded-content-1.html">← 4.8 Embedded content</a> – <a href="Overview.html#contents">Table of contents</a> – Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec-author-view/Overview.html,v retrieving revision 1.1167 retrieving revision 1.1168 diff -u -d -r1.1167 -r1.1168 --- Overview.html 30 Sep 2010 23:23:29 -0000 1.1167 +++ Overview.html 1 Oct 2010 06:23:28 -0000 1.1168 @@ -308,9 +308,9 @@ </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4453</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4454</span></h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor-s-draft-30-september-2010">Editor's Draft 30 September 2010</h2> + <h2 class="no-num no-toc" id="editor-s-draft-1-october-2010">Editor's Draft 1 October 2010</h2> <dl><dt>Latest Published Version:</dt> <dd><a href="http://www.w3.org/TR/html5/author/">http://www.w3.org/TR/html5/author/</a></dd> <dt>Latest Editor's Draft:</dt> @@ -328,7 +328,7 @@ <dt>Editors:</dt> <dd><a href="mailto:ian@hixie.ch">Ian Hickson</a>, Google, Inc.</dd> </dl><p>This specification is available in the following formats: <a href="spec.html">single page HTML</a>, <a href="Overview.html">multipage HTML</a>, <a href="http://dev.w3.org/html5/spec/">full specification</a>. - This is revision 1.4453.</p> + This is revision 1.4454.</p> <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2010 <a href="http://www.w3.org/"><abbr title="World Wide Web Consortium">W3C</abbr></a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><abbr title="Massachusetts @@ -421,7 +421,7 @@ Group</a> is the W3C working group responsible for this specification's progress along the W3C Recommendation track. - This specification is the 30 September 2010 Editor's Draft. + This specification is the 1 October 2010 Editor's Draft. </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>Work on this specification is also done at the <a href="http://www.whatwg.org/">WHATWG</a>. The W3C HTML working group actively pursues convergence with the WHATWG, as required by the <a href="http://www.w3.org/2007/03/HTML-WG-charter">W3C HTML working group charter</a>.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- required patent boilerplate --><p>This document was produced by a group operating under the <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5 Index: association-of-controls-and-forms.html =================================================================== RCS file: /sources/public/html5/spec-author-view/association-of-controls-and-forms.html,v retrieving revision 1.258 retrieving revision 1.259 diff -u -d -r1.258 -r1.259 --- association-of-controls-and-forms.html 30 Sep 2010 23:23:29 -0000 1.258 +++ association-of-controls-and-forms.html 1 Oct 2010 06:23:29 -0000 1.259 @@ -311,7 +311,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4453</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4454</span></h1> </div><div> <a href="the-button-element.html">← 4.10.8 The button element</a> – <a href="Overview.html#contents">Table of contents</a> – Index: index-of-terms.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index-of-terms.html,v retrieving revision 1.113 retrieving revision 1.114 diff -u -d -r1.113 -r1.114 --- index-of-terms.html 30 Sep 2010 23:23:32 -0000 1.113 +++ index-of-terms.html 1 Oct 2010 06:23:29 -0000 1.114 @@ -311,7 +311,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4453</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4454</span></h1> </div><div> <a href="index.html">← Index</a> – <a href="Overview.html#contents">Table of contents</a> – Index: history.html =================================================================== RCS file: /sources/public/html5/spec-author-view/history.html,v retrieving revision 1.816 retrieving revision 1.817 diff -u -d -r1.816 -r1.817 --- history.html 30 Sep 2010 23:23:31 -0000 1.816 +++ history.html 1 Oct 2010 06:23:29 -0000 1.817 @@ -311,7 +311,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4453</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4454</span></h1> </div><div> <a href="origin-0.html">← 5.3 Origin</a> – <a href="Overview.html#contents">Table of contents</a> – Index: origin-0.html =================================================================== RCS file: /sources/public/html5/spec-author-view/origin-0.html,v retrieving revision 1.238 retrieving revision 1.239 diff -u -d -r1.238 -r1.239 --- origin-0.html 30 Sep 2010 23:23:33 -0000 1.238 +++ origin-0.html 1 Oct 2010 06:23:30 -0000 1.239 @@ -311,7 +311,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4453</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4454</span></h1> </div><div> <a href="browsers.html">← 5 Loading Web pages</a> – <a href="Overview.html#contents">Table of contents</a> – Index: common-input-element-attributes.html =================================================================== RCS file: /sources/public/html5/spec-author-view/common-input-element-attributes.html,v retrieving revision 1.266 retrieving revision 1.267 diff -u -d -r1.266 -r1.267 --- common-input-element-attributes.html 30 Sep 2010 23:23:30 -0000 1.266 +++ common-input-element-attributes.html 1 Oct 2010 06:23:29 -0000 1.267 @@ -311,7 +311,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4453</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4454</span></h1> </div><div> <a href="number-state.html">← 4.10.7.1.13 Number state</a> – <a href="Overview.html#contents">Table of contents</a> – Index: dom.html =================================================================== RCS file: /sources/public/html5/spec-author-view/dom.html,v retrieving revision 1.821 retrieving revision 1.822 diff -u -d -r1.821 -r1.822 --- dom.html 30 Sep 2010 23:23:30 -0000 1.821 +++ dom.html 1 Oct 2010 06:23:29 -0000 1.822 @@ -311,7 +311,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4453</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4454</span></h1> </div><div> <a href="urls.html">← 2.6 URLs</a> – <a href="Overview.html#contents">Table of contents</a> – Index: embedded-content-1.html =================================================================== RCS file: /sources/public/html5/spec-author-view/embedded-content-1.html,v retrieving revision 1.271 retrieving revision 1.272 diff -u -d -r1.271 -r1.272 --- embedded-content-1.html 30 Sep 2010 23:23:30 -0000 1.271 +++ embedded-content-1.html 1 Oct 2010 06:23:29 -0000 1.272 @@ -311,7 +311,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4453</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4454</span></h1> </div><div> <a href="edits.html">← 4.7 Edits</a> – <a href="Overview.html#contents">Table of contents</a> – Index: the-input-element.html =================================================================== RCS file: /sources/public/html5/spec-author-view/the-input-element.html,v retrieving revision 1.256 retrieving revision 1.257 diff -u -d -r1.256 -r1.257 --- the-input-element.html 30 Sep 2010 23:23:37 -0000 1.256 +++ the-input-element.html 1 Oct 2010 06:23:33 -0000 1.257 @@ -311,7 +311,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4453</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4454</span></h1> </div><div> <a href="forms.html">← 4.10 Forms</a> – <a href="Overview.html#contents">Table of contents</a> – Index: acknowledgements.html =================================================================== RCS file: /sources/public/html5/spec-author-view/acknowledgements.html,v retrieving revision 1.829 retrieving revision 1.830 diff -u -d -r1.829 -r1.830 --- acknowledgements.html 30 Sep 2010 23:23:29 -0000 1.829 +++ acknowledgements.html 1 Oct 2010 06:23:28 -0000 1.830 @@ -310,7 +310,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4453</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4454</span></h1> </div><div> <a href="references.html">← References</a> – <a href="Overview.html#contents">Table of contents</a> Index: grouping-content.html =================================================================== RCS file: /sources/public/html5/spec-author-view/grouping-content.html,v retrieving revision 1.267 retrieving revision 1.268 diff -u -d -r1.267 -r1.268 --- grouping-content.html 30 Sep 2010 23:23:31 -0000 1.267 +++ grouping-content.html 1 Oct 2010 06:23:29 -0000 1.268 @@ -311,7 +311,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4453</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4454</span></h1> </div><div> <a href="sections.html">← 4.4 Sections</a> – <a href="Overview.html#contents">Table of contents</a> – Index: timers.html =================================================================== RCS file: /sources/public/html5/spec-author-view/timers.html,v retrieving revision 1.260 retrieving revision 1.261 diff -u -d -r1.260 -r1.261 --- timers.html 30 Sep 2010 23:23:37 -0000 1.260 +++ timers.html 1 Oct 2010 06:23:33 -0000 1.261 @@ -311,7 +311,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4453</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4454</span></h1> </div><div> <a href="webappapis.html">← 6 Web application APIs</a> – <a href="Overview.html#contents">Table of contents</a> – Index: elements.html =================================================================== RCS file: /sources/public/html5/spec-author-view/elements.html,v retrieving revision 1.275 retrieving revision 1.276 diff -u -d -r1.275 -r1.276 --- elements.html 30 Sep 2010 23:23:30 -0000 1.275 +++ elements.html 1 Oct 2010 06:23:29 -0000 1.276 @@ -311,7 +311,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4453</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4454</span></h1> </div><div> <a href="dom.html">← 3 Semantics, structure, and APIs of HTML documents</a> – <a href="Overview.html#contents">Table of contents</a> – Index: urls.html =================================================================== RCS file: /sources/public/html5/spec-author-view/urls.html,v retrieving revision 1.270 retrieving revision 1.271 diff -u -d -r1.270 -r1.271 --- urls.html 30 Sep 2010 23:23:37 -0000 1.270 +++ urls.html 1 Oct 2010 06:23:33 -0000 1.271 @@ -311,7 +311,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4453</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4454</span></h1> </div><div> <a href="common-microsyntaxes.html">← 2.5 Common microsyntaxes</a> – <a href="Overview.html#contents">Table of contents</a> – Index: iana.html =================================================================== RCS file: /sources/public/html5/spec-author-view/iana.html,v retrieving revision 1.266 retrieving revision 1.267 diff -u -d -r1.266 -r1.267 --- iana.html 30 Sep 2010 23:23:31 -0000 1.266 +++ iana.html 1 Oct 2010 06:23:29 -0000 1.267 @@ -311,7 +311,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4453</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4454</span></h1> </div><div> <a href="obsolete.html">← 10 Obsolete features</a> – <a href="Overview.html#contents">Table of contents</a> – Index: forms.html =================================================================== RCS file: /sources/public/html5/spec-author-view/forms.html,v retrieving revision 1.811 retrieving revision 1.812 diff -u -d -r1.811 -r1.812 --- forms.html 30 Sep 2010 23:23:30 -0000 1.811 +++ forms.html 1 Oct 2010 06:23:29 -0000 1.812 @@ -311,7 +311,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4453</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4454</span></h1> </div><div> <a href="tabular-data.html">← 4.9 Tabular data</a> – <a href="Overview.html#contents">Table of contents</a> – Index: interactive-elements.html =================================================================== RCS file: /sources/public/html5/spec-author-view/interactive-elements.html,v retrieving revision 1.812 retrieving revision 1.813 diff -u -d -r1.812 -r1.813 --- interactive-elements.html 30 Sep 2010 23:23:32 -0000 1.812 +++ interactive-elements.html 1 Oct 2010 06:23:30 -0000 1.813 @@ -311,7 +311,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4453</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4454</span></h1> </div><div> <a href="association-of-controls-and-forms.html">← 4.10.18 Association of controls and forms</a> – <a href="Overview.html#contents">Table of contents</a> – Index: editing.html =================================================================== RCS file: /sources/public/html5/spec-author-view/editing.html,v retrieving revision 1.817 retrieving revision 1.818 diff -u -d -r1.817 -r1.818 --- editing.html 30 Sep 2010 23:23:30 -0000 1.817 +++ editing.html 1 Oct 2010 06:23:29 -0000 1.818 @@ -311,7 +311,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4453</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4454</span></h1> </div><div> <a href="timers.html">← 6.2 Timers</a> – <a href="Overview.html#contents">Table of contents</a> – Index: video.html =================================================================== RCS file: /sources/public/html5/spec-author-view/video.html,v retrieving revision 1.836 retrieving revision 1.837 diff -u -d -r1.836 -r1.837 --- video.html 30 Sep 2010 23:23:37 -0000 1.836 +++ video.html 1 Oct 2010 06:23:33 -0000 1.837 @@ -311,7 +311,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4453</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4454</span></h1> </div><div> <a href="the-iframe-element.html">← 4.8.2 The iframe element</a> – <a href="Overview.html#contents">Table of contents</a> – Index: browsers.html =================================================================== RCS file: /sources/public/html5/spec-author-view/browsers.html,v retrieving revision 1.827 retrieving revision 1.828 diff -u -d -r1.827 -r1.828 --- browsers.html 30 Sep 2010 23:23:29 -0000 1.827 +++ browsers.html 1 Oct 2010 06:23:29 -0000 1.828 @@ -311,7 +311,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4453</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4454</span></h1> </div><div> <a href="links.html">← 4.12 Links</a> – <a href="Overview.html#contents">Table of contents</a> – Index: edits.html =================================================================== RCS file: /sources/public/html5/spec-author-view/edits.html,v retrieving revision 1.253 retrieving revision 1.254 diff -u -d -r1.253 -r1.254 --- edits.html 30 Sep 2010 23:23:30 -0000 1.253 +++ edits.html 1 Oct 2010 06:23:29 -0000 1.254 @@ -311,7 +311,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4453</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4454</span></h1> </div><div> <a href="text-level-semantics.html">← 4.6 Text-level semantics</a> – <a href="Overview.html#contents">Table of contents</a> – Index: the-xhtml-syntax.html =================================================================== RCS file: /sources/public/html5/spec-author-view/the-xhtml-syntax.html,v retrieving revision 1.794 retrieving revision 1.795 diff -u -d -r1.794 -r1.795 --- the-xhtml-syntax.html 30 Sep 2010 23:23:37 -0000 1.794 +++ the-xhtml-syntax.html 1 Oct 2010 06:23:33 -0000 1.795 @@ -311,7 +311,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4453</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4454</span></h1> </div><div> <a href="named-character-references.html">← 8.2 Named character references</a> – <a href="Overview.html#contents">Table of contents</a> – Index: offline.html =================================================================== RCS file: /sources/public/html5/spec-author-view/offline.html,v retrieving revision 1.812 retrieving revision 1.813 diff -u -d -r1.812 -r1.813 --- offline.html 30 Sep 2010 23:23:33 -0000 1.812 +++ offline.html 1 Oct 2010 06:23:30 -0000 1.813 @@ -311,7 +311,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4453</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4454</span></h1> </div><div> <a href="history.html">← 5.4 Session history and navigation</a> – <a href="Overview.html#contents">Table of contents</a> – Index: content-models.html =================================================================== RCS file: /sources/public/html5/spec-author-view/content-models.html,v retrieving revision 1.268 retrieving revision 1.269 diff -u -d -r1.268 -r1.269 --- content-models.html 30 Sep 2010 23:23:30 -0000 1.268 +++ content-models.html 1 Oct 2010 06:23:29 -0000 1.269 @@ -311,7 +311,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4453</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4454</span></h1> </div><div> <a href="elements.html">← 3.2 Elements</a> – <a href="Overview.html#contents">Table of contents</a> – Index: states-of-the-type-attribute.html =================================================================== RCS file: /sources/public/html5/spec-author-view/states-of-the-type-attribute.html,v retrieving revision 1.263 retrieving revision 1.264 diff -u -d -r1.263 -r1.264 --- states-of-the-type-attribute.html 30 Sep 2010 23:23:36 -0000 1.263 +++ states-of-the-type-attribute.html 1 Oct 2010 06:23:33 -0000 1.264 @@ -311,7 +311,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4453</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4454</span></h1> </div><div> <a href="the-input-element.html">← 4.10.7 The input element</a> – <a href="Overview.html#contents">Table of contents</a> – Index: apis-in-html-documents.html =================================================================== RCS file: /sources/public/html5/spec-author-view/apis-in-html-documents.html,v retrieving revision 1.263 retrieving revision 1.264 diff -u -d -r1.263 -r1.264 --- apis-in-html-documents.html 30 Sep 2010 23:23:29 -0000 1.263 +++ apis-in-html-documents.html 1 Oct 2010 06:23:28 -0000 1.264 @@ -311,7 +311,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4453</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4454</span></h1> </div><div> <a href="content-models.html">← 3.2.5 Content models</a> – <a href="Overview.html#contents">Table of contents</a> – Index: obsolete.html =================================================================== RCS file: /sources/public/html5/spec-author-view/obsolete.html,v retrieving revision 1.814 retrieving revision 1.815 diff -u -d -r1.814 -r1.815 --- obsolete.html 30 Sep 2010 23:23:33 -0000 1.814 +++ obsolete.html 1 Oct 2010 06:23:30 -0000 1.815 @@ -311,7 +311,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4453</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4454</span></h1> </div><div> <a href="the-xhtml-syntax.html">← 9 The XHTML syntax</a> – <a href="Overview.html#contents">Table of contents</a> – Index: named-character-references.html =================================================================== RCS file: /sources/public/html5/spec-author-view/named-character-references.html,v retrieving revision 1.813 retrieving revision 1.814 diff -u -d -r1.813 -r1.814 --- named-character-references.html 30 Sep 2010 23:23:32 -0000 1.813 +++ named-character-references.html 1 Oct 2010 06:23:30 -0000 1.814 @@ -311,7 +311,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4453</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4454</span></h1> </div><div> <a href="syntax.html">← 8 The HTML syntax</a> – <a href="Overview.html#contents">Table of contents</a> – Index: references.html =================================================================== RCS file: /sources/public/html5/spec-author-view/references.html,v retrieving revision 1.810 retrieving revision 1.811 diff -u -d -r1.810 -r1.811 --- references.html 30 Sep 2010 23:23:33 -0000 1.810 +++ references.html 1 Oct 2010 06:23:30 -0000 1.811 @@ -311,7 +311,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4453</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4454</span></h1> </div><div> <a href="index-of-terms.html">← Index of terms</a> – <a href="Overview.html#contents">Table of contents</a> – Index: semantics.html =================================================================== RCS file: /sources/public/html5/spec-author-view/semantics.html,v retrieving revision 1.824 retrieving revision 1.825 diff -u -d -r1.824 -r1.825 --- semantics.html 30 Sep 2010 23:23:33 -0000 1.824 +++ semantics.html 1 Oct 2010 06:23:30 -0000 1.825 @@ -311,7 +311,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4453</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4454</span></h1> </div><div> <a href="apis-in-html-documents.html">← 3.3 APIs in HTML documents</a> – <a href="Overview.html#contents">Table of contents</a> – Index: index.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index.html,v retrieving revision 1.827 retrieving revision 1.828 diff -u -d -r1.827 -r1.828 --- index.html 30 Sep 2010 23:23:32 -0000 1.827 +++ index.html 1 Oct 2010 06:23:29 -0000 1.828 @@ -311,7 +311,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4453</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4454</span></h1> </div><div> <a href="iana.html">← 11 IANA considerations</a> – <a href="Overview.html#contents">Table of contents</a> – Index: the-button-element.html =================================================================== RCS file: /sources/public/html5/spec-author-view/the-button-element.html,v retrieving revision 1.265 retrieving revision 1.266 diff -u -d -r1.265 -r1.266 --- the-button-element.html 30 Sep 2010 23:23:37 -0000 1.265 +++ the-button-element.html 1 Oct 2010 06:23:33 -0000 1.266 @@ -311,7 +311,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4453</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4454</span></h1> </div><div> <a href="common-input-element-attributes.html">← 4.10.7.2 Common input element attributes</a> – <a href="Overview.html#contents">Table of contents</a> – Index: dnd.html =================================================================== RCS file: /sources/public/html5/spec-author-view/dnd.html,v retrieving revision 1.262 retrieving revision 1.263 diff -u -d -r1.262 -r1.263 --- dnd.html 30 Sep 2010 23:23:30 -0000 1.262 +++ dnd.html 1 Oct 2010 06:23:29 -0000 1.263 @@ -311,7 +311,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4453</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4454</span></h1> </div><div> <a href="editing.html">← 7 User interaction</a> – <a href="Overview.html#contents">Table of contents</a> – Index: links.html =================================================================== RCS file: /sources/public/html5/spec-author-view/links.html,v retrieving revision 1.269 retrieving revision 1.270 diff -u -d -r1.269 -r1.270 --- links.html 30 Sep 2010 23:23:32 -0000 1.269 +++ links.html 1 Oct 2010 06:23:30 -0000 1.270 @@ -311,7 +311,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4453</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4454</span></h1> </div><div> <a href="commands.html">← 4.11.5 Commands</a> – <a href="Overview.html#contents">Table of contents</a> – Index: spec.html =================================================================== RCS file: /sources/public/html5/spec-author-view/spec.html,v retrieving revision 1.1192 retrieving revision 1.1193 diff -u -d -r1.1192 -r1.1193 --- spec.html 30 Sep 2010 23:23:33 -0000 1.1192 +++ spec.html 1 Oct 2010 06:23:30 -0000 1.1193 @@ -309,9 +309,9 @@ </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script></head><body onload="init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4453</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4454</span></h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor-s-draft-30-september-2010">Editor's Draft 30 September 2010</h2> + <h2 class="no-num no-toc" id="editor-s-draft-1-october-2010">Editor's Draft 1 October 2010</h2> <dl><dt>Latest Published Version:</dt> <dd><a href="http://www.w3.org/TR/html5/author/">http://www.w3.org/TR/html5/author/</a></dd> <dt>Latest Editor's Draft:</dt> @@ -329,7 +329,7 @@ <dt>Editors:</dt> <dd><a href="mailto:ian@hixie.ch">Ian Hickson</a>, Google, Inc.</dd> </dl><p>This specification is available in the following formats: <a href="spec.html">single page HTML</a>, <a href="Overview.html">multipage HTML</a>, <a href="http://dev.w3.org/html5/spec/">full specification</a>. - This is revision 1.4453.</p> + This is revision 1.4454.</p> <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2010 <a href="http://www.w3.org/"><abbr title="World Wide Web Consortium">W3C</abbr></a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><abbr title="Massachusetts @@ -422,7 +422,7 @@ Group</a> is the W3C working group responsible for this specification's progress along the W3C Recommendation track. - This specification is the 30 September 2010 Editor's Draft. + This specification is the 1 October 2010 Editor's Draft. </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>Work on this specification is also done at the <a href="http://www.whatwg.org/">WHATWG</a>. The W3C HTML working group actively pursues convergence with the WHATWG, as required by the <a href="http://www.w3.org/2007/03/HTML-WG-charter">W3C HTML working group charter</a>.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- required patent boilerplate --><p>This document was produced by a group operating under the <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5 @@ -12585,7 +12585,37 @@ </dd> - </dl><h4 id="the-area-element"><span class="secno">4.8.12 </span>The <dfn><code>area</code></dfn> element</h4><dl class="element"><dt>Categories</dt> + </dl><div class="example"> + + <p>Image maps can be defined in conjunction with other content on + the page, to ease maintenance. This example is of a page with an + image map at the top of the page and a corresponding set of text + links at the bottom.</p> + + <pre><!DOCTYPE HTML> +<TITLE>Babies™: Toys</TITLE> +<HEADER> + <H1>Toys</H1> + <IMG SRC="/images/menu.gif" + ALT="Babies™ navigation menu. Select a department to go to its page." + USEMAP="#NAV"> +</HEADER> + ... +<FOOTER> + <MAP NAME="NAV"> + <P> + <A HREF="/clothes/">Clothes</A> + <AREA ALT="Clothes" COORDS="0,0,100,50" HREF="/clothes/"> | + <A HREF="/toys/">Toys</A> + <AREA ALT="Toys" COORDS="0,0,100,50" HREF="/toys/"> | + <A HREF="/food/">Food</A> + <AREA ALT="Food" COORDS="0,0,100,50" HREF="/food/"> | + <A HREF="/books/">Books</A> + <AREA ALT="Books" COORDS="0,0,100,50" HREF="/books/"> + </MAP> +</FOOTER></pre> + + </div><h4 id="the-area-element"><span class="secno">4.8.12 </span>The <dfn><code>area</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="#flow-content" id="flow-content-106">Flow content</a>.</dd> <dd><a href="#phrasing-content" id="phrasing-content-117">Phrasing content</a>.</dd> <dt>Contexts in which this element can be used:</dt> Index: number-state.html =================================================================== RCS file: /sources/public/html5/spec-author-view/number-state.html,v retrieving revision 1.258 retrieving revision 1.259 diff -u -d -r1.258 -r1.259 --- number-state.html 30 Sep 2010 23:23:33 -0000 1.258 +++ number-state.html 1 Oct 2010 06:23:30 -0000 1.259 @@ -311,7 +311,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4453</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4454</span></h1> </div><div> <a href="states-of-the-type-attribute.html">← 4.10.7.1 States of the type attribute</a> – <a href="Overview.html#contents">Table of contents</a> – Index: sections.html =================================================================== RCS file: /sources/public/html5/spec-author-view/sections.html,v retrieving revision 1.271 retrieving revision 1.272 diff -u -d -r1.271 -r1.272 --- sections.html 30 Sep 2010 23:23:33 -0000 1.271 +++ sections.html 1 Oct 2010 06:23:30 -0000 1.272 @@ -311,7 +311,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4453</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4454</span></h1> </div><div> <a href="scripting-1.html">← 4.3 Scripting</a> – <a href="Overview.html#contents">Table of contents</a> – Index: introduction.html =================================================================== RCS file: /sources/public/html5/spec-author-view/introduction.html,v retrieving revision 1.819 retrieving revision 1.820 diff -u -d -r1.819 -r1.820 --- introduction.html 30 Sep 2010 23:23:32 -0000 1.819 +++ introduction.html 1 Oct 2010 06:23:30 -0000 1.820 @@ -310,7 +310,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4453</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4454</span></h1> </div><div> <a href="Overview.html#contents">Table of contents</a> – <a href="infrastructure.html">2 Common infrastructure →</a> Index: commands.html =================================================================== RCS file: /sources/public/html5/spec-author-view/commands.html,v retrieving revision 1.255 retrieving revision 1.256 diff -u -d -r1.255 -r1.256 --- commands.html 30 Sep 2010 23:23:30 -0000 1.255 +++ commands.html 1 Oct 2010 06:23:29 -0000 1.256 @@ -311,7 +311,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4453</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4454</span></h1> </div><div> <a href="interactive-elements.html">← 4.11 Interactive elements</a> – <a href="Overview.html#contents">Table of contents</a> – Index: common-microsyntaxes.html =================================================================== RCS file: /sources/public/html5/spec-author-view/common-microsyntaxes.html,v retrieving revision 1.260 retrieving revision 1.261 diff -u -d -r1.260 -r1.261 --- common-microsyntaxes.html 30 Sep 2010 23:23:30 -0000 1.260 +++ common-microsyntaxes.html 1 Oct 2010 06:23:29 -0000 1.261 @@ -311,7 +311,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4453</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4454</span></h1> </div><div> <a href="infrastructure.html">← 2 Common infrastructure</a> – <a href="Overview.html#contents">Table of contents</a> – Index: syntax.html =================================================================== RCS file: /sources/public/html5/spec-author-view/syntax.html,v retrieving revision 1.822 retrieving revision 1.823 diff -u -d -r1.822 -r1.823 --- syntax.html 30 Sep 2010 23:23:36 -0000 1.822 +++ syntax.html 1 Oct 2010 06:23:33 -0000 1.823 @@ -311,7 +311,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4453</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4454</span></h1> </div><div> <a href="dnd.html">← 7.9 Drag and drop</a> – <a href="Overview.html#contents">Table of contents</a> – Index: webappapis.html =================================================================== RCS file: /sources/public/html5/spec-author-view/webappapis.html,v retrieving revision 1.242 retrieving revision 1.243 diff -u -d -r1.242 -r1.243 --- webappapis.html 30 Sep 2010 23:23:37 -0000 1.242 +++ webappapis.html 1 Oct 2010 06:23:33 -0000 1.243 @@ -311,7 +311,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4453</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4454</span></h1> </div><div> <a href="offline.html">← 5.6 Offline Web applications</a> – <a href="Overview.html#contents">Table of contents</a> – Index: spec.preprocessed.html =================================================================== RCS file: /sources/public/html5/spec-author-view/spec.preprocessed.html,v retrieving revision 1.103 retrieving revision 1.104 diff -u -d -r1.103 -r1.104 --- spec.preprocessed.html 30 Sep 2010 23:23:36 -0000 1.103 +++ spec.preprocessed.html 1 Oct 2010 06:23:32 -0000 1.104 @@ -317,9 +317,9 @@ </head><body onload="init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4453</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4454</span></h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="editor-s-draft-30-september-2010">Editor's Draft 30 September 2010</h2> + <h2 class="no-num no-toc" id="editor-s-draft-1-october-2010">Editor's Draft 1 October 2010</h2> <dl><dt>Latest Published Version:</dt> <dd><a href="http://www.w3.org/TR/html5/author/">http://www.w3.org/TR/html5/author/</a></dd> <dt>Latest Editor's Draft:</dt> @@ -337,7 +337,7 @@ <dt>Editors:</dt> <dd><a href="mailto:ian@hixie.ch">Ian Hickson</a>, Google, Inc.</dd> </dl><p>This specification is available in the following formats: <a href="spec.html">single page HTML</a>, <a href="Overview.html">multipage HTML</a>, <a href="http://dev.w3.org/html5/spec/">full specification</a>. - This is revision 1.4453.</p> + This is revision 1.4454.</p> <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2010 <a href="http://www.w3.org/"><abbr title="World Wide Web Consortium">W3C</abbr></a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><abbr title="Massachusetts @@ -431,7 +431,7 @@ Group</a> is the W3C working group responsible for this specification's progress along the W3C Recommendation track. - This specification is the 30 September 2010 Editor's Draft. + This specification is the 1 October 2010 Editor's Draft. </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>Work on this specification is also done at the <a href="http://www.whatwg.org/">WHATWG</a>. The W3C HTML working group actively pursues convergence with the WHATWG, as required by the <a href="http://www.w3.org/2007/03/HTML-WG-charter">W3C HTML working group charter</a>.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- required patent boilerplate --><p>This document was produced by a group operating under the <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5 @@ -23809,6 +23809,36 @@ <p>The IDL attribute <dfn id="dom-map-name" title="dom-map-name"><code>name</code></dfn> must <a href="#reflect">reflect</a> the content attribute of the same name.</p> + </div><div class="example"> + + <p>Image maps can be defined in conjunction with other content on + the page, to ease maintenance. This example is of a page with an + image map at the top of the page and a corresponding set of text + links at the bottom.</p> + + <pre><!DOCTYPE HTML> +<TITLE>Babies™: Toys</TITLE> +<HEADER> + <H1>Toys</H1> + <IMG SRC="/images/menu.gif" + ALT="Babies™ navigation menu. Select a department to go to its page." + USEMAP="#NAV"> +</HEADER> + ... +<FOOTER> + <MAP NAME="NAV"> + <P> + <A HREF="/clothes/">Clothes</A> + <AREA ALT="Clothes" COORDS="0,0,100,50" HREF="/clothes/"> | + <A HREF="/toys/">Toys</A> + <AREA ALT="Toys" COORDS="0,0,100,50" HREF="/toys/"> | + <A HREF="/food/">Food</A> + <AREA ALT="Food" COORDS="0,0,100,50" HREF="/food/"> | + <A HREF="/books/">Books</A> + <AREA ALT="Books" COORDS="0,0,100,50" HREF="/books/"> + </MAP> +</FOOTER></pre> + </div><h4 id="the-area-element"><span class="secno">4.8.12 </span>The <dfn><code>area</code></dfn> element</h4><dl class="element"><dt>Categories</dt> <dd><a href="#flow-content">Flow content</a>.</dd> <dd><a href="#phrasing-content">Phrasing content</a>.</dd>
Received on Friday, 1 October 2010 06:23:40 UTC