<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://microformats.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=TabAtkins</id>
	<title>Microformats Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://microformats.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=TabAtkins"/>
	<link rel="alternate" type="text/html" href="https://microformats.org/wiki/Special:Contributions/TabAtkins"/>
	<updated>2026-06-10T10:06:06Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.38.4</generator>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=html5&amp;diff=43481</id>
		<title>html5</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=html5&amp;diff=43481"/>
		<updated>2011-01-31T19:12:15Z</updated>

		<summary type="html">&lt;p&gt;TabAtkins: Removed the rel/rev issue, as it was factually incorrect.  Instead added a new section covering HTML5 changes that details the effect of the removal of @rel.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt;Microformats in HTML5&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
&lt;br /&gt;
''This page is to document '''future''' use of microformats in [http://www.w3.org/html/wg/html5 HTML5]. None of the items documented are supported now, and may change upon proper development within the microformats community, or changes in the HTML 5 specification. This page is to track HTML5 enabled enhancements to microformats, and issues that HTML5 raises. It may be used to track issues which we need to push back into the HTML 5 development process.''&lt;br /&gt;
&lt;br /&gt;
If there are things that microformats would like to mark up that aren't handled by HTML5 explicitly, please let the WHATWG know, so we can improve HTML5. This is how the &amp;lt;code&amp;gt;time&amp;lt;/code&amp;gt; element came to be, for instance.&lt;br /&gt;
&lt;br /&gt;
==New features in HTML5==&lt;br /&gt;
&lt;br /&gt;
=== time element ===&lt;br /&gt;
'''&amp;lt;code&amp;gt;time&amp;lt;/code&amp;gt; element for representing date times'''. In HTML5, the machine form of datetimes can be represented natively. In some cases it may be possible to replace the date-time design pattern with native HTML5.&lt;br /&gt;
* &amp;lt;code&amp;gt;time&amp;lt;/code&amp;gt; takes an optional &amp;lt;code&amp;gt;pubdate&amp;lt;/code&amp;gt; attribute, to indicate the publication date of an &amp;lt;code&amp;gt;article&amp;lt;/code&amp;gt;. Synonymous with [[hAtom]] &amp;lt;code&amp;gt;published&amp;lt;/code&amp;gt;, may imply [[hAtom]] &amp;lt;code&amp;gt;updated&amp;lt;/code&amp;gt;, may imply [[hReview]] &amp;lt;code&amp;gt;dtreviewed&amp;lt;/code&amp;gt;, may imply [[hListing]] &amp;lt;code&amp;gt;dtlisted&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note that there are documented [http://wiki.whatwg.org/wiki/Time limitations in the time element].  Please add additional opinions and use cases to that wiki page so that we can help improve the time element.&lt;br /&gt;
&lt;br /&gt;
* Recommendation: Use the [[value-class-pattern]], in particular preferably &amp;lt;strong&amp;gt;date-time-separation&amp;lt;/strong&amp;gt; for accessibly marking up dates and times while following the &amp;lt;abbr title=&amp;quot;Don't Repeat Yourself&amp;quot;&amp;gt;DRY&amp;lt;/abbr&amp;gt; [[principle]] as much as possible.&lt;br /&gt;
&lt;br /&gt;
* [[parsers#HTML::Microformats|HTML::Microformats]] and its predecessors have supported the &amp;lt;code&amp;gt;time&amp;lt;/code&amp;gt; element since July 2008.&lt;br /&gt;
&lt;br /&gt;
* Try http://dev.h2vx.com/ (the beta version of [[H2VX]]) as it now has preliminary support for &amp;lt;code&amp;gt;&amp;amp;lt;time datetime&amp;amp;gt;&amp;lt;/code&amp;gt; as well as the new semantic HTML5 elements.&lt;br /&gt;
&lt;br /&gt;
==== hCalendar with time element ====&lt;br /&gt;
Here is the [[hcalendar#Examples|hCalendar spec example]] updated to use section instead of div, and time instead of abbr.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=html4strict&amp;gt;&lt;br /&gt;
&amp;lt;section class=&amp;quot;vevent&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;a class=&amp;quot;url&amp;quot; href=&amp;quot;http://conferences.oreillynet.com/pub/w/40/program.html&amp;quot;&amp;gt;&lt;br /&gt;
  http://conferences.oreillynet.com/pub/w/40/program.html&lt;br /&gt;
 &amp;lt;/a&amp;gt;&lt;br /&gt;
 &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;Web 2.0 Conference&amp;lt;/span&amp;gt;: &lt;br /&gt;
 &amp;lt;time class=&amp;quot;dtstart&amp;quot; datetime=&amp;quot;2005-10-05&amp;quot;&amp;gt;October 5&amp;lt;/time&amp;gt;-&lt;br /&gt;
 &amp;lt;time class=&amp;quot;dtend&amp;quot; datetime=&amp;quot;2005-10-07&amp;quot;&amp;gt;7&amp;lt;/time&amp;gt;,&lt;br /&gt;
 at the &amp;lt;span class=&amp;quot;location&amp;quot;&amp;gt;Argent Hotel, San Francisco, CA&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/section&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== article element ===&lt;br /&gt;
'''&amp;lt;code&amp;gt;article&amp;lt;/code&amp;gt;''' element for major, independent compositions of content within a page. Perhaps synonymous with [[hAtom]] &amp;lt;code&amp;gt;hentry&amp;lt;/code&amp;gt;. Could be parsed as &amp;lt;code&amp;gt;hentry&amp;lt;/code&amp;gt; within explicit &amp;lt;code&amp;gt;hfeed&amp;lt;/code&amp;gt; blocks?&lt;br /&gt;
&lt;br /&gt;
=== data attributes ===&lt;br /&gt;
'''&amp;lt;code&amp;gt;data-&amp;lt;/code&amp;gt; naming convention for tag attributes'''. the draft specification states that any attribute that starts with &amp;quot;data-&amp;quot; will be treated as a storage area for private data.&lt;br /&gt;
* Note that the data-* stuff is explicitly &amp;lt;em&amp;gt;not&amp;lt;/em&amp;gt; for microformats. Those attributes are defined in such a way that browsers will never do anything special with them, ever. They are intended for script authors to have a space in which they can play without ever clashing with anything the browser does. There may be some cases of private [[poshformats]] that are never intended for interchange that may be used in data-* attributes.&lt;br /&gt;
&lt;br /&gt;
=== new semantic elements ===&lt;br /&gt;
HTML5 has numerous new semantic elements.&lt;br /&gt;
&lt;br /&gt;
Most microformats [[parsers]] probably won't recognize those elements and may ignore them - so avoid using microformats classes on new HTML5 semantic elements for anything in production.&lt;br /&gt;
&lt;br /&gt;
HOWEVER, do try experimenting with microformats and new semantic HTML5, &lt;br /&gt;
&lt;br /&gt;
AND try http://dev.h2vx.com/ (the beta version of [[H2VX]]) as it now has preliminary support for the new semantic HTML5 elements as well as &amp;lt;code&amp;gt;&amp;amp;lt;time datetime&amp;amp;gt;&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Changes in HTML5 ==&lt;br /&gt;
=== The rel/rev attributes ===&lt;br /&gt;
The &amp;lt;code&amp;gt;rev&amp;lt;/code&amp;gt; attribute has been removed from HTML5.  The &amp;lt;code&amp;gt;rel&amp;lt;/code&amp;gt; attribute can be still be used in the same way, but microformats that assumed the existence of &amp;lt;code&amp;gt;rev&amp;lt;/code&amp;gt; and thus only defined a single forward-facing relation may need to be changed to include an opposite relation as well.  That is, for every 'authoredBy' relation, consider defining an 'authorOf' relation, if the opposite relation is indeed useful.&lt;br /&gt;
&lt;br /&gt;
== Additions beyond HTML5 ==&lt;br /&gt;
=== microdata ===&lt;br /&gt;
{{main|microdata}}&lt;br /&gt;
'''[[microdata]]''' is an extension to HTML5 that provides a set of attributes and associated DOM APIs for semantically marking up and extracting data from existing content in web pages, similar to microformats but with new attributes.&lt;br /&gt;
&lt;br /&gt;
== Current microformat compatibility ==&lt;br /&gt;
There seems to be no issue with current implementation of the following microformats in HTML 5:&lt;br /&gt;
* [[hcard]]&lt;br /&gt;
* [[xfn]]&lt;br /&gt;
&lt;br /&gt;
== Requests ==&lt;br /&gt;
* &amp;quot;how to use with HTML5&amp;quot; sections that include (a) microformats examples that use [[HTML5]], and (b) microformats parsing details that specify what to do (if anything special is required) with HTML5 elements (e.g. how to parse the &amp;lt;code&amp;gt;time&amp;lt;/code&amp;gt; element for dates and times for microformats). See (and add to if necessary) :&lt;br /&gt;
** [[hcard-brainstorming#how_to_use_with_HTML5|hCard brainstorming - how to use with HTML5]]&lt;br /&gt;
** [[hcalendar-brainstorming#how_to_use_with_HTML5|hCalendar brainstorming - how to use with HTML5]] e.g. hCalendar with the &amp;lt;code&amp;gt;time&amp;lt;/code&amp;gt; element&lt;br /&gt;
** [[citation-brainstorming#how_to_use_with_HTML5|citation brainstorming - how to use with HTML5]]&lt;br /&gt;
** if nothing special is required for HTML5, then after performing the analysis, that should be noted as well, for the purpose of clarity.&lt;br /&gt;
&lt;br /&gt;
==Issues==&lt;br /&gt;
&amp;lt;div class='discussion issues'&amp;gt;&lt;br /&gt;
* '''The &amp;lt;code&amp;gt;profile&amp;lt;/code&amp;gt; attribute has been removed'''. In HTML, the &amp;lt;code&amp;gt;profile&amp;lt;/code&amp;gt; attribute from the &amp;lt;code&amp;gt;head&amp;lt;/code&amp;gt; has been removed, with no direct replacement. This causes issues for GRDDL support. It's been suggested that profile URLs be represented in &amp;lt;code&amp;gt;link&amp;lt;/code&amp;gt; elements instead, or even as a custom HTTP header. See [[grddl]] and [[profile-uris]]&lt;br /&gt;
** See [[rel-profile]] which is the replacement for the profile attribute. [[User:Tantek|Tantek]] 23:24, 5 November 2009 (UTC)&lt;br /&gt;
* '''Microdata &amp;lt;code&amp;gt;itemprop&amp;lt;/code&amp;gt; duplicates &amp;lt;code&amp;gt;class&amp;lt;/code&amp;gt; data'''. the new attribute itemprop is designed to hold some meaningful data about an element, but class already exists to hold this data. Unsure of reasons why itemprop required?&lt;br /&gt;
** This is because microdata is designed to be generically parsable, even when the parser does not understand the vocabulary. As such, property names have to be on an explicit attribute, not shared with other, non-data classnames. --[[User:BenWard|BenWard]] 21:12, 4 September 2009 (UTC)&lt;br /&gt;
* '''The [http://microformats.org/wiki/value-class-pattern#Date_and_time_parsing recommended removal of the colon in timezone] doesn’t validate''' The relevant uF wiki text is “However the colons &amp;quot;:&amp;quot; separating the hours and minutes of any timezone offset are optional and discouraged in order to make it less likely that a timezone offset will be confused for a time.” ref: [http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#global-dates-and-times HTML5 time microsyntax for &amp;amp;lt;time&amp;amp;gt;] --[[User:Oli|Oli]] 14:40, 14 February 2010 (+9)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== see also ==&lt;br /&gt;
* [[HTML3]]&lt;/div&gt;</summary>
		<author><name>TabAtkins</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=html5&amp;diff=43480</id>
		<title>html5</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=html5&amp;diff=43480"/>
		<updated>2011-01-31T18:41:09Z</updated>

		<summary type="html">&lt;p&gt;TabAtkins: /* Issues */ The &amp;quot;rel is directionless in HTML5&amp;quot; issue is incorrect, so I provided a correction.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt;Microformats in HTML5&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
&lt;br /&gt;
''This page is to document '''future''' use of microformats in [http://www.w3.org/html/wg/html5 HTML5]. None of the items documented are supported now, and may change upon proper development within the microformats community, or changes in the HTML 5 specification. This page is to track HTML5 enabled enhancements to microformats, and issues that HTML5 raises. It may be used to track issues which we need to push back into the HTML 5 development process.''&lt;br /&gt;
&lt;br /&gt;
If there are things that microformats would like to mark up that aren't handled by HTML5 explicitly, please let the WHATWG know, so we can improve HTML5. This is how the &amp;lt;code&amp;gt;time&amp;lt;/code&amp;gt; element came to be, for instance.&lt;br /&gt;
&lt;br /&gt;
==New features in HTML5==&lt;br /&gt;
&lt;br /&gt;
=== time element ===&lt;br /&gt;
'''&amp;lt;code&amp;gt;time&amp;lt;/code&amp;gt; element for representing date times'''. In HTML5, the machine form of datetimes can be represented natively. In some cases it may be possible to replace the date-time design pattern with native HTML5.&lt;br /&gt;
* &amp;lt;code&amp;gt;time&amp;lt;/code&amp;gt; takes an optional &amp;lt;code&amp;gt;pubdate&amp;lt;/code&amp;gt; attribute, to indicate the publication date of an &amp;lt;code&amp;gt;article&amp;lt;/code&amp;gt;. Synonymous with [[hAtom]] &amp;lt;code&amp;gt;published&amp;lt;/code&amp;gt;, may imply [[hAtom]] &amp;lt;code&amp;gt;updated&amp;lt;/code&amp;gt;, may imply [[hReview]] &amp;lt;code&amp;gt;dtreviewed&amp;lt;/code&amp;gt;, may imply [[hListing]] &amp;lt;code&amp;gt;dtlisted&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note that there are documented [http://wiki.whatwg.org/wiki/Time limitations in the time element].  Please add additional opinions and use cases to that wiki page so that we can help improve the time element.&lt;br /&gt;
&lt;br /&gt;
* Recommendation: Use the [[value-class-pattern]], in particular preferably &amp;lt;strong&amp;gt;date-time-separation&amp;lt;/strong&amp;gt; for accessibly marking up dates and times while following the &amp;lt;abbr title=&amp;quot;Don't Repeat Yourself&amp;quot;&amp;gt;DRY&amp;lt;/abbr&amp;gt; [[principle]] as much as possible.&lt;br /&gt;
&lt;br /&gt;
* [[parsers#HTML::Microformats|HTML::Microformats]] and its predecessors have supported the &amp;lt;code&amp;gt;time&amp;lt;/code&amp;gt; element since July 2008.&lt;br /&gt;
&lt;br /&gt;
* Try http://dev.h2vx.com/ (the beta version of [[H2VX]]) as it now has preliminary support for &amp;lt;code&amp;gt;&amp;amp;lt;time datetime&amp;amp;gt;&amp;lt;/code&amp;gt; as well as the new semantic HTML5 elements.&lt;br /&gt;
&lt;br /&gt;
==== hCalendar with time element ====&lt;br /&gt;
Here is the [[hcalendar#Examples|hCalendar spec example]] updated to use section instead of div, and time instead of abbr.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=html4strict&amp;gt;&lt;br /&gt;
&amp;lt;section class=&amp;quot;vevent&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;a class=&amp;quot;url&amp;quot; href=&amp;quot;http://conferences.oreillynet.com/pub/w/40/program.html&amp;quot;&amp;gt;&lt;br /&gt;
  http://conferences.oreillynet.com/pub/w/40/program.html&lt;br /&gt;
 &amp;lt;/a&amp;gt;&lt;br /&gt;
 &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;Web 2.0 Conference&amp;lt;/span&amp;gt;: &lt;br /&gt;
 &amp;lt;time class=&amp;quot;dtstart&amp;quot; datetime=&amp;quot;2005-10-05&amp;quot;&amp;gt;October 5&amp;lt;/time&amp;gt;-&lt;br /&gt;
 &amp;lt;time class=&amp;quot;dtend&amp;quot; datetime=&amp;quot;2005-10-07&amp;quot;&amp;gt;7&amp;lt;/time&amp;gt;,&lt;br /&gt;
 at the &amp;lt;span class=&amp;quot;location&amp;quot;&amp;gt;Argent Hotel, San Francisco, CA&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/section&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== article element ===&lt;br /&gt;
'''&amp;lt;code&amp;gt;article&amp;lt;/code&amp;gt;''' element for major, independent compositions of content within a page. Perhaps synonymous with [[hAtom]] &amp;lt;code&amp;gt;hentry&amp;lt;/code&amp;gt;. Could be parsed as &amp;lt;code&amp;gt;hentry&amp;lt;/code&amp;gt; within explicit &amp;lt;code&amp;gt;hfeed&amp;lt;/code&amp;gt; blocks?&lt;br /&gt;
&lt;br /&gt;
=== data attributes ===&lt;br /&gt;
'''&amp;lt;code&amp;gt;data-&amp;lt;/code&amp;gt; naming convention for tag attributes'''. the draft specification states that any attribute that starts with &amp;quot;data-&amp;quot; will be treated as a storage area for private data.&lt;br /&gt;
* Note that the data-* stuff is explicitly &amp;lt;em&amp;gt;not&amp;lt;/em&amp;gt; for microformats. Those attributes are defined in such a way that browsers will never do anything special with them, ever. They are intended for script authors to have a space in which they can play without ever clashing with anything the browser does. There may be some cases of private [[poshformats]] that are never intended for interchange that may be used in data-* attributes.&lt;br /&gt;
&lt;br /&gt;
=== new semantic elements ===&lt;br /&gt;
HTML5 has numerous new semantic elements.&lt;br /&gt;
&lt;br /&gt;
Most microformats [[parsers]] probably won't recognize those elements and may ignore them - so avoid using microformats classes on new HTML5 semantic elements for anything in production.&lt;br /&gt;
&lt;br /&gt;
HOWEVER, do try experimenting with microformats and new semantic HTML5, &lt;br /&gt;
&lt;br /&gt;
AND try http://dev.h2vx.com/ (the beta version of [[H2VX]]) as it now has preliminary support for the new semantic HTML5 elements as well as &amp;lt;code&amp;gt;&amp;amp;lt;time datetime&amp;amp;gt;&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Additions beyond HTML5 ==&lt;br /&gt;
=== microdata ===&lt;br /&gt;
{{main|microdata}}&lt;br /&gt;
'''[[microdata]]''' is an extension to HTML5 that provides a set of attributes and associated DOM APIs for semantically marking up and extracting data from existing content in web pages, similar to microformats but with new attributes.&lt;br /&gt;
&lt;br /&gt;
== Current microformat compatibility ==&lt;br /&gt;
There seems to be no issue with current implementation of the following microformats in HTML 5:&lt;br /&gt;
* [[hcard]]&lt;br /&gt;
* [[xfn]]&lt;br /&gt;
&lt;br /&gt;
== Requests ==&lt;br /&gt;
* &amp;quot;how to use with HTML5&amp;quot; sections that include (a) microformats examples that use [[HTML5]], and (b) microformats parsing details that specify what to do (if anything special is required) with HTML5 elements (e.g. how to parse the &amp;lt;code&amp;gt;time&amp;lt;/code&amp;gt; element for dates and times for microformats). See (and add to if necessary) :&lt;br /&gt;
** [[hcard-brainstorming#how_to_use_with_HTML5|hCard brainstorming - how to use with HTML5]]&lt;br /&gt;
** [[hcalendar-brainstorming#how_to_use_with_HTML5|hCalendar brainstorming - how to use with HTML5]] e.g. hCalendar with the &amp;lt;code&amp;gt;time&amp;lt;/code&amp;gt; element&lt;br /&gt;
** [[citation-brainstorming#how_to_use_with_HTML5|citation brainstorming - how to use with HTML5]]&lt;br /&gt;
** if nothing special is required for HTML5, then after performing the analysis, that should be noted as well, for the purpose of clarity.&lt;br /&gt;
&lt;br /&gt;
==Issues==&lt;br /&gt;
&amp;lt;div class='discussion issues'&amp;gt;&lt;br /&gt;
* '''The &amp;lt;code&amp;gt;rev&amp;lt;/code&amp;gt; attribute has been removed'''. In HTML5, &amp;lt;code&amp;gt;rel&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;rev&amp;lt;/code&amp;gt; are no-longer paired, and the &amp;lt;code&amp;gt;rel&amp;lt;/code&amp;gt; attribute nolonger describes the direction of a relationship. Microformats which use &amp;lt;code&amp;gt;rev&amp;lt;/code&amp;gt; will need to use &amp;lt;code&amp;gt;rel&amp;lt;/code&amp;gt; instead.&lt;br /&gt;
** Or something like data-rev=&amp;quot;vote-for&amp;quot;&lt;br /&gt;
*** As above, &amp;lt;code&amp;gt;data-&amp;lt;/code&amp;gt; attributes are for application-context functionality, ''not'' shared vocabularies. Further, the HTML5 specification makes &amp;lt;code&amp;gt;rel&amp;lt;/code&amp;gt; the correct attribute to use, regardless of direction, through the changed specification. --[[User:BenWard|BenWard]] 17:53, 12 May 2009 (UTC)&lt;br /&gt;
** This is incorrect.  &amp;lt;code&amp;gt;rel&amp;lt;/code&amp;gt; is still directional, with the same semantic it has always had - If X has a link to Y with REL, then the relationship is X REL Y.  &amp;lt;code&amp;gt;rev&amp;lt;/code&amp;gt; has been removed, but that only means that relationships with opposite implication should be defined when necessary.  That is, for every 'authoredBy' rel, there can be an 'authorOf' rel describing the opposite relation, if such a thing is necessary. [[User:TabAtkins|TabAtkins]] 18:41, 31 January 2011 (UTC)&lt;br /&gt;
* '''The &amp;lt;code&amp;gt;profile&amp;lt;/code&amp;gt; attribute has been removed'''. In HTML, the &amp;lt;code&amp;gt;profile&amp;lt;/code&amp;gt; attribute from the &amp;lt;code&amp;gt;head&amp;lt;/code&amp;gt; has been removed, with no direct replacement. This causes issues for GRDDL support. It's been suggested that profile URLs be represented in &amp;lt;code&amp;gt;link&amp;lt;/code&amp;gt; elements instead, or even as a custom HTTP header. See [[grddl]] and [[profile-uris]]&lt;br /&gt;
** See [[rel-profile]] which is the replacement for the profile attribute. [[User:Tantek|Tantek]] 23:24, 5 November 2009 (UTC)&lt;br /&gt;
* '''Microdata &amp;lt;code&amp;gt;itemprop&amp;lt;/code&amp;gt; duplicates &amp;lt;code&amp;gt;class&amp;lt;/code&amp;gt; data'''. the new attribute itemprop is designed to hold some meaningful data about an element, but class already exists to hold this data. Unsure of reasons why itemprop required?&lt;br /&gt;
** This is because microdata is designed to be generically parsable, even when the parser does not understand the vocabulary. As such, property names have to be on an explicit attribute, not shared with other, non-data classnames. --[[User:BenWard|BenWard]] 21:12, 4 September 2009 (UTC)&lt;br /&gt;
* '''The [http://microformats.org/wiki/value-class-pattern#Date_and_time_parsing recommended removal of the colon in timezone] doesn’t validate''' The relevant uF wiki text is “However the colons &amp;quot;:&amp;quot; separating the hours and minutes of any timezone offset are optional and discouraged in order to make it less likely that a timezone offset will be confused for a time.” ref: [http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#global-dates-and-times HTML5 time microsyntax for &amp;amp;lt;time&amp;amp;gt;] --[[User:Oli|Oli]] 14:40, 14 February 2010 (+9)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== see also ==&lt;br /&gt;
* [[HTML3]]&lt;/div&gt;</summary>
		<author><name>TabAtkins</name></author>
	</entry>
</feed>