![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
What are the pluses and minuses of constructing and validating between XHTML Transitional vs. HTLM 4.01 Strict Thanks, CMA |
#3
| |||
| |||
|
|
Brian wrote: Your comparing different variants of different languages. Jeez Louise. My sister just misused "your" instead of "you're" in an email to me, and apparently it's contagious. That should be "You're comparing...." (Sure, it's pathetic to blame someone else for my screwups, but that one is too embarassing to take the fall by myself.) |
#4
| |||
| |||
|
|
What are the pluses and minuses of constructing and validating between XHTML Transitional vs. HTLM 4.01 Strict Thanks, CMA |
#5
| |||
| |||
|
|
s_m_b wrote: in theory, web browsers can handle xhtml specifics - self closing tags for instance, but that, as always is up to the software houses to sort. Theory does not match reality. The most popular software used to browse web pages, MSIE/Win cannot handle xhtml when served up properly. http://www.hixie.ch/advocacy/xhtml |
|
The advantage of xhtml is the better structure you're forced to, with a far stricter ruleset for how all the tags have to be written. If you want stricter syntax (e.g., explicitly closed p and li elements), then just close them. That's no reason to choose XHTML. |
|
Keeping up with the current standards, as xhtml is (html 4 has been around about as long as Microsoft NT4, at Microsoft have stopped support for that now) is important. One should not decide on XHTML simply because it's new. If there isn't a reason, then HTML is the way to go. |
#6
| |||
| |||
|
|
In article <10g3k2eqeo8c911 (AT) corp (DOT) supernews.com>, Brian <usenet3 (AT) julietremblay (DOT) com.invalid> wrote: s_m_b wrote: in theory, web browsers can handle xhtml specifics - self closing tags for instance, but that, as always is up to the software houses to sort. Theory does not match reality. The most popular software used to browse web pages, MSIE/Win cannot handle xhtml when served up properly. http://www.hixie.ch/advocacy/xhtml If ound it somehow disturbing that it does not talk about a future transition to 'real' XHTML of ones markup. |
|
If authors serve their XHTML as text/html, which in return makes UAs interpret it as HTML tagsoup, there is no 'forced to more strictness', because the author does not get penalized with an XML parsing error for making a mistake when checking the page. |
#7
| |||
| |||
|
|
XML WF constraints should not exist on user focused languages. |
#8
| |||
| |||
|
|
On Sat, 24 Jul 2004, Jim Ley wrote: XML WF constraints should not exist on user focused languages. But how do you know what the author intended, if they haven't followed the elementary rules of the language? |
|
But that approach doesn't work for broken (X)HTML. |
|
The root problem is that the mass of authors are allowing themselves to use a browser (or two) as arbiters of what is correct. |
#9
| |||
| |||
|
|
They didn't follow the elementary rules of the language, it doesn't matter what they intended, what's important is what the user wants. |
#10
| |||
| |||
|
|
Jim Ley wrote: They didn't follow the elementary rules of the language, it doesn't matter what they intended, what's important is what the user wants. What browser version has a mind-reading module to determine this? |
![]() |
| Thread Tools | |
| Display Modes | |
| |