<?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=Rfc2549</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=Rfc2549"/>
	<link rel="alternate" type="text/html" href="https://wiki.whatwg.org/wiki/Special:Contributions/Rfc2549"/>
	<updated>2026-05-10T06:10:49Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.3</generator>
	<entry>
		<id>https://wiki.whatwg.org/index.php?title=Talk:MetaExtensions&amp;diff=3385</id>
		<title>Talk:MetaExtensions</title>
		<link rel="alternate" type="text/html" href="https://wiki.whatwg.org/index.php?title=Talk:MetaExtensions&amp;diff=3385"/>
		<updated>2008-10-10T01:46:14Z</updated>

		<summary type="html">&lt;p&gt;Rfc2549: /* &amp;quot;description&amp;quot; meta name */ update&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== &amp;quot;description&amp;quot; meta name ==&lt;br /&gt;
I think the description name should be added to the HTML 5 specifications. Yes, search engines have made the keywords name obsolete. However search engines are not &#039;&#039;that&#039;&#039; good. It is still only the document author that can provide a reliable, short description of the documents contents. I think there should be constrains on how long, what it contains, and the structure of the description. Short sentences, and plain English descriptions would be the best.&lt;br /&gt;
:It looks like &amp;quot;description&amp;quot; is in the latest specification. [[User:Rfc2549|Rfc2549]] 01:46, 10 October 2008 (UTC)&lt;/div&gt;</summary>
		<author><name>Rfc2549</name></author>
	</entry>
	<entry>
		<id>https://wiki.whatwg.org/index.php?title=OpenIssues&amp;diff=3384</id>
		<title>OpenIssues</title>
		<link rel="alternate" type="text/html" href="https://wiki.whatwg.org/index.php?title=OpenIssues&amp;diff=3384"/>
		<updated>2008-10-10T01:39:51Z</updated>

		<summary type="html">&lt;p&gt;Rfc2549: OpenIssues moved to Open issues: fix title&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Open issues]]&lt;/div&gt;</summary>
		<author><name>Rfc2549</name></author>
	</entry>
	<entry>
		<id>https://wiki.whatwg.org/index.php?title=Open_issues&amp;diff=3383</id>
		<title>Open issues</title>
		<link rel="alternate" type="text/html" href="https://wiki.whatwg.org/index.php?title=Open_issues&amp;diff=3383"/>
		<updated>2008-10-10T01:39:51Z</updated>

		<summary type="html">&lt;p&gt;Rfc2549: OpenIssues moved to Open issues: fix title&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;There are quite a few places in HTML5 that have issue boxes. This page lists the remaining items that are not yet included into the main specification properly:&lt;br /&gt;
