A user account is required in order to edit this wiki, but we've had to disable public user registrations due to spam.

To request an account, ask an autoconfirmed user on Chat (such as one of these permanent autoconfirmed members).

Talk:Differences from HTML4: Difference between revisions

From WHATWG Wiki
Jump to navigation Jump to search
No edit summary
(changes are against HTML4 including Transitional and Frameset)
Line 1: Line 1:
* Shouldn't we mention explicitly somewhere that changes are in reference to HTML 4.01 '''Strict''' ?
* Shouldn't we mention explicitly somewhere that changes are in reference to HTML 4.01 '''Strict''' ?
: Changes are in reference to HTML4 in general. Including the Transitional and Frameset "versions". [[User:Annevk|Annevk]] 11:54, 12 April 2007 (UTC)


Things to possibly add:
Things to possibly add:

Revision as of 11:54, 12 April 2007

  • Shouldn't we mention explicitly somewhere that changes are in reference to HTML 4.01 Strict ?
Changes are in reference to HTML4 in general. Including the Transitional and Frameset "versions". Annevk 11:54, 12 April 2007 (UTC)

Things to possibly add:

  • The changes in the content model of several elements (eg. div and li) that has changed to use "zero or more block-level elements, or inline-level content (but not both)"
  • The content model changes for table (and it's children)
  • new <input> types
  • Miscellaneous new HTMLDocument APIs:
    • getElementsByClassName
    • activeElement
    • hasFocus
  • Miscellaneous new HTMLElement APIs:
    • getElementsByClassName
    • innerHTML
    • classList
    • click / blur / focus made global
  • Predefined class names
  • Predefined link types
  • Miscellaneous new APIs on specific elements (only ones that aren't tied directly to new attributes and aren't already listed)
    • relList on HTMLLinkElement, HTMLAElement
  • Auto-linking to term definitions
  • Sectioning
  • Scoped styles