Re: Will XHTML2 require scripting turned on?

Jasper Magick wrote:
> When viewing this page http://w3future.com/weblog/gems/xhtml2.xml in 
> order for it to display correctly I had to enable JavaScript in my 
> browser (eventhough there isn't a single script/handler tag on that page).

Browsers do not have native support for XHTML2 (mainstream browsers 
probably never will).  That page uses script to simulate some of the 
proposed features in XHTML2.

See
http://w3future.com/weblog/gems/xhtml2.css

*[href] {
   ...
   -moz-binding:url(xhtml2.xbl.xml#link);
}

And

http://w3future.com/weblog/gems/xhtml2.xbl.xml

-- 
Lachlan Hunt
http://lachy.id.au/

Received on Thursday, 22 March 2007 14:49:55 UTC