Forum Moderators: open
Some interesting new ideas in there. You can now embed alternate images into tags like 'p'! Eg:
<p src="holiday.png" type="image/png">
<span src="holiday.gif" type="image/gif">
An image of us on holiday.
</span>
</p>
There's a new tag called 'standby', along with others that are new or refined. I like the idea of the 'edit' one.
There's too much to take in right now, so take a look. Has anything major been dropped from the previous draft? Anything mindblowing they've added? Let me and others here know!
The target= attribute is back :(
Reading some of the stuff in green (unresolved issues) is very cool.
The rest of this I'm not sure if it was/wasn't in the first draft:
xml:base attribute looks cool
Should we allow any element (such as <p>) that contains a number of hyperlinks to be an image map?
onclick will now use XML Events
Metadata profiles look promising for improving the ability to categorize documents.
h, section, heading instead of h[1-6] (possibly), cool
Heh, you can even put the src attribute on <title>, also:
There has been a request for facilities to reduce the need for duplicating title and headings.
var, blockcode, code, kbd, and samp will make writing technical documents a breeze.
var, blockcode, code, kbd, and samp will make writing technical documents a breeze.
<input type="text" />
and
<select type="text">
<option value="value"></option>
</select>
I would suggest:
<select type="text">
<input type="text />
<option value="value">
</select>
This would allow a user to add text into a drop down list.
I know there is now a proposed xForms spec, but as it wasn't released until November 2002, I think we can assume that it is going to be a while before browsers support it.
asp
In comparison with earlier versions of HTML, where a paragraph could only contain inline text, XHTML2's paragraphs represent the conceptual idea of a paragraph, and so may contain lists, blockquotes, pre's and tables as well as inline text.
Good stuff. I never understood why it wasn't that way from the beginning.