Forum Moderators: open
Fast forward to today's w3c announcement W3C Relaunches HTML Activity [w3.org]
Recognizing the importance of an open forum for the development of the predominant Web content technology, W3C today invites browser vendors, application developers, and content designers to help design the next version of HTML by participating in the new W3C HTML Working Group. Based on significant input from the design and developer communities within and outside the W3C Membership, W3C has chartered the group to conduct its work in public and to solicit broad participation from W3C Members and non-Members alike.
HTML Working Group Charter [w3.org]
The mission of the HTML Working Group, part of the HTML Activity, is to continue the evolution of HTML (including classic HTML and XML syntaxes)
The HTML Working Group will actively pursue convergence with WHATWG, encouraging open participation within the bounds of the W3C patent policy and available resources.
The W3C brings in an absolutely key element to the equation: Microsoft. WHAT-WG is basically a consortium of Mozilla, Opera and Apple (and Google), but Microsoft's presence, in the person of its chairman, will mean that the specifications will have an almost guaranteed chance of being implemented by all the major browser companies.
W3C has announced the formation of a Working Group of content designers and browser and application developers to put together a specification for a new version of HTML.The organisation, which oversees the creation of Web standards such as HTML, CSS and XML, said that the establishment of the HTML Working Group recognises the importance of an open forum for the development of what is the predominant Web content technology. HTML (hypertext markup language) is a core element to describe how Web page content is presented and organised.
W3C sets new version of HTML in motion [pcpro.co.uk]
What a load of nonsense.
By developing HTML and xHTML in parallel if/when a business decision is made to change existing sites from one to the other it might even be practicable.
but the browsers don't even handle the LAST version of HTML properly
Standards should ossify because of ignorant incompetent application that is out of their control?
What good are standards when they don't even work in the first place except in a generic sense?
Nobody wants to see HTML stand still. However, just supplying validation tools to check compliance on web pages is only part of the problem. IMO the W3C should take on a more proactive role in actually validating the compliance and certification of the applications that implement those W3C standards.
By all means bring on the next wave of HTML but give us ways to verify that applications have met compliance so we know where the flaws are in advance and don't spin our wheels fighting cross-platform issues.
[edited by: incrediBILL at 5:47 pm (utc) on Mar. 8, 2007]
It's definitely good news despite the mess. And that mess won't be going away any time soon. We'll probably have the same complaints in ten years.
But in the meantime I'd love to see a combo dropdown box built into html. And built-in client side validation where you can specify it should be a telephone number, or an email address, or a valid domain name, or a valid url or a valid country/state or decimal or integer...etc.. (While you still need server side validation, it would be nice if the browser knew to force user to type data correctly w/o kludging in a bunch of javascript).
I wonder if others feel the same as me in wanting those tools or if there are other major "pet peeves" of "missing" html...
By all means bring on the next wave of HTML but give us ways to verify that applications have met compliance so we know where the flaws are in advance and don't spin our wheels fighting cross-platform issues.
Isn't that what XHTML transitional 'validation' has all been about? - nothing to do with serving the "correct" mime-type or whether or not pages validated XHTML1.1 strict or required XML - was it not simply a way to be "next step" ready while still getting on with the day job - e.g. lowercase tags and attributes, quoted attributes, closed elements etc.. all of these are important in other languages used in application building - why not HTML
This group will maintain and produce incremental revisions to the HTML specification, which includes the series of specifications previously published as XHTML version 1
Will HTML5 will be no more (apart from some new elements perhaps) than XHTML1 with the namespace and content-type doing the rest?
If they adopt the WhatWG working draft [whatwg.org] then it seems so
interesting times are ahead no doubt and Good to see ALL the majors involved :)
[edited by: SuzyUK at 11:08 am (utc) on Mar. 9, 2007]
Isn't that what XHTML transitional 'validation' has all been about?
That validates the PAGE, not the application displaying the page. If application developers can't validate that the applications (browser) display the pages properly to the w3c spec, then what chance does the web designer have of making cross-platform pages work properly?
What a load of nonsense.
IMO the W3C should take on a more proactive role in actually validating the compliance and certification of the applications that implement those W3C standards.
QA Interest Group Charter (QA IG) [w3.org]
As an Interest Group, the QA IG has no mandatory deliverables besides keeping their QA IG home page up-to-date and publishing timely minutes of their meetings
Study of a W3C Certification Activity. [w3.org]
Posted and died.
I suspect behind the scenes squeals from corporate sponsors as the responsible parties.
'Mr. Ballmer in the Ballroom with a Chair'?
With images, on any page on your website you can have:
<img src="/images/mypic.jpg" style="width:100px; height:100px; border:none;" alt="My mugshot" />
Likewise with text in HTML 5, it would be useful and natural to have:
<text src="/snippets/copyright.txt" style="font-family:verdana, sans-serif; font-size:0.7em; text-align:right; margin-right:0.2em;" />
In fact, I think we should have had something like this ages ago.
I like it. And although you can do it with SSI, php, etc, it would be nice to have it in html. Not everyone using HTML understands SSI or has access to server includes, plus if you have an app that uses such a feature you may not know which platform the app is installed on. And php is more complicated than HTML.