Go Back   CodingForums.com > :: Client side development > XML

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 08-06-2002, 07:06 AM   PM User | #1
jkd
Senior Coder

 
jkd's Avatar
 
Join Date: May 2002
Location: metro DC
Posts: 3,163
Thanks: 1
Thanked 18 Times in 18 Posts
jkd will become famous soon enough
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...ypes-20020801/
__________________
jasonkarldavis.com
jkd is offline   Reply With Quote
Old 08-07-2002, 02:34 AM   PM User | #2
Alex Vincent
Moderator


 
Join Date: May 2002
Location: Hayward, CA
Posts: 1,427
Thanks: 1
Thanked 19 Times in 17 Posts
Alex Vincent is on a distinguished road
Looks like they're taking HTML forms out completely and replacing them with XForms... that should be interesting indeed.
__________________
"The first step to confirming there is a bug in someone else's work is confirming there are no bugs in your own."
June 30, 2001
author, Verbosio prototype XML Editor
author, JavaScript Developer's Dictionary
https://alexvincent.us/blog
Alex Vincent is offline   Reply With Quote
Old 08-07-2002, 03:23 AM   PM User | #3
jkd
Senior Coder

 
jkd's Avatar
 
Join Date: May 2002
Location: metro DC
Posts: 3,163
Thanks: 1
Thanked 18 Times in 18 Posts
jkd will become famous soon enough
Hmmm, I really should get around to reading the XForms specs sometime... this might provide enough motivation too.
__________________
jasonkarldavis.com
jkd is offline   Reply With Quote
Old 08-12-2002, 11:04 PM   PM User | #4
La Gal
New Coder

 
Join Date: Jun 2002
Posts: 30
Thanks: 0
Thanked 0 Times in 0 Posts
La Gal is an unknown quantity at this point
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.
__________________
Co-Operative Web Development
La Gal is offline   Reply With Quote
Old 08-13-2002, 01:58 AM   PM User | #5
jkd
Senior Coder

 
jkd's Avatar
 
Join Date: May 2002
Location: metro DC
Posts: 3,163
Thanks: 1
Thanked 18 Times in 18 Posts
jkd will become famous soon enough
Check out <nl> for some more fun too .

http://www.w3.org/TR/2002/WD-xhtml2-...l#edef_list_nl

Completely replaces DHTML menu scripts.
__________________
jasonkarldavis.com
jkd is offline   Reply With Quote
Old 08-13-2002, 02:23 AM   PM User | #6
Alex Vincent
Moderator


 
Join Date: May 2002
Location: Hayward, CA
Posts: 1,427
Thanks: 1
Thanked 19 Times in 17 Posts
Alex Vincent is on a distinguished road
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".
__________________
"The first step to confirming there is a bug in someone else's work is confirming there are no bugs in your own."
June 30, 2001
author, Verbosio prototype XML Editor
author, JavaScript Developer's Dictionary
https://alexvincent.us/blog
Alex Vincent is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

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

Forum Jump


All times are GMT +1. The time now is 02:43 AM.


Advertisement
Log in to turn off these ads.