&lt;br /&gt;
* Ruby (http://www.w3.org/TR/ruby/)&lt;br /&gt;
* Rendering&lt;br /&gt;
* Forms (Web Forms 2.0)&lt;br /&gt;
&lt;br /&gt;
If enough experience is gained on time the following features will be looked at as well:&lt;br /&gt;
&lt;br /&gt;
* SVG and MathML support in the HTML syntax&lt;br /&gt;
* Extensibility in HTML&lt;br /&gt;
&lt;br /&gt;
There are several other features considered for future versions of HTML:&lt;br /&gt;
&lt;br /&gt;
* ECMAScript Threading API (based on Google Gears WorkerPool)&lt;br /&gt;
* API for 3D immediate mode graphics&lt;/div&gt;</summary>
		<author><name>Rfc2549</name></author>
	</entry>
	<entry>
		<id>https://wiki.whatwg.org/index.php?title=MicrosyntaxDescriptions&amp;diff=3382</id>
		<title>MicrosyntaxDescriptions</title>
		<link rel="alternate" type="text/html" href="https://wiki.whatwg.org/index.php?title=MicrosyntaxDescriptions&amp;diff=3382"/>
		<updated>2008-10-10T01:37:19Z</updated>

		<summary type="html">&lt;p&gt;Rfc2549: /* date */ clarify: that&amp;#039;s not the only ISO 8601 format&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The purpose of this page is to enable collaborative creation of brief advisory text for each HTML5 microsyntax so that when an attribute value does not conform to a given microsyntax, a validator can display the advisory text about the syntax to guide the author to fix the value. Note that like the rest of this wiki, editing requires you to agree to release your contributions under the MIT license (see wiki footer). Please note that while copying text from the [http://www.whatwg.org/specs/web-apps/current-work/ WHATWG version of HTML 5] is OK, copying text from RFCs or W3C specs is not OK.&lt;br /&gt;
&lt;br /&gt;
Note that some formats pertain to Web Forms 2.0 (e.g. &amp;lt;code&amp;gt;datetime-local&amp;lt;/code&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
Please keep descriptions short: one paragraph in length.&lt;br /&gt;
&lt;br /&gt;
==browsing-context==&lt;br /&gt;
A browsing context name is any string that does not start with an underscore (&amp;lt;code&amp;gt;_&amp;lt;/code&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
==browsing-context-or-keyword==&lt;br /&gt;
A browsing context name or keyword is either any string that does not start with an underscore (&amp;lt;code&amp;gt;_&amp;lt;/code&amp;gt;) or a string that case-insensitively matches one of: &amp;lt;code&amp;gt;_blank&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;_self&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;_parent&amp;lt;/code&amp;gt;, or &amp;lt;code&amp;gt;_top&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==charset==&lt;br /&gt;
&lt;br /&gt;
The IANA maintain a [http://www.iana.org/assignments/character-sets list of registered encoding names]. Example: &amp;lt;code&amp;gt;utf-8&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==charset-list==&lt;br /&gt;
(form accept-charset value)&lt;br /&gt;
&lt;br /&gt;
==circle==&lt;br /&gt;
A circle is specified as three comma-separated (no spaces allowed) integers the last one of which is non-negative. An integer consists of one or more digits (&amp;lt;code&amp;gt;0&amp;lt;/code&amp;gt;–&amp;lt;code&amp;gt;9&amp;lt;/code&amp;gt;), optionally preceded by a hyphen (&amp;lt;code&amp;gt;-&amp;lt;/code&amp;gt;). Examples of circles: &amp;lt;code&amp;gt;5,5,10&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;-5,0,20&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==date==&lt;br /&gt;
An ISO 8601 date, for example in the format &amp;lt;code&amp;gt;&amp;lt;i&amp;gt;YYYY&amp;lt;/i&amp;gt;-&amp;lt;i&amp;gt;MM&amp;lt;/i&amp;gt;-&amp;lt;i&amp;gt;DD&amp;lt;/i&amp;gt;&amp;lt;/code&amp;gt;. Example: &amp;lt;code&amp;gt;2002-09-29&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==date-or-time==&lt;br /&gt;
(&#039;&#039;[http://canvex.lazyilluminati.com/misc/cgi/issues.cgi/folder/microsyntaxes-dates This format deviates from the spec draft.]&#039;&#039;) An ISO 8601 date (i.e. &amp;lt;code&amp;gt;&amp;lt;i&amp;gt;YYYY&amp;lt;/i&amp;gt;-&amp;lt;i&amp;gt;MM&amp;lt;/i&amp;gt;-&amp;lt;i&amp;gt;DD&amp;lt;/i&amp;gt;&amp;lt;/code&amp;gt;.), time (i.e. &amp;lt;code&amp;gt;&amp;lt;i&amp;gt;hh&amp;lt;/i&amp;gt;:&amp;lt;i&amp;gt;mm&amp;lt;/i&amp;gt;&amp;lt;/code&amp;gt; optionally followed by &amp;lt;code&amp;gt;:&amp;lt;i&amp;gt;ss&amp;lt;/i&amp;gt;&amp;lt;/code&amp;gt; optionally followed by &amp;lt;code&amp;gt;.&amp;lt;/code&amp;gt; and digits) optionally with a time zone designator (i.e. either &amp;lt;code&amp;gt;Z&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;+&amp;lt;i&amp;gt;hh&amp;lt;/i&amp;gt;:&amp;lt;i&amp;gt;mm&amp;lt;/i&amp;gt;&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;-&amp;lt;i&amp;gt;hh&amp;lt;/i&amp;gt;:&amp;lt;i&amp;gt;mm&amp;lt;/i&amp;gt;&amp;lt;/code&amp;gt;) or both date and time separated by &amp;lt;code&amp;gt;T&amp;lt;/code&amp;gt;. Examples: &amp;lt;code&amp;gt;1996-01-01T12:05:25&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;1996-01-01&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;12:05:25&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;1996-01-01T12:05:25.6-02:00&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==date-or-time-content==&lt;br /&gt;
(&#039;&#039;[http://canvex.lazyilluminati.com/misc/cgi/issues.cgi/folder/microsyntaxes-dates This format deviates from the spec draft.]&#039;&#039;) An ISO 8601 date (i.e. &amp;lt;code&amp;gt;&amp;lt;i&amp;gt;YYYY&amp;lt;/i&amp;gt;-&amp;lt;i&amp;gt;MM&amp;lt;/i&amp;gt;-&amp;lt;i&amp;gt;DD&amp;lt;/i&amp;gt;&amp;lt;/code&amp;gt;.), time (i.e. &amp;lt;code&amp;gt;&amp;lt;i&amp;gt;hh&amp;lt;/i&amp;gt;:&amp;lt;i&amp;gt;mm&amp;lt;/i&amp;gt;&amp;lt;/code&amp;gt; optionally followed by &amp;lt;code&amp;gt;:&amp;lt;i&amp;gt;ss&amp;lt;/i&amp;gt;&amp;lt;/code&amp;gt; optionally followed by &amp;lt;code&amp;gt;.&amp;lt;/code&amp;gt; and digits) optionally with a time zone designator (i.e. either &amp;lt;code&amp;gt;Z&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;+&amp;lt;i&amp;gt;hh&amp;lt;/i&amp;gt;:&amp;lt;i&amp;gt;mm&amp;lt;/i&amp;gt;&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;-&amp;lt;i&amp;gt;hh&amp;lt;/i&amp;gt;:&amp;lt;i&amp;gt;mm&amp;lt;/i&amp;gt;&amp;lt;/code&amp;gt;) or both date and time separated by &amp;lt;code&amp;gt;T&amp;lt;/code&amp;gt; or a Unicode space class character. Unicode space class (Zs) characters are allowed around the components (date, time, time zone designator). Examples: &amp;lt;code&amp;gt;1996-01-01 12:05:25&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;1996-01-01&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;12:05:25&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;1996-01-01 T 12:05:25.6  -02:00&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==datetime==&lt;br /&gt;
An ISO 8601 date and time in the UTC time zone, i.e. &amp;lt;code&amp;gt;&amp;lt;i&amp;gt;YYYY&amp;lt;/i&amp;gt;-&amp;lt;i&amp;gt;MM&amp;lt;/i&amp;gt;-&amp;lt;i&amp;gt;DD&amp;lt;/i&amp;gt;T&amp;lt;i&amp;gt;hh&amp;lt;/i&amp;gt;:&amp;lt;i&amp;gt;mm&amp;lt;/i&amp;gt;&amp;lt;/code&amp;gt; optionally followed by &amp;lt;code&amp;gt;:&amp;lt;i&amp;gt;ss&amp;lt;/i&amp;gt;&amp;lt;/code&amp;gt; for the seconds, optionally followed by &amp;lt;code&amp;gt;.&amp;lt;/code&amp;gt; and one or more digits for the fraction of a second, and finally followed by &amp;lt;code&amp;gt;Z&amp;lt;/code&amp;gt;. Examples: &amp;lt;code&amp;gt;1996-01-01T12:05Z&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;1996-01-01T12:05:25.6Z&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==datetime-local==&lt;br /&gt;
An ISO 8601 date and time with no time zone information, i.e. &amp;lt;code&amp;gt;&amp;lt;i&amp;gt;YYYY&amp;lt;/i&amp;gt;-&amp;lt;i&amp;gt;MM&amp;lt;/i&amp;gt;-&amp;lt;i&amp;gt;DD&amp;lt;/i&amp;gt;T&amp;lt;i&amp;gt;hh&amp;lt;/i&amp;gt;:&amp;lt;i&amp;gt;mm&amp;lt;/i&amp;gt;&amp;lt;/code&amp;gt; optionally followed by &amp;lt;code&amp;gt;:&amp;lt;i&amp;gt;ss&amp;lt;/i&amp;gt;&amp;lt;/code&amp;gt; for the seconds, optionally followed by &amp;lt;code&amp;gt;.&amp;lt;/code&amp;gt; and one or more digits for the fraction of a second. Examples: &amp;lt;code&amp;gt;1996-01-01T12:05&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;1996-01-01T12:05:25.6&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==datetime-tz==&lt;br /&gt;
(&#039;&#039;[http://canvex.lazyilluminati.com/misc/cgi/issues.cgi/folder/microsyntaxes-dates This format deviates from the spec draft.]&#039;&#039;) An ISO 8601 date and time with a time zone designator, i.e. &amp;lt;code&amp;gt;&amp;lt;i&amp;gt;YYYY&amp;lt;/i&amp;gt;-&amp;lt;i&amp;gt;MM&amp;lt;/i&amp;gt;-&amp;lt;i&amp;gt;DD&amp;lt;/i&amp;gt;T&amp;lt;i&amp;gt;hh&amp;lt;/i&amp;gt;:&amp;lt;i&amp;gt;mm&amp;lt;/i&amp;gt;:&amp;lt;i&amp;gt;ss&amp;lt;/i&amp;gt;&amp;lt;/code&amp;gt; optionally followed by &amp;lt;code&amp;gt;.&amp;lt;/code&amp;gt; and one or more digits for the fraction of a second, and finally followed by either &amp;lt;code&amp;gt;Z&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;+&amp;lt;i&amp;gt;hh&amp;lt;/i&amp;gt;:&amp;lt;i&amp;gt;mm&amp;lt;/i&amp;gt;&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;-&amp;lt;i&amp;gt;hh&amp;lt;/i&amp;gt;:&amp;lt;i&amp;gt;mm&amp;lt;/i&amp;gt;&amp;lt;/code&amp;gt;. Examples: &amp;lt;code&amp;gt;1996-01-01T12:05:25Z&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;1996-01-01T12:05:25.6+02:00&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==email==&lt;br /&gt;
An e-mail address must match the &amp;lt;code&amp;gt;addr-spec&amp;lt;/code&amp;gt; production defined in [http://tools.ietf.org/html/rfc2822#section-3.4.1 RFC 2822 section 3.4.1] excluding the &amp;lt;code&amp;gt;CFWS&amp;lt;/code&amp;gt; production everywhere and excluding the &amp;lt;code&amp;gt;FWS&amp;lt;/code&amp;gt; production everywhere except in the &amp;lt;code&amp;gt;quoted-string&amp;lt;/code&amp;gt; production.&lt;br /&gt;
&lt;br /&gt;
==float==&lt;br /&gt;
A floating point number consists of one of more digits (&amp;lt;code&amp;gt;0&amp;lt;/code&amp;gt;–&amp;lt;code&amp;gt;9&amp;lt;/code&amp;gt;), optionally with a single point (&amp;lt;code&amp;gt;.&amp;lt;/code&amp;gt;) somewhere (either before these numbers, in between two numbers, or after the numbers), all optionally prefixed with a hyphen (&amp;lt;code&amp;gt;-&amp;lt;/code&amp;gt;). Examples: &amp;lt;code&amp;gt;42&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;.42&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;-4.2&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==float-non-negative==&lt;br /&gt;
...&lt;br /&gt;
==float-positive==&lt;br /&gt;
...&lt;br /&gt;
==float-exp==&lt;br /&gt;
(WF2 float)&lt;br /&gt;
&lt;br /&gt;
==float-exp-positive==&lt;br /&gt;
(positive WF2 float)&lt;br /&gt;
&lt;br /&gt;
==hash-name==&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
==ID==&lt;br /&gt;
An ID consists of at least one character but must not contain any whitespace.&lt;br /&gt;
&lt;br /&gt;
==integer==&lt;br /&gt;
One or more digits (&amp;lt;code&amp;gt;0&amp;lt;/code&amp;gt;–&amp;lt;code&amp;gt;9&amp;lt;/code&amp;gt;), optionally preceded by a hyphen (&amp;lt;code&amp;gt;-&amp;lt;/code&amp;gt;). For example: &amp;lt;code&amp;gt;42&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;-273&amp;lt;/code&amp;gt; are valid, but &amp;lt;code&amp;gt;+42&amp;lt;/code&amp;gt; is not.&lt;br /&gt;
&lt;br /&gt;
==integer-non-negative==&lt;br /&gt;
One or more digits (&amp;lt;code&amp;gt;0&amp;lt;/code&amp;gt;–&amp;lt;code&amp;gt;9&amp;lt;/code&amp;gt;). For example: &amp;lt;code&amp;gt;42&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;0&amp;lt;/code&amp;gt; are valid, but &amp;lt;code&amp;gt;-273&amp;lt;/code&amp;gt; is not.&lt;br /&gt;
&lt;br /&gt;
==integer-positive==&lt;br /&gt;
One or more digits (&amp;lt;code&amp;gt;0&amp;lt;/code&amp;gt;–&amp;lt;code&amp;gt;9&amp;lt;/code&amp;gt;), with at least one which is non-zero. For example: &amp;lt;code&amp;gt;42&amp;lt;/code&amp;gt; is valid, but &amp;lt;code&amp;gt;00&amp;lt;/code&amp;gt; is not.&lt;br /&gt;
&lt;br /&gt;
==iri==&lt;br /&gt;
An absolute URL. For example: &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;http://&amp;lt;/nowiki&amp;gt;example.org/hello&amp;lt;/code&amp;gt;, but not &amp;lt;code&amp;gt;/hello&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==iri-ref==&lt;br /&gt;
Any URL. For example: &amp;lt;code&amp;gt;/hello&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;#canvas&amp;lt;/code&amp;gt;, or &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;http://&amp;lt;/nowiki&amp;gt;example.org/&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==language==&lt;br /&gt;
An [http://tools.ietf.org/html/rfc4646 RFC 4646] language tag consists of hyphen-separated ASCII-alphanumeric subtags. There is a primary tag identifying a natural language by its shortest ISO 639 language code (e.g. &amp;lt;code&amp;gt;en&amp;lt;/code&amp;gt; for English) and zero or more additional subtags adding precision. The most common additional subtag type is a region subtag which most commonly is a two-letter ISO 3166 country code (e.g. &amp;lt;code&amp;gt;GB&amp;lt;/code&amp;gt; for the United Kingdom). IANA maintains a [http://www.iana.org/assignments/language-subtag-registry registry of permissible subtags].&lt;br /&gt;
&lt;br /&gt;
==media-query==&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
==meta-charset==&lt;br /&gt;
&lt;br /&gt;
A legacy encoding declaration consists of &amp;lt;code&amp;gt;text/html;&amp;lt;/code&amp;gt;, optionally followed by whitespace, followed by &amp;lt;code&amp;gt;charset=&amp;lt;/code&amp;gt;, followed by an encoding name. The IANA maintain a [http://www.iana.org/assignments/character-sets list of registered encoding names]. Example: &amp;lt;code&amp;gt;text/html; charset=utf-8&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==mime-type==&lt;br /&gt;
(RFC2616 version)&lt;br /&gt;
==mime-type-list==&lt;br /&gt;
(WF2)&lt;br /&gt;
&lt;br /&gt;
==month==&lt;br /&gt;
An ISO 8601 date with year and month, i.e. &amp;lt;code&amp;gt;&amp;lt;i&amp;gt;YYYY&amp;lt;/i&amp;gt;-&amp;lt;i&amp;gt;MM&amp;lt;/i&amp;gt;&amp;lt;/code&amp;gt;. Example: &amp;lt;code&amp;gt;2007-11&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==pattern==&lt;br /&gt;
(WF2)&lt;br /&gt;
&lt;br /&gt;
==polyline==&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
==ratio==&lt;br /&gt;
(progress content)&lt;br /&gt;
&lt;br /&gt;
==rectangle==&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
==time==&lt;br /&gt;
A time (hour, minute, seconds, fractional seconds) is encoded according to ISO 8601 with no time zone: two digits (&amp;lt;code&amp;gt;0&amp;lt;/code&amp;gt;–&amp;lt;code&amp;gt;9&amp;lt;/code&amp;gt;) for the hour, a colon, two digits for the minute, optionally a colon and two digits for the second, and optionally (if the seconds are present) a period (&amp;lt;code&amp;gt;.&amp;lt;/code&amp;gt;) and one or more digits for the fraction of a second. All the numbers must be in base ten and zero-padded if necessary. For instance: &amp;lt;code&amp;gt;23:59:00.00000&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;00:00:05&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==week==&lt;br /&gt;
A week consists of a year and a week number encoded according to ISO 8601: four or more digits (&amp;lt;code&amp;gt;0&amp;lt;/code&amp;gt;–&amp;lt;code&amp;gt;9&amp;lt;/code&amp;gt;) representing the year, a hyphen (&amp;lt;code&amp;gt;-&amp;lt;/code&amp;gt;), a literal &amp;lt;code&amp;gt;W&amp;lt;/code&amp;gt;, and two digits for the week, zero-padded if necessary. The week number must be a number greater than or equal to &amp;lt;code&amp;gt;01&amp;lt;/code&amp;gt;. Week &amp;lt;code&amp;gt;01&amp;lt;/code&amp;gt; of a given year is the week containing the 4&amp;lt;sup&amp;gt;th&amp;lt;/sup&amp;gt; of January; weeks start on Monday. For instance: &amp;lt;code&amp;gt;2005-W52&amp;lt;/code&amp;gt; is the week that ended on Sunday the first of January, 2006.&lt;br /&gt;
&lt;br /&gt;
[[Category:Validator.nu Documentation]]&lt;/div&gt;</summary>
		<author><name>Rfc2549</name></author>
	</entry>
</feed>