Go Back   Trackpads Community > General Discussions > Computer and Technology > Web Design

Web Design Forums and discussions on webdesign

Web Design

Reply
 
LinkBack Thread Tools
Old 01-15-2005, 19:00   #1 (permalink)
Kerberos
Civilians

 
Default XHTML 1.0 strict vs XHTML 1.1

I have designed XHTML Strict web sites so far, and I was wondering if I
could design XHTML 1.1 web sites from now on. I serve my pages as
application/xhtml+xml thanks to PHP (the script negociates whether the
client accepts this MIME type or not, else serves the page as text/html)
Do you create your pages in XHTML 1.1?
I'd like to do it, is there a problem doing it?

--

Kerberos.

http://www.opera.com
http://www.freebsd.org
http://www.auriance.com
http://www.osresources.com
http://exodus.jabberstudio.org
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Trackpads Information
Click to Visit
Old 01-15-2005, 21:00   #2 (permalink)
GreyWyvern
Civilians

 
Default Re: XHTML 1.0 strict vs XHTML 1.1

On Sat, 15 Jan 2005 2044 -0200, Kerberos <me@privacy.net> wrote:

> I have designed XHTML Strict web sites so far, and I was wondering if I
> could design XHTML 1.1 web sites from now on. I serve my pages as
> application/xhtml+xml thanks to PHP (the script negociates whether the
> client accepts this MIME type or not, else serves the page as text/html)
> Do you create your pages in XHTML 1.1?
> I'd like to do it, is there a problem doing it?


There is virtually no difference between XHTML 1.0 Strict and XHTML 1.1

<http://www.w3.org/TR/xhtml11/changes.html#a_changes1>

The only big concern, from the URI above, is that in imagemaps, the
"usemap" attribute must be a plain text label (no preceeding #-sign)
pointing to a <map> "id" attribute (not a "name" attribute).
Unfortunately, MSIE does not understand the "usemap" attribute without the
#-sign.

eg.

<img src="[URI]" alt="This is an image map" usemap="thismap" />
<map id="thismap">
...
</map>

.... is valid XHTML 1.1. MSIE, while it *does* understand the use of "id"
in the <map> element rather than "name", will only understand the
following:

<img src="[URI]" alt="This is an image map" usemap="#thismap" />
<map id="thismap">
...
</map>

.... which is *not* valid XHTML 1.1.

Other than that, if your pages are valid XHTML 1.0 Strict and work with
the application/xhtml+xml MIME type, you're already most of the way there.

Grey

--
The technical axiom that nothing is impossible sinisterly implies the
pitfall corollary that nothing is ridiculous.
- http://www.greywyvern.com/webslavent.php?msg=53 - Opera puffin mascot
campaign!
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 01-17-2005, 08:00   #3 (permalink)
Kerberos
Civilians

 
Default Re: XHTML 1.0 strict vs XHTML 1.1

Em Sat, 15 Jan 2005 19:55:56 -0500, GreyWyvern <spam@greywyvern.com>
escreveu:

> The only big concern, from the URI above, is that in imagemaps


Thanks! Good to know, actually I (almost?) never use image maps.

I'll give it a try and post it here some more day

--

Kerberos.

http://www.opera.com
http://www.freebsd.org
http://www.auriance.com
http://www.osresources.com
http://exodus.jabberstudio.org
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
XHTML ? Slava.Shklyar Web Design 7 07-15-2005 00:00
HTML within XHTML ? Al Wilkerson Web Design 1 05-27-2005 16:00
iframe alternative for xhtml 1.0 strict? Unknown User Web Design 5 04-05-2005 12:00
XHTML and the & in url's. nospam@geniegate.com Web Design 8 01-03-2005 08:00
XHTML 1.0 vs. XHTML 1.1 Kerberos Web Design 4 11-22-2004 10:00


Community Information
Options
Quick Options
Trackpads Non-Commercial Ad
Copyright Information Click to Visit
Time
Server Time
All times are GMT -4. The time now is 10:42.
Copyright
Copyright Information
The header is based off of work by Vipixel.com and modified by this site. Trackpads and the Trackpads Logo are both Registered Trademarks of Jason Edwards and cannot be used without prior written permission.  The only exception is as a link back to this site. Trackpads is a private website run by a small legion of volunteers, 3 dogs, 12.5 cats and an army of small, super smart, bio-engineered mice with pointy hats and tutu's. Search Engine Friendly URLs by vBSEO 3.2.0 RC7
Archive Links
Archive Links
Page generated in 1.20121 seconds with 19 queries