Slashdot Mirror


The Future is XHTML 2.0

An anonymous reader writes "As with its past, the future of HTML will be varied, some might say messy, but I believe XHTML 2.0 will ultimately receive widespread acceptance and adoption. A big move in this direction will be in Embedded devices such as phones and digital TVs, which will have no need to support the Web's legacy of messy HTML, and are free to take unburdened advantage of XHTML 2.0. This Developer Works article examines the work of the World Wide Web Consortium (W3C) in creating the next-generation version of their XHTML specification, and also their response to the demand for 'rich client" behavior exemplified by Ajax applications.'

7 of 290 comments (clear)

  1. Time for an Internet Reboot by DigitalRaptor · · Score: 4, Interesting

    I think it's time for the internet to stop catering to the past.

    Can you imagine our interstates if we still catered to stage coaches, horse drawn carriages, and Model T's?

    Can you imagine television if we still catered to black and white TV's?

    Change happens. Get over it. It's not like Firefox cost's $3,995.00 per copy.

    When people can no longer recognize the sites they like, they'll get the hint and upgrade.

    It won't be sites like Amazon.com that bring about this change, it will be sites like HomeStarRunner.com, JibJab, that don't have billions of dollars in sales to lose, but can be just as influential in a grassroots way.

    --
    Lose Weight and Feel Great with Isagenix
    1. Re:Time for an Internet Reboot by Daniel_Staal · · Score: 5, Interesting

      Bad examples, for your point. Stage Coaches, horse drawn carriages, and Model T's can operate on current roads. They just have to follow current rules. You'll actually see horse drawn carriages fairly frequently in some areas. They'd get a ticket on the freeways, but so would a car that has their top speed.

      Also: Television signals still are in a format black and white TV's accept. They can't read the whole signal, but they work just as well as they did before.

      This is how the web's evolving. The current standards are built on past ones, and older browsers can usually use most of a newer site. Same as horse drawn carriages and black and white TV's.

      --
      'Sensible' is a curse word.
  2. Yeah right by Da+Fokka · · Score: 4, Insightful

    I believe XHTML 2.0 will ultimately receive widespread acceptance and adoption.

    Yeah right, just like CSS2. and XHTML1.0... 'Adoption' is not just not exploding when encountering XHTML2.0 - it means full support for the entire standard. And unfortunately we're not there yet for standards which have been around for years. I don't see why things will go differently for XHTML2.0

  3. Yeah, whatever by argoff · · Score: 4, Interesting

    Every so many years they come out with this new exciting standard that turns out to go nowhere. That is because technology isn't standards driven, it is standards that are freedom/technology driven. For example, Linux (in spite of all the distros) has done more to standardize the OS that all the POSIX standards committies and Motif (renember that one) and CDE (renember that one too) standards combined. Typically a good stnadard is one where people created it first to meet a need, everyone started using it, then the standards committie eventually get arround to formalizing it. If it doesn't happen in that order, it is most likely crap.

  4. Wait.... by AnswerIs42 · · Score: 4, Funny

    I thought Web 2.0 was the future?

    Ow wait.. that's right.. that was LAST week's "future". So, shall we take bets on next week's "future"?

  5. The two futures of HTML by Anonymous Coward · · Score: 5, Informative

    Just wanted to point this out:

    XHTML2 -- with navigation lists, links on any element, sections and headings -- is optimized for web documents.

    HTML5, officially Web Applications 1.0 -- with canvas, a drag and drop API, and XMLHTTPRequest standardization -- is optimized for web applications.

    CSS3 is going to be extremely cool.

  6. XHTML 2.0 is the future, and will always be by Stan+Vassilev · · Score: 4, Insightful

    XHTML 2 is doomed to remain forever "in the bright future" of geeks, where noone cares for compatibility and real technology benefits, but is entirely consumed by semantics and how pretty his code is.

    Look at the benefits if XHTML2 and compare it to HTML5, and you'll quickly see why WHATWG was formed.

    As HTML5 offers answers to actual problems in web development, and offers backwards compatibility, XHTML2 pointlessly restructures the language, making it harder to read in the process (quick: count the nested sections spread accross pages of text to guess the heading level you're at).

    Also while the author dreams about our XHTML2 future, the next major release of the dominant browser on the market (IE7) doesn't even support XHTML 1.0 yet. And this is the browser that most people will use in the next 5-6 years at least.

    The author also calls XHTML's semantics better. This is subjective. HTML5 also offers more semantical tags, but according to my practise, it'll be easier to build sites styled with CSS in HTML5 than XHTML2. XHTML2 doesn't have better semantics, it just has different semantics. HTML5 is the one with better semantics IMHO, that build on top of HTML4.

    No major browser supports XHTML2, but they support parts of HTML5 (like the canvas tag, invented by Apple's Safari browser, and included in the spec by WHATWG).

    I won't even comment the section about XHTML2 "toys" because the subject is serious.

    In conclusion I'll say that it's not likely XHTML2 will become a supported standard while most of us are alive, so better concentrate on good HTML4/XHTML1/CSS/JS/SVG/Flash code and applications, and follow the developments at WHATWG.