<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.whatwg.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Hasather</id>
	<title>WHATWG Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.whatwg.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Hasather"/>
	<link rel="alternate" type="text/html" href="https://wiki.whatwg.org/wiki/Special:Contributions/Hasather"/>
	<updated>2026-04-03T19:32:39Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.3</generator>
	<entry>
		<id>https://wiki.whatwg.org/index.php?title=User:Hasather&amp;diff=2293</id>
		<title>User:Hasather</title>
		<link rel="alternate" type="text/html" href="https://wiki.whatwg.org/index.php?title=User:Hasather&amp;diff=2293"/>
		<updated>2007-05-31T16:51:57Z</updated>

		<summary type="html">&lt;p&gt;Hasather: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*IRC: hasather&lt;br /&gt;
*WWW: http://hasather.net/&lt;/div&gt;</summary>
		<author><name>Hasather</name></author>
	</entry>
	<entry>
		<id>https://wiki.whatwg.org/index.php?title=Test_cases&amp;diff=2292</id>
		<title>Test cases</title>
		<link rel="alternate" type="text/html" href="https://wiki.whatwg.org/index.php?title=Test_cases&amp;diff=2292"/>
		<updated>2007-05-31T16:50:46Z</updated>

		<summary type="html">&lt;p&gt;Hasather: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Existing test cases or test suites for HTML5:&lt;br /&gt;
&lt;br /&gt;
* http://tc.labs.opera.com/html/ by [[User:Annevk|Anne van Kesteren]]&lt;br /&gt;
* http://canvex.lazyilluminati.com/tests/tests/ by Philip Taylor&lt;br /&gt;
* http://lachy.id.au/dev/markup/tests/html5/ by [[User:Lachlan_Hunt|Lachlan Hunt]]&lt;br /&gt;
* http://simon.html5.org/test/html/ by [[User:Zcorpan|Simon Pieters]]&lt;br /&gt;
* http://hasather.net/test/html/ by [[User:Hasather|David Håsäther]]&lt;br /&gt;
* http://html5lib.googlecode.com/svn/trunk/tests/ by html5lib contributors&lt;br /&gt;
* http://www.hixie.ch/tests/adhoc/html/ by [[User:Hixie|Ian Hickson]]&lt;/div&gt;</summary>
		<author><name>Hasather</name></author>
	</entry>
	<entry>
		<id>https://wiki.whatwg.org/index.php?title=User:Hasather&amp;diff=2291</id>
		<title>User:Hasather</title>
		<link rel="alternate" type="text/html" href="https://wiki.whatwg.org/index.php?title=User:Hasather&amp;diff=2291"/>
		<updated>2007-05-31T16:50:04Z</updated>

		<summary type="html">&lt;p&gt;Hasather: New page: *IRC: hasather *WWW: http://hasather.net&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*IRC: hasather&lt;br /&gt;
*WWW: http://hasather.net&lt;/div&gt;</summary>
		<author><name>Hasather</name></author>
	</entry>
	<entry>
		<id>https://wiki.whatwg.org/index.php?title=Changes_from_HTML4&amp;diff=2163</id>
		<title>Changes from HTML4</title>
		<link rel="alternate" type="text/html" href="https://wiki.whatwg.org/index.php?title=Changes_from_HTML4&amp;diff=2163"/>
		<updated>2007-04-05T16:13:21Z</updated>

		<summary type="html">&lt;p&gt;Hasather: /* APIs */ Listing -&amp;gt; Listening&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Global overview ==&lt;br /&gt;
