HTML
Dan Tobias (Talk | contribs) (→Nonstandard extensions) |
Dan Tobias (Talk | contribs) (→Other resources) |
||
Line 57: | Line 57: | ||
* [http://mrcoles.com/demo/markdown-css/ Markdown CSS: makes HTML look like plain text] | * [http://mrcoles.com/demo/markdown-css/ Markdown CSS: makes HTML look like plain text] | ||
* [https://www.eff.org/press/releases/eff-makes-formal-objection-drm-html5 EFF Makes Formal Objection to DRM in HTML5] | * [https://www.eff.org/press/releases/eff-makes-formal-objection-drm-html5 EFF Makes Formal Objection to DRM in HTML5] | ||
+ | ^ [http://boingboing.net/2013/10/02/w3c-green-lights-adding-drm-to.html W3C green-lights adding DRM to the Web's standards, says it's OK for your browser to say "I can't let you do that, Dave"] | ||
[[Category:Web]] | [[Category:Web]] |
Revision as of 04:58, 3 October 2013
HTML (hypertext markup language) originally was a SGML based markup language. XHTML is HTML redeveloped using the stricter XML rules. Disagreement over the direction of W3C developments from some of the browser vendors lead to the formation of the Web Hypertext Application Technology Working Group (WHATWG). They maintain the spec for the HTML5 or HTML Next or HTML Living Standard, which is not based on SGML any more. The W3C standardisation group will work to formalise the WHATWG specification as a series of standardised 'snapshots' of the living standard.
Contents |
Identifiers
- File extension: .HTML, .HTM
- MIME type (Internet media type): text/html
Specs
- W3C specifications:
- Web Hypertext Application Technology Working Group (WHATWG) specifications:
Nonstandard extensions
The formal specs, of course, do not fully describe the HTML documents in use in the "real world", as quite a number of nonstandard elements, attributes, and other extensions have been implemented in various browsers (including the most popular ones), and also, browsers have tended to be very forgiving of invalid markup, leading to lots of sloppy coding being widespread because "it works in [name of popular browser], so that's all that matters!"
In 2013, the Mozilla organization announced the removal of support for the nonstandard BLINK element, supported in various browsers since being introduced in the 1990s as a Netscape extension, and persisting despite widespread belief that it was annoying. New versions of Firefox and other Gecko-based browsers no longer flash text that is enclosed in this element, as well as in various CSS rules suggesting blinking or flashing.
Software
Validators
Test suites
Format conversion
Historical information
- W3C Web History Community Group
- Tim Berners-Lee discusses Web protocols/formats in Jan 1992
- Dive into HTML5 - How did we get here? also documents how HTML has developed.
- The Lost Tags of HTML, documenting early HTML versions and the tags that have been dropped from the standards.