HTML5 Tracker

Diff (omit for latest revision)
Filter

Short URL: http://html5.org/r/5795

SVNBugCommentTime (UTC)
579511237Add a requirement on specifications (not a conf class, I know...) re property names in microdata, so they don't get confused with URLs.2011-01-21 00:51
Index: source
===================================================================
--- source	(revision 5794)
+++ source	(revision 5795)
@@ -60389,6 +60389,13 @@
 
   </ul>
 
+  <p>Specifications that introduce <span title="defined property
+  name">defined property names</span> that are not <span
+  title="absolute URL">absolute URLs</span> must ensure all such
+  property names contain no U+002E FULL STOP characters (.), no U+003A
+  COLON characters (:), and no <span title="space character">space
+  characters</span>.</p>
+
   <p>When an element with an <code
   title="concept-itemprop">itemprop</code> attribute <span title="the
   properties of an item">adds a property</span> to multiple <span

|