&lt;br /&gt;
HTML5 is different from HTML4 in a way that it addresses both document and application semantics making it more suitable for the web applications created today. HTML5 also reflects implementations better where they differ from HTML4 to ensure the language is implementable and compatible with the web. Inspired by the forward compatible error handling in CSS HTML5 defines detailed processing models where necessary to ensure that implementations become interoperable and that the language stays extensible in the future.&lt;br /&gt;
&lt;br /&gt;
HTML5 also integrates DOM Level 2 HTML so the element specific APIs are defined along with the rest of the language. Because the language is mostly defined in terms of the DOM it&#039;s very easy to get an XML serialization as well. This XML serialization is called XHTML5 and is basically an update to XHTML1.x.&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
&lt;br /&gt;
; Writing HTML5: HTML5 specifies its own syntax rules authors have to follow. These syntax rules are compatible with the XHTML syntax rules althoug this does not imply that parsing such a document with an HTML parser will give the same result as parsing it with an XML parser.&lt;br /&gt;
; Parsing HTML5: HTML5 defines its own parsing rules (including &amp;quot;error correction&amp;quot;) for text/html resources and no longer assumes SGML features are supported.&lt;br /&gt;
&lt;br /&gt;
== New elements ==&lt;br /&gt;
&lt;br /&gt;
=== Document Structure ===&lt;br /&gt;
&lt;br /&gt;
* article&lt;br /&gt;
* aside&lt;br /&gt;
* dialog&lt;br /&gt;
* figure&lt;br /&gt;
* footer&lt;br /&gt;
* header&lt;br /&gt;
* nav&lt;br /&gt;
* section&lt;br /&gt;
&lt;br /&gt;
=== Data ===&lt;br /&gt;
&lt;br /&gt;
* audio&lt;br /&gt;
* embed&lt;br /&gt;
* m&lt;br /&gt;
* meter&lt;br /&gt;
* source&lt;br /&gt;
* time&lt;br /&gt;
* video&lt;br /&gt;
&lt;br /&gt;
=== Applications ===&lt;br /&gt;
&lt;br /&gt;
* canvas&lt;br /&gt;
* command&lt;br /&gt;
* datagrid&lt;br /&gt;
* details&lt;br /&gt;
* datalist (Web Forms 2)&lt;br /&gt;
* event-source&lt;br /&gt;
* output (Web Forms 2)&lt;br /&gt;
* progress&lt;br /&gt;
&lt;br /&gt;
== Changed elements ==&lt;br /&gt;
&lt;br /&gt;
These elements have a new meaning in HTML5 which is incompatible with HTML4. The new meaning better reflects the way they are used on the web or gives them a purpose so people can start using them.&lt;br /&gt;
&lt;br /&gt;
; a: The a element without an href attribute represents a &amp;quot;placeholder link&amp;quot;.&lt;br /&gt;
; address: The address element is now scoped by the new concept of sectioning.&lt;br /&gt;
; b: The b element now represents a span of text to be stylistically offset from the normal prose without conveying any extra importance, such as key words in a document abstract, product names in a review, or other spans of text whose typical typographic presentation is boldened&lt;br /&gt;
; hr: The hr element now represents a paragraph-level thematic break&lt;br /&gt;
; i: The i element now represents a span of text in an alternate voice or mood, or otherwise offset from the normal prose, such as a taxonomic designation, a technical term, an idiomatic phrase from another language, a thought, a ship name, or some other prose whose typical typographic presentation is italicized&lt;br /&gt;
; menu: The menu element is redefined to be useful for actual menu&#039;s&lt;br /&gt;
; small: The small element now represents small print (for side comments and legal print)&lt;br /&gt;
; strong: The strong element now represents importance rather than strong emphasis&lt;br /&gt;
&lt;br /&gt;
== Dropped Elements ==&lt;br /&gt;
&lt;br /&gt;
That these elements are dropped means that authors are no longer allowed to use them. User agents will still have to support them and HTML5 will probably get a rendering section in due course that says exactly how. (isindex for instance is already supported by the parser.)&lt;br /&gt;
&lt;br /&gt;
* acronym (use abbr instead)&lt;br /&gt;
* applet (use object instead) &lt;br /&gt;
* basefont &lt;br /&gt;
* big &lt;br /&gt;
* center &lt;br /&gt;
* dir&lt;br /&gt;
* font (allowed when inserted by WYSIWYG editors)&lt;br /&gt;
* frame &lt;br /&gt;
* frameset &lt;br /&gt;
* isindex &lt;br /&gt;
* noframes &lt;br /&gt;
* noscript (only dropped in XHTML5) &lt;br /&gt;
* s &lt;br /&gt;
* strike &lt;br /&gt;
* tt &lt;br /&gt;
* u&lt;br /&gt;
&lt;br /&gt;
== Dropped Attributes ==&lt;br /&gt;
&lt;br /&gt;
Some attributes that were defined in HTML4 are not included in HTML5. Here&#039;s a current list (subject to change, see the spec):&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
! Element !! Attributes&lt;br /&gt;
|-&lt;br /&gt;
| a || rev, charset&lt;br /&gt;
|-&lt;br /&gt;
| area || nohref&lt;br /&gt;
|-&lt;br /&gt;
| form || target&lt;br /&gt;
|-&lt;br /&gt;
| head || profile&lt;br /&gt;
|-&lt;br /&gt;
| html || version&lt;br /&gt;
|-&lt;br /&gt;
| link || rev, target, charset&lt;br /&gt;
|-&lt;br /&gt;
| meta || scheme&lt;br /&gt;
|-&lt;br /&gt;
| object || archive, standby&lt;br /&gt;
|-&lt;br /&gt;
| param || valuetype&lt;br /&gt;
|-&lt;br /&gt;
| script || charset&lt;br /&gt;
|-&lt;br /&gt;
| table || summary&lt;br /&gt;
|-&lt;br /&gt;
| td, th || headers, axis&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
In addition, HTML5 has none of the presentational attributes that were in HTML4 (including those on &amp;amp;lt;table&amp;amp;gt;. Any attributes defined on &#039;&#039;elements&#039;&#039; that are not in HTML5 are (obviously) also not in HTML5.&lt;br /&gt;
&lt;br /&gt;
== APIs ==&lt;br /&gt;
&lt;br /&gt;
HTML5 introduces a number of APIs that should help in creating web applications. These can be used together with the new elements introduced for applications:&lt;br /&gt;
&lt;br /&gt;
* 2D drawing API which can be used with the new canvas element&lt;br /&gt;
* API for playing of video and audio which can be used with the new video and audio elements&lt;br /&gt;
* Persistent storage&lt;br /&gt;
* Online / offline events&lt;br /&gt;
* Editing API in combination with a new global contenteditable attribute&lt;br /&gt;
* Drag &amp;amp; drop API in combination with a draggable attribute.&lt;br /&gt;
* Network API&lt;br /&gt;
* API that exposes the history and allows pages to add to it to prevent breaking the back button.&lt;br /&gt;
* Cross document messaging&lt;br /&gt;
* Listening to server sent events&lt;br /&gt;
&lt;br /&gt;
== Character Encoding ==&lt;br /&gt;
&lt;br /&gt;
The character encoding can be declared using the meta element, but the syntax of the meta element has changed.  In HTML 4.01 and earlier, the meta element was:&lt;br /&gt;
&lt;br /&gt;
 &amp;amp;lt;meta http-equiv=&amp;quot;Content-Type&amp;quot; content=&amp;quot;text/html; charset=UTF-8&amp;quot;&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
In HTML5, the syntax was simplified to remove the unnecessary markup, yet still remain compatible with the encoding detection implemented in most existing browsers.&lt;br /&gt;
&lt;br /&gt;
 &amp;amp;lt;meta charset=&amp;quot;UTF-8&amp;quot;&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== HTML 4 Algorithm ===&lt;br /&gt;
&lt;br /&gt;
Source [http://www.w3.org/TR/html4/charset.html#h-5.2.2 5.2.2 Specifying the character encoding], HTML 4.01 Specification.&lt;br /&gt;
&lt;br /&gt;
# An HTTP &amp;quot;charset&amp;quot; parameter in a &amp;quot;Content-Type&amp;quot; field.&lt;br /&gt;
# A META declaration with &amp;quot;http-equiv&amp;quot; set to &amp;quot;Content-Type&amp;quot; and a value set for &amp;quot;charset&amp;quot;.&lt;br /&gt;
# The charset attribute set on an element that designates an external resource.&lt;br /&gt;
&lt;br /&gt;
=== HTML 5 Algorithm ===&lt;br /&gt;
&lt;br /&gt;
The exact algorithm that browsers must follow in order to [http://www.whatwg.org/specs/web-apps/current-work/#the-input0 determine the character encoding] is specified in HTML 5.  The basic algorithm works as follows:&lt;br /&gt;
&lt;br /&gt;
# If the transport layer specifies an encoding, use that, and abort these steps. (e.g. The HTTP Content-Type header).&lt;br /&gt;
# Read the first 512 bytes of the file, or at least as much as possible if less than that.&lt;br /&gt;
# If the file starts with a UTF-8, UTF-16 or UTF-32 BOM, then use that and abort these steps.&lt;br /&gt;
# Otherwise use the special algorithm to search the first 512 bytes for a meta element that declares the encoding.  The algorithm is relatively lenient in what it will detect, though since it doesn&#039;t use the normal parsing algorithm, there are some restrictions.&lt;/div&gt;</summary>
		<author><name>Hasather</name></author>
	</entry>
	<entry>
		<id>https://wiki.whatwg.org/index.php?title=HTML_vs._XHTML&amp;diff=2125</id>
		<title>HTML vs. XHTML</title>
		<link rel="alternate" type="text/html" href="https://wiki.whatwg.org/index.php?title=HTML_vs._XHTML&amp;diff=2125"/>
		<updated>2007-03-06T21:42:38Z</updated>

		<summary type="html">&lt;p&gt;Hasather: Spam deleted&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Differences Between HTML and XHTML ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Please note that the information in here is based upon the current spec for (X)HTML5.  Some of the issues technically do not apply to previous versions of HTML.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Although HTML and XHTML appear to have similarities in their syntax, they are significantly different in many ways.&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;Note&#039;&#039;&#039;: As the current WHATWG document is a draft, this section will need to track to a moving target.&lt;br /&gt;
 Differences marked @@@ are differences that could theoretically be changed without affecting &lt;br /&gt;
 backwards compatibility.&lt;br /&gt;
&lt;br /&gt;
=== MIME Types ===&lt;br /&gt;
&lt;br /&gt;
* XHTML must be served with an XML MIME type, such as &amp;lt;code&amp;gt;application/xml&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;application/xhtml+xml&amp;lt;/code&amp;gt;.&lt;br /&gt;
* HTML must be served as &amp;lt;code&amp;gt;text/html&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
It is the MIME type that determines what type of document you are using.  If you use attempt to send XHTML as &amp;lt;code&amp;gt;text/html&amp;lt;/code&amp;gt;, you are actually just using HTML, possibly with syntax errors.&lt;br /&gt;
&lt;br /&gt;
Technically, according to the spec, XHTML 1.0 is allowed to be served as &amp;lt;code&amp;gt;text/html&amp;lt;/code&amp;gt;.  But, due to the above reason, such a document is considered to be an HTML document, not an XHTML document.&lt;br /&gt;
&lt;br /&gt;
=== Parsing ===&lt;br /&gt;
&lt;br /&gt;
XHTML uses XML parsing requirements. HTML uses its own which are defined much more closely to the way browsers actually handle HTML today.&lt;br /&gt;
&lt;br /&gt;
* In XHTML, well-formedness errors are fatal. In HTML, error handling rules are much more graceful. Well-formedness errors, which are also syntax errors in HTML, include the following:&lt;br /&gt;
** Unencoded ampersands (&amp;lt;code&amp;gt;&amp;amp;amp;&amp;lt;/code&amp;gt; instead of &amp;lt;code&amp;gt;&amp;amp;amp;amp;&amp;lt;/code&amp;gt;), and less than signs (&amp;lt;code&amp;gt;&amp;amp;lt;&amp;lt;/code&amp;gt; instead of &amp;lt;code&amp;gt;&amp;amp;amp;lt;&amp;lt;/code&amp;gt;) (This does not apply to &amp;lt;code&amp;gt;CDATA&amp;lt;/code&amp;gt;).&lt;br /&gt;
** Comments containing extra pairs of hyphens or ending with a hyphen. e.g.&lt;br /&gt;
*** &amp;lt;code&amp;gt;&amp;amp;lt;!--&amp;lt;var&amp;gt; syntax -- error &amp;lt;/var&amp;gt;--&amp;amp;gt;&amp;lt;/code&amp;gt; or&lt;br /&gt;
*** &amp;lt;code&amp;gt;&amp;amp;lt;!--&amp;lt;var&amp;gt; syntax error -&amp;lt;/var&amp;gt;--&amp;amp;gt;&amp;lt;/code&amp;gt;.&lt;br /&gt;
** Mismatched end tags (does not apply to elements with optional tags) &lt;br /&gt;
** Unclosed tags.&lt;br /&gt;
** Unexpected characters occuring in or before attribute names.&lt;br /&gt;
** Unexpected occurrence of EOF.&lt;br /&gt;
** Unexpected characters before the DOCTYPE name.&lt;br /&gt;
** Missing DOCTYPE name.&lt;br /&gt;
** A &amp;lt;code&amp;gt;PUBLIC&amp;lt;/code&amp;gt; identifer in a &amp;lt;code&amp;gt;DOCTYPE&amp;lt;/code&amp;gt; without a &amp;lt;code&amp;gt;SYSTEM&amp;lt;/code&amp;gt; identifier (Note: including either of these is a syntax error in HTML5; but, in XML only the &amp;lt;code&amp;gt;SYSTEM&amp;lt;/code&amp;gt; identifier is allowed to occur on its own).&lt;br /&gt;
** End tags with attributes. &lt;br /&gt;
** Unexpected end tags (in HTML, an unexpected &amp;lt;code&amp;gt;&amp;amp;lt;/br&amp;gt;&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;&amp;amp;lt;/p&amp;gt;&amp;lt;/code&amp;gt; can cause the start tag to be implied before it).&lt;br /&gt;
* The internal subset is permitted in XML, but meaningless (and forbidden) in HTML.&lt;br /&gt;
** In some cases, an internal subset in HTML would end up being partly rendered inline.&lt;br /&gt;
* The sequence of characters &amp;amp;quot;&amp;lt;code&amp;gt;]]&amp;amp;gt;&amp;lt;/code&amp;gt;&amp;amp;quot; when it does not mark the end of a &amp;lt;code&amp;gt;CDATA&amp;lt;/code&amp;gt; section is a well-formedness error in XHTML, but valid in HTML.&lt;br /&gt;
* In XHTML: &amp;lt;code&amp;gt;&amp;amp;lt;![CDATA[...]]&amp;amp;gt;&amp;lt;/code&amp;gt; is a &amp;lt;code&amp;gt;CDATA&amp;lt;/code&amp;gt; section. In HTML, it&#039;s a bogus comment.&lt;br /&gt;
* In XHTML, &amp;lt;code&amp;gt;&amp;amp;lt;?foo ...?&amp;amp;gt;&amp;lt;/code&amp;gt; is a processing instruction. In HTML, it&#039;s a bogus comment.&lt;br /&gt;
* In HTML, the trailing slash used for the empty element syntax is a parse error for non-void elements (see below), but is ignored in all cases.&lt;br /&gt;
* In HTML, the &amp;lt;code&amp;gt;script&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;style&amp;lt;/code&amp;gt; elements are parsed as &amp;lt;code&amp;gt;CDATA&amp;lt;/code&amp;gt;. (Note: the definition of &amp;lt;code&amp;gt;CDATA&amp;lt;/code&amp;gt; differs from that in XML). In XML, they&#039;re parsed as normal elements (which means that comments are treated as &amp;lt;em&amp;gt;real&amp;lt;/em&amp;gt; comments, and things that look like start tags actually are start tags).&lt;br /&gt;
* In HTML, the &amp;lt;code&amp;gt;title&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;textarea&amp;lt;/code&amp;gt; elements are parsed as &amp;lt;code&amp;gt;RCDATA&amp;lt;/code&amp;gt;. (Note: The definition of &amp;lt;code&amp;gt;RCDATA&amp;lt;/code&amp;gt; differs from that in SGML and there is no &amp;lt;code&amp;gt;RCDATA&amp;lt;/code&amp;gt; in XML).&lt;br /&gt;
* In HTML, if scripting is enabled, the &amp;lt;code&amp;gt;noscript&amp;lt;/code&amp;gt; element is parsed as &amp;lt;code&amp;gt;CDATA&amp;lt;/code&amp;gt;. If scripting is disabled, it&#039;s parsed as &amp;lt;code&amp;gt;PCDATA&amp;lt;/code&amp;gt;. In XHTML, the element has no effect, and can&#039;t really be used to stop content from being present when script is disabled.&lt;br /&gt;
* In HTML, the &amp;lt;code&amp;gt;iframe&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;noembed&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;noframes&amp;lt;/code&amp;gt; elements are parsed as &amp;lt;code&amp;gt;CDATA&amp;lt;/code&amp;gt;. In XHTML, they are parsed as normal elements, and therefore do not stop content from being used.&lt;br /&gt;
* White space characters in attribute values are [http://www.w3.org/TR/REC-xml/#AVNormalize normalized] to spaces in XHTML.&lt;br /&gt;
* Elements with optional tags are implied in certain conditions.&lt;br /&gt;
* In HTML, &amp;lt;code&amp;gt;base&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;link&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;meta&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;style&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;title&amp;lt;/code&amp;gt; elements with tags occurring in the body are moved inserted into the head. In XHTML, they stay where they were specified.&lt;br /&gt;
* In HTML, tags for certain elements, which appear out of context, are ignored. This includes &amp;lt;code&amp;gt;caption&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;col&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;colgroup&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;frame&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;frameset&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;head&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;option&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;optgroup&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;tbody&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;td&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;tfoot&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;th&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;thead&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;tr&amp;lt;/code&amp;gt;.&lt;br /&gt;
* The &amp;lt;code&amp;gt;plaintext&amp;lt;/code&amp;gt; element has a special parsing requirement in HTML. (it is, however, forbidden). &lt;br /&gt;
* &amp;lt;em&amp;gt;Many other special handling of edge cases and error conditions, not all of which are listed here, occur in HTML.&amp;lt;/em&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Syntax ===&lt;br /&gt;
&lt;br /&gt;
* In HTML, [http://blog.whatwg.org/faq/#doctype the &amp;lt;code&amp;gt;doctype&amp;lt;/code&amp;gt; is required]. In XHTML, it is optional.&lt;br /&gt;
* In XHTML, tag names and attribute names are case sensitive. In HTML, they are case insensitive.&lt;br /&gt;
* In XHTML, non-empty elements require both a start and an end tag. In HTML, certain elements allow the omission of either or both:&lt;br /&gt;
** &amp;lt;code&amp;gt;html&amp;lt;/code&amp;gt; (both)&lt;br /&gt;
** &amp;lt;code&amp;gt;head&amp;lt;/code&amp;gt; (both)&lt;br /&gt;
** &amp;lt;code&amp;gt;body&amp;lt;/code&amp;gt; (both)&lt;br /&gt;
** &amp;lt;code&amp;gt;li&amp;lt;/code&amp;gt; (end tag)&lt;br /&gt;
** &amp;lt;code&amp;gt;dt&amp;lt;/code&amp;gt; (end tag)&lt;br /&gt;
** &amp;lt;code&amp;gt;dd&amp;lt;/code&amp;gt; (end tag)&lt;br /&gt;
** &amp;lt;code&amp;gt;p&amp;lt;/code&amp;gt; (end tag)&lt;br /&gt;
** &amp;lt;code&amp;gt;colgroup&amp;lt;/code&amp;gt; (both)&lt;br /&gt;
** &amp;lt;code&amp;gt;thead&amp;lt;/code&amp;gt; (end tag)&lt;br /&gt;
** &amp;lt;code&amp;gt;tbody&amp;lt;/code&amp;gt; (both)&lt;br /&gt;
** &amp;lt;code&amp;gt;tfoot&amp;lt;/code&amp;gt; (end tag)&lt;br /&gt;
** &amp;lt;code&amp;gt;tr&amp;lt;/code&amp;gt; (end tag)&lt;br /&gt;
** &amp;lt;code&amp;gt;td&amp;lt;/code&amp;gt; (end tag)&lt;br /&gt;
** &amp;lt;code&amp;gt;th&amp;lt;/code&amp;gt; (end tag)&lt;br /&gt;
* In XHTML, empty elements may use either the empty element syntax (&amp;lt;code&amp;gt;&amp;amp;lt;br/&amp;amp;gt;&amp;lt;/code&amp;gt;) or have an end tag immediately follow the start tag (&amp;lt;code&amp;gt;&amp;amp;lt;br&amp;amp;gt;&amp;amp;lt;/br&amp;amp;gt;&amp;lt;/code&amp;gt;). In HTML, the empty element syntax (trailing slash) is allowed on void elements, but forbidden on other elements. However, it serves no purpose whatsoever and can be omitted. End tags for void elements are forbidden.&lt;br /&gt;
** &amp;lt;code&amp;gt;base&amp;lt;/code&amp;gt;,&amp;lt;code&amp;gt; link&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;meta&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;hr&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;br&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;img&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;embed&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;param&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;area&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;col&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;input&amp;lt;/code&amp;gt;&lt;br /&gt;
** Note: the following are treated as void elements for the purpose in the parsing requirements, but, as they are obsolete and non-standard, the trailing slash is not permitted:  &amp;lt;code&amp;gt;basefont&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;b&amp;lt;/code&amp;gt;&amp;lt;code&amp;gt;gsound&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;spacer&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;wbr&amp;lt;/code&amp;gt;. (although, since these elements are not permitted anyway, it doesn&#039;t make much difference).&lt;br /&gt;
* HTML allows attribute minimisation (i.e. omitting the value), XHTML does not.&lt;br /&gt;
* HTML allows the use of unquoted attribute values, XHTML does not.&lt;br /&gt;
* XHTML allows the use of &amp;lt;code&amp;gt;CDATA&amp;lt;/code&amp;gt; sections, HTML does not.&lt;br /&gt;
* XHTML allows the use of processing instructions, HTML does not.&lt;br /&gt;
* In HTML, all entity references are predefined and do not require a DTD. But because there is no DTD for XHTML5, entity references cannot be used in XHTML. (excluding the 5 predefined entities: &amp;lt;code&amp;gt;&amp;amp;amp;amp;&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;&amp;amp;amp;lt;&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;&amp;amp;amp;gt;&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;&amp;amp;amp;quot;&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;&amp;amp;amp;apos;)&amp;lt;/code&amp;gt;&lt;br /&gt;
** You may provide your own DTD for use with your own validating parser, but be aware that browsers do not use validating parsers and will not read the DTD.&lt;br /&gt;
* The valid set of unicode characters  in XML 1.0 is limited beyond that in HTML.&lt;br /&gt;
* Namespace prefixes are permitted in XHTML. They are forbidden in HTML. &lt;br /&gt;
&lt;br /&gt;
=== Markup ===&lt;br /&gt;
&lt;br /&gt;
* The [http://blog.whatwg.org/faq/#namespace-decl namespace declaration] (&amp;lt;code&amp;gt;xmlns&amp;lt;/code&amp;gt; attribute) is required in XHTML.  The xmlns attribute is also allowed to appear on the &amp;lt;code&amp;gt;html&amp;lt;/code&amp;gt; element in HTML on the condition that is has the value &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;quot;http://www.w3.org/1999/xhtml&amp;quot;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;.&lt;br /&gt;
** &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;amp;lt;html xmlns=&amp;quot;http://www.w3.org/1999/xhtml&amp;quot;&amp;amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
** In HTML, the xmlns attribute has absolutely no effect. It is basically a talisman. It is allowed merely to make migration to and from XHTML mildly easier.  When parsed by an HTML parser, the attribute ends up in the null namespace&lt;br /&gt;
** In XML (with an [http://www.w3.org/TR/xml-names/ XML Namespaces]-aware parser), an xmlns attribute is part of the namespace declaration mechanism, and an element cannot actually have an xmlns attribute in the null namespace.  In DOM implementations, the attribute ends up in the &amp;quot;&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;http://www.w3.org/2000/xmlns/&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&amp;quot; namespace.&lt;br /&gt;
* XHTML allows non XHTML elements and attributes (in different namespaces) to be used, HTML does not.&lt;br /&gt;
* XHTML uses the &amp;lt;code&amp;gt;xml:lang&amp;lt;/code&amp;gt; attribute, HTML uses &amp;lt;code&amp;gt;lang&amp;lt;/code&amp;gt; instead,&lt;br /&gt;
* XML ID introduces &amp;lt;code&amp;gt;xml:id&amp;lt;/code&amp;gt;, which could be used in XHTML. In HTML it has no effect.&lt;br /&gt;
* In HTML, the &amp;lt;code&amp;gt;noscript&amp;lt;/code&amp;gt; element may be used. In XHTML, it is forbidden.&lt;br /&gt;
* HTML uses the &amp;lt;code&amp;gt;base&amp;lt;/code&amp;gt; element, XHTML uses &amp;lt;code&amp;gt;xml:base&amp;lt;/code&amp;gt; instead. &lt;br /&gt;
* In XHTML, &amp;lt;code&amp;gt;p&amp;lt;/code&amp;gt; elements may contain structured inline level elements including &amp;lt;code&amp;gt;blockquote&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;dl&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;menu&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;ol&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;ul&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;pre&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;table&amp;lt;/code&amp;gt;. In the HTML serialisation, due to backwards compatibility constraints, this is not possible (though it may be done through DOM manipulation).&lt;br /&gt;
* In XHTML, &amp;lt;code&amp;gt;table&amp;lt;/code&amp;gt; elements may contain child &amp;lt;code&amp;gt;tr&amp;lt;/code&amp;gt; elements. In the HTML serialisation, due to backwards compatibility constraints, this is not possible (though it may be done through DOM manipulation).&lt;br /&gt;
&lt;br /&gt;
=== Character Encoding ===&lt;br /&gt;
&lt;br /&gt;
* In XHTML, the XML declaration may be used to [http://blog.whatwg.org/faq/#charset specify the character encoding]. In HTML, the xml declaration is forbidden&lt;br /&gt;
* In HTML, the &amp;lt;code&amp;gt;meta&amp;lt;/code&amp;gt; element may be used insted. The &amp;lt;code&amp;gt;http-equiv&amp;lt;/code&amp;gt; attribute on the &amp;lt;code&amp;gt;meta&amp;lt;/code&amp;gt; element is forbidden in XHTML and is ignored if included.&lt;br /&gt;
* The default character encoding for XHTML is, according to XML rules, &amp;lt;code&amp;gt;UTF-8&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;UTF-16&amp;lt;/code&amp;gt;. If the encoding is unspecified in HTML, it should be determined through implementation specific heuristics or fallback to a default value (Note: this section of the spec is not yet finished).&lt;br /&gt;
&lt;br /&gt;
=== Scripts ===&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;code&amp;gt;document.write()&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;document.writeln()&amp;lt;/code&amp;gt; cannot be used in XHTML, they can in HTML. &lt;br /&gt;
* In XHTML, the use of the &amp;lt;code&amp;gt;innerHTML&amp;lt;/code&amp;gt; property requires that the string be a well-formed fragment of XML. &lt;br /&gt;
* DOM APIs are case sensitive in XHTML and some are case insensitive in HTML.  (This does not apply to elements which are not in the HTML namespace)&lt;br /&gt;
** Element.tagName, Node.nodeName, and Node.localName return the value in uppercase.&lt;br /&gt;
** Document.createElement() is case insensitive (the canonical form is lowercase).&lt;br /&gt;
** Element.setAttributeNode() will change the attribute name to lowercase.&lt;br /&gt;
** Element.setAttribute()   is case insensitive (the canonical form is lowercase).&lt;br /&gt;
** Document.getElementsByTagName() and Element.getElementsByTagName() are case insensitive.&lt;br /&gt;
** Document.renameNode(). If the new namespace is the HTML namespace, then the new qualified name must be lowercased before the rename takes place.&lt;br /&gt;
* In HTML, Document.createElement() will create an element in the HTML namespace.  In XML (including XHTML), the namespace is defined by both DOM2 and DOM3 to be null.&lt;br /&gt;
** In XHTML, browsers lack interoperability in this area.  In Firefox, the namespace is dependent upon the MIME type.  In Opera, it&#039;s dependent upon the root element and in Safari, it&#039;s always null.&lt;br /&gt;
&lt;br /&gt;
=== Stylesheets ===&lt;br /&gt;
&lt;br /&gt;
* Selectors, as used in CSS, match case sensitively in XHTML, but case insensitively in HTML.&lt;br /&gt;
* CSS requires special handling of the body element in HTML for painting backgrounds on the canvas, which do not apply to XHTML.&lt;br /&gt;
&lt;br /&gt;
== Differences Between HTML 4.01 and HTML 5 ==&lt;br /&gt;
&lt;br /&gt;
=== MIME Type ===&lt;br /&gt;
&lt;br /&gt;
Both HTML 4.01 and HTML 5 use &amp;lt;code&amp;gt;text/html&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;code&amp;gt;Content-Type: text/html; charset=UTF-8&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Parsing HTML ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* HTML 2.0 to HTML 4.01 were formally based on SGML, but browsers did not implement SGML parsers. [http://www.w3.org/TR/html4/conform.html#h-4.2 4.2 SGML] and  [http://www.w3.org/TR/html4/appendix/notes.html#h-B.3 B.3 SGML implementation notes], HTML 4.01. This is a non-normative section of HTML 4.01 specification. And it already makes the difference between HTML user agents and SGML user agents.&lt;br /&gt;
* HTML 5 is defines its own parsing requirements based on the way browsers actually handle HTML.&lt;br /&gt;
&lt;br /&gt;
=== Syntax ===&lt;br /&gt;
&lt;br /&gt;
* TODO&lt;br /&gt;
&lt;br /&gt;
=== Markup ===&lt;br /&gt;
&lt;br /&gt;
* [http://www.w3.org/TR/html4/index/elements.html List of HTML 4.01 elements]&lt;br /&gt;
* [http://www.w3.org/TR/html4/index/attributes.html List of HTML 4.01 attributes]&lt;br /&gt;
* [http://simon.html5.org/html5-elements HTML5 Elements and Attributes]&lt;br /&gt;
&lt;br /&gt;
==== Obsolete Attributes ====&lt;br /&gt;
&lt;br /&gt;
Some attributes that were defined in HTML4 are not included in HTML5. Here&#039;s a current list (subject to change, see the spec):&lt;br /&gt;
&lt;br /&gt;
* html@version&lt;br /&gt;
* head@profile&lt;br /&gt;
* a@rev, link@rev&lt;br /&gt;
* a@target, area@target, base@target, form@target (is mentioned in WF2...), link@target&lt;br /&gt;
* a@charset, link@charset, script@charset&lt;br /&gt;
* table@summary&lt;br /&gt;
* td@headers, th@headers&lt;br /&gt;
* td@axis, th@axis&lt;br /&gt;
* param@valuetype&lt;br /&gt;
* object@standby&lt;br /&gt;
* meta@scheme&lt;br /&gt;
* object@archive&lt;br /&gt;
&lt;br /&gt;
In addition, HTML5 has none of the presentational attributes that were in HTML4 (including those on &amp;amp;lt;table&amp;gt;). Any attributes defined on &#039;&#039;elements&#039;&#039; that are not in HTML5 are (obviously) also not in HTML5.&lt;br /&gt;
&lt;br /&gt;
==== Obsolete Elements ====&lt;br /&gt;
&lt;br /&gt;
The following elements were present in HTML4 but are not defined in HTML5:&lt;br /&gt;
&lt;br /&gt;
* acronym (use &amp;lt;abbr&amp;gt; instead)&lt;br /&gt;
* applet (use &amp;lt;object&amp;gt; instead)&lt;br /&gt;
* basefont&lt;br /&gt;
* big&lt;br /&gt;
* center&lt;br /&gt;
* dir&lt;br /&gt;
* font&lt;br /&gt;
* frame&lt;br /&gt;
* frameset&lt;br /&gt;
* isindex&lt;br /&gt;
* noframes&lt;br /&gt;
* noscript (only in XHTML)&lt;br /&gt;
* s&lt;br /&gt;
* strike&lt;br /&gt;
* tt&lt;br /&gt;
* u&lt;br /&gt;
&lt;br /&gt;
=== Character Encoding ===&lt;br /&gt;
&lt;br /&gt;
The character encoding can be declared using the meta element, but the syntax of the meta element has changed.  In HTML 4.01 and earlier, the meta element was:&lt;br /&gt;
&lt;br /&gt;
 &amp;amp;lt;meta http-equiv=&amp;quot;Content-Type&amp;quot; content=&amp;quot;text/html; charset=UTF-8&amp;quot;&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
In HTML5, the syntax was simplified to remove the unnecessary markup, yet still remain compatible with the encoding detection implemented in most existing browsers.&lt;br /&gt;
&lt;br /&gt;
 &amp;amp;lt;meta charset=&amp;quot;UTF-8&amp;quot;&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== HTML 4 Algorithm ====&lt;br /&gt;
&lt;br /&gt;
Source [http://www.w3.org/TR/html4/charset.html#h-5.2.2 5.2.2 Specifying the character encoding], HTML 4.01 Specification.&lt;br /&gt;
&lt;br /&gt;
# An HTTP &amp;quot;charset&amp;quot; parameter in a &amp;quot;Content-Type&amp;quot; field.&lt;br /&gt;
# A META declaration with &amp;quot;http-equiv&amp;quot; set to &amp;quot;Content-Type&amp;quot; and a value set for &amp;quot;charset&amp;quot;.&lt;br /&gt;
# The charset attribute set on an element that designates an external resource.&lt;br /&gt;
&lt;br /&gt;
==== HTML 5 Algorithm ====&lt;br /&gt;
&lt;br /&gt;
The exact algorithm that browsers must follow in order to [http://www.whatwg.org/specs/web-apps/current-work/#the-input0 determine the character encoding] is specified in HTML 5.  The basic algorithm works as follows:&lt;br /&gt;
&lt;br /&gt;
# If the transport layer specifies an encoding, use that, and abort these steps. (e.g. The HTTP Content-Type header).&lt;br /&gt;
# Read the first 512 bytes of the file, or at least as much as possible if less than that.&lt;br /&gt;
# If the file starts with a UTF-8, UTF-16 or UTF-32 BOM, then use that and abort these steps.&lt;br /&gt;
# Otherwise use the special algorithm to search the first 512 bytes for a meta element that declares the encoding.  The algorithm is relatively lenient in what it will detect, though since it doesn&#039;t use the normal parsing algorithm, there are some restrictions.&lt;br /&gt;
&lt;br /&gt;
== Differences Between DOM Level 2.0, 3.0 and the HTML 5 DOM APIs ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;This section might belong on a separate page.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* TODO (need to talk about the changes to the DOM API that HTML5 is making, compared with DOM2 and DOM3)&lt;br /&gt;
&lt;br /&gt;
== Translations ==&lt;br /&gt;
&lt;br /&gt;
* German translation: In progress ([http://meiert.com/en/ Jens Meiert])&lt;/div&gt;</summary>
		<author><name>Hasather</name></author>
	</entry>
	<entry>
		<id>https://wiki.whatwg.org/index.php?title=RelExtensions&amp;diff=2105</id>
		<title>RelExtensions</title>
		<link rel="alternate" type="text/html" href="https://wiki.whatwg.org/index.php?title=RelExtensions&amp;diff=2105"/>
		<updated>2007-02-15T17:55:48Z</updated>

		<summary type="html">&lt;p&gt;Hasather: Added rel values for OpenID authentication delegation&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page lists the allowed extension values for the rel=&amp;quot;&amp;quot; attribute in HTML5. You may add your own values to this list, which makes them legal HTML5 rel values. We ask that you try to avoid redundancy; if someone has already defined a value that does roughly what you want, please reuse it.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table&amp;gt;&lt;br /&gt;
  &amp;lt;tr&amp;gt;&lt;br /&gt;
   &amp;lt;th rowspan=2&amp;gt;Keyword&lt;br /&gt;
   &amp;lt;th colspan=2&amp;gt;Effect on...&lt;br /&gt;
   &amp;lt;th rowspan=2&amp;gt;Brief description&lt;br /&gt;
   &amp;lt;th rowspan=2&amp;gt;Link to more details&lt;br /&gt;
   &amp;lt;th rowspan=2&amp;gt;Synonyms&lt;br /&gt;
   &amp;lt;th rowspan=2&amp;gt;Status&lt;br /&gt;
  &amp;lt;/tr&amp;gt;&lt;br /&gt;
  &amp;lt;tr&amp;gt;&lt;br /&gt;
   &amp;lt;th&amp;gt;link&lt;br /&gt;
   &amp;lt;th&amp;gt;a and area&lt;br /&gt;
  &amp;lt;/tr&amp;gt;&lt;br /&gt;
  &amp;lt;tr&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;script&lt;br /&gt;
   &amp;lt;td&amp;gt;not allowed&lt;br /&gt;
   &amp;lt;td&amp;gt;not allowed&lt;br /&gt;
   &amp;lt;td&amp;gt;Was proposed to replace &amp;amp;lt;script&amp;gt;. Use &amp;amp;lt;script&amp;gt; instead.&lt;br /&gt;
   &amp;lt;td&amp;gt;none&lt;br /&gt;
   &amp;lt;td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;Rejected&lt;br /&gt;
  &amp;lt;/tr&amp;gt;&lt;br /&gt;
  &amp;lt;tr&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;glossary&lt;br /&gt;
   &amp;lt;td&amp;gt;Hyperlink&lt;br /&gt;
   &amp;lt;td&amp;gt;Hyperlink&lt;br /&gt;
   &amp;lt;td&amp;gt;Target document provides definitions for words in current document.&lt;br /&gt;
   &amp;lt;td&amp;gt;[http://www.w3.org/TR/html4/types.html#h-6.12 HTML4]&lt;br /&gt;
   &amp;lt;td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;Proposal&lt;br /&gt;
  &amp;lt;/tr&amp;gt;&lt;br /&gt;
  &amp;lt;tr&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;chapter&lt;br /&gt;
   &amp;lt;td&amp;gt;Hyperlink&lt;br /&gt;
   &amp;lt;td&amp;gt;Hyperlink&lt;br /&gt;
   &amp;lt;td&amp;gt;Target document is a subdocument of the current document.&lt;br /&gt;
   &amp;lt;td&amp;gt;[http://www.w3.org/TR/html4/types.html#h-6.12 HTML4]&lt;br /&gt;
   &amp;lt;td&amp;gt;section, subsection, appendix&lt;br /&gt;
   &amp;lt;td&amp;gt;Proposal&lt;br /&gt;
  &amp;lt;/tr&amp;gt;&lt;br /&gt;
  &amp;lt;tr&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;edit&lt;br /&gt;
   &amp;lt;td&amp;gt;Hyperlink&lt;br /&gt;
   &amp;lt;td&amp;gt;Hyperlink&lt;br /&gt;
   &amp;lt;td&amp;gt;Target document is an editable version of the current document.&lt;br /&gt;
   &amp;lt;td&amp;gt;[http://bitworking.org/projects/atom/draft-ietf-atompub-protocol-11.html#new-link-relation Atom Protocol]&lt;br /&gt;
   &amp;lt;td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;Proposal&lt;br /&gt;
  &amp;lt;/tr&amp;gt;&lt;br /&gt;
  &amp;lt;tr&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;openid.server&lt;br /&gt;
   &amp;lt;td&amp;gt;external resource&lt;br /&gt;
   &amp;lt;td&amp;gt;not allowed&lt;br /&gt;
   &amp;lt;td&amp;gt;OpenID authentication delegation&lt;br /&gt;
   &amp;lt;td&amp;gt;[http://openid.net/specs/openid-authentication-1_1.html#delegating_authentication OpenID specificaion]&lt;br /&gt;
   &amp;lt;td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;Proposal&lt;br /&gt;
  &amp;lt;/tr&amp;gt;&lt;br /&gt;
  &amp;lt;tr&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;openid.delegate&lt;br /&gt;
   &amp;lt;td&amp;gt;external resource&lt;br /&gt;
   &amp;lt;td&amp;gt;not allowed&lt;br /&gt;
   &amp;lt;td&amp;gt;OpenID authentication delegation&lt;br /&gt;
   &amp;lt;td&amp;gt;[http://openid.net/specs/openid-authentication-1_1.html#delegating_authentication OpenID specificaion]&lt;br /&gt;
   &amp;lt;td&amp;gt;&lt;br /&gt;
   &amp;lt;td&amp;gt;Proposal&lt;br /&gt;
  &amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;Effect on... link&amp;quot; column must either say &amp;quot;not allowed&amp;quot; if the rel value is not allowed on &amp;amp;lt;link&amp;gt; elements, &amp;quot;hyperlink&amp;quot; if the rel value creates a hyperlink, or &amp;quot;external resource&amp;quot; if the rel value creates a link to an external resource.&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;Effect on... a and area&amp;quot; column must either say &amp;quot;not allowed&amp;quot; or &amp;quot;hyperlink&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
For the &amp;quot;Status&amp;quot; section to be changed to &amp;quot;Accepted&amp;quot;, the proposed keyword must have been through the [http://microformats.org/wiki/process Microformats process], and been approved by the Microformats community.&lt;br /&gt;
&lt;br /&gt;
For more details, see [http://whatwg.org/specs/web-apps/current-work/#linkTypes the HTML5 specification].&lt;/div&gt;</summary>
		<author><name>Hasather</name></author>
	</entry>
</feed>