- From: Joris Huizer <joris_huizer@yahoo.com>
- Date: Thu, 12 Dec 2002 13:23:45 -0800 (PST)
- To: www-html@w3.org, www-html-editor@w3.org
My first point is, it's hard to find the image maps;
it kind of looks like it's been forgotten in the Table
of contents
Now, have a look at this snippet, copied from
http://www.w3.org/TR/2002/WD-xhtml2-20021211/mod-csImgMap.html#sec_0.2.1.
---
<html xmlns="http://www.w3.org/2002/06/xhtml2">
<head>
<title>The cool site!</title>
</head>
<body>
<p src="navbar1.png" type="image/png"
usemap="#map1">
<map id="map1">
<nl>
<label>Navigate the site:</label>
<li href="guide.html" shape="rect"
coords="0,0,118,28">
Access Guide</li>
<li href="shortcut.html" shape="rect"
coords="118,0,184,28">
Go</li>
<li href="search.html" shape="circle"
coords="184,200,60">
Search</li>
<li href="top10.html" shape="poly"
coords="276,0,276,28,100,200,50,50,276,0">
Top Ten</li>
</nl>
</map>
</p>
</body>
</html>
---
the map is not inside an <object>, as the text states,
but it's inside a <p> tag - I'm sure this is a mistake
- the example below this one does the same, but the
last example is correct (it uses an <object> )
--- Masayasu Ishikawa <mimasa@w3.org> wrote:
>
> The W3C HTML Working Group has published the
> following documents
> recently.
>
> Modularization of XHTML in XML Schema
>
> W3C Working Draft 9 December 2002
> Available at:
>
http://www.w3.org/TR/2002/WD-xhtml-m12n-schema-20021209
>
> This is the Last Call Working Draft of
> "Modularization of XHTML in
> XML Schema". After going through Last Call, this
> document will be
> integrated into a new edition of Modularization of
> XHTML. The Last
> Call review period ends 31 January 2003. Please
> send your Last Call
> comments to www-html-editor@w3.org, archived at:
>
> http://lists.w3.org/Archives/Public/www-html-editor/
>
> XHTML 2.0
>
> W3C Working Draft 11 December 2002
> Available at:
> http://www.w3.org/TR/2002/WD-xhtml2-20021211
>
> This is the second public Working Draft of XHTML
> 2.0. The HTML
> Working Group thanks the community for sending a
> lot of comments
> on the first draft published in August 2002.
> While not all of
> those comments are reflected in the second draft,
> the Working Group
> is actively working on resolving those issues.
> Some unresolved
> issues are marked as issues in the draft, and more
> are under
> discussion.
>
> This document is still very much under
> development, and should in
> no way be considered stable, nor should be
> referenced for any
> purposes whatsoever. This draft *does not*
> address the issues
> revolving around the use of XLink by XHTML 2.
> Those issues are
> being worked independent of the evolution of this
> specification.
> Those issues should, of course, be resolved as
> quickly as possible,
> and the resolution will be reflected in a future
> draft.
>
> Comments on this document should be sent to
> www-html-editor@w3.org.
>
> Of cource public discussion on these documents may
> take place here.
>
> Regards,
> --
> Masayasu Ishikawa / mimasa@w3.org
> W3C - World Wide Web Consortium
> HTML Activity Lead, Team Contact for the HTML WG
>
__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com
Received on Thursday, 12 December 2002 16:23:54 UTC