Helpful Information
 
 
Category: XML
Xhtml 2.0!

In working draft forum that is:
http://www.w3.org/TR/2002/WD-xhtml2-20020805/

Another interesting spec dealing with the issue of serving XHTML documents:
http://www.w3.org/TR/2002/NOTE-xhtml-media-types-20020801/

Looks like they're taking HTML forms out completely and replacing them with XForms... that should be interesting indeed.

Hmmm, I really should get around to reading the XForms specs sometime... this might provide enough motivation too.

As I understand it, from scanning through that first link jkd provided, XHTML 2 will not be backward compatible. For instance <br /> will be deprecated and <line></line> will take its place.

And, instead of:
<img src="/images/bork.gif" alt="This is Bork!" />

we could use:
<object data="/images/bork.gif" type="image/gif">
This is Bork!
</object>

I'm curious - if we use the <line></line> as a sub-paragraph (as suggested in the draft), if it were a very long line would it wrap, or would it cause a horizontal scrollbar to appear? I'm assuming it will wrap. In other words, I think the <line> must start a new line, and the </line> ends a line (preventing anything else on that line), but that the text between the tags will still wrap as normal.

Check out <nl> for some more fun too ;).

http://www.w3.org/TR/2002/WD-xhtml2-20020805/mod-list.html#edef_list_nl

Completely replaces DHTML menu scripts. :)

Yep, XHTML 2.0 breaks from backwards-compatibility entirely.

Also, you can fuggedaboudit when it comes to doing frames in XHTML. There's a new W3C WD for "XFrames".










privacy (GDPR)