[html5] r6432 - [c] (0) A few restrictions we can remove now that we are no longer trying to mak [...]

whatwg at whatwg.org whatwg at whatwg.org
Fri Aug 12 14:22:43 PDT 2011


Author: ianh
Date: 2011-08-12 14:22:41 -0700 (Fri, 12 Aug 2011)
New Revision: 6432

Modified:
   complete.html
   index
   source
Log:
[c] (0) A few restrictions we can remove now that we are no longer trying to make the property names unambiguously convertible to URLs and are no longer planning for short types that can be converted to URLs.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=13765

Modified: complete.html
===================================================================
--- complete.html	2011-08-12 20:18:52 UTC (rev 6431)
+++ complete.html	2011-08-12 21:22:41 UTC (rev 6432)
@@ -57140,10 +57140,7 @@
 
   <p>The <code title=attr-itemtype><a href=#attr-itemtype>itemtype</a></code> attribute, if
   specified, must have a value that is a <a href=#valid-url>valid URL</a> that
-  is an <a href=#absolute-url>absolute URL</a> for which the string "<code title="">http://www.w3.org/1999/xhtml/microdata#</code>" is not a
-  <a href=#prefix-match>prefix match</a>.</p> <!-- we disallow that prefix so that
-  we have somewhere to put future extensions, e.g. if we ever support
-  short type names -->
+  is an <a href=#absolute-url>absolute URL</a>.</p>
 
   <p>The <dfn id=item-type>item type</dfn> of an <a href=#concept-item title=concept-item>item</a> is the value of its element's <code title=attr-itemtype><a href=#attr-itemtype>itemtype</a></code> attribute, if it has one and
   its value is not the empty string. If the <code title=attr-itemtype><a href=#attr-itemtype>itemtype</a></code> attribute is missing or its
@@ -57245,9 +57242,8 @@
 
   <p>Each token must be either:</p>
 
-  <ul><li>A <a href=#valid-url>valid URL</a> that is an <a href=#absolute-url>absolute URL</a>
-   for which the string "<code title="">http://www.w3.org/1999/xhtml/microdata#</code>" is not a
-   <a href=#prefix-match>prefix match</a>, or</li>
+  <ul><li>A <a href=#valid-url>valid URL</a> that is an <a href=#absolute-url>absolute URL</a>,
+   or</li>
 
    <li>If the item is a <a href=#typed-item>typed item</a>: a <dfn id=defined-property-name>defined
    property name</dfn> allowed in this situation according to the

Modified: index
===================================================================
--- index	2011-08-12 20:18:52 UTC (rev 6431)
+++ index	2011-08-12 21:22:41 UTC (rev 6432)
@@ -57007,10 +57007,7 @@
 
   <p>The <code title=attr-itemtype><a href=#attr-itemtype>itemtype</a></code> attribute, if
   specified, must have a value that is a <a href=#valid-url>valid URL</a> that
-  is an <a href=#absolute-url>absolute URL</a> for which the string "<code title="">http://www.w3.org/1999/xhtml/microdata#</code>" is not a
-  <a href=#prefix-match>prefix match</a>.</p> <!-- we disallow that prefix so that
-  we have somewhere to put future extensions, e.g. if we ever support
-  short type names -->
+  is an <a href=#absolute-url>absolute URL</a>.</p>
 
   <p>The <dfn id=item-type>item type</dfn> of an <a href=#concept-item title=concept-item>item</a> is the value of its element's <code title=attr-itemtype><a href=#attr-itemtype>itemtype</a></code> attribute, if it has one and
   its value is not the empty string. If the <code title=attr-itemtype><a href=#attr-itemtype>itemtype</a></code> attribute is missing or its
@@ -57112,9 +57109,8 @@
 
   <p>Each token must be either:</p>
 
-  <ul><li>A <a href=#valid-url>valid URL</a> that is an <a href=#absolute-url>absolute URL</a>
-   for which the string "<code title="">http://www.w3.org/1999/xhtml/microdata#</code>" is not a
-   <a href=#prefix-match>prefix match</a>, or</li>
+  <ul><li>A <a href=#valid-url>valid URL</a> that is an <a href=#absolute-url>absolute URL</a>,
+   or</li>
 
    <li>If the item is a <a href=#typed-item>typed item</a>: a <dfn id=defined-property-name>defined
    property name</dfn> allowed in this situation according to the

Modified: source
===================================================================
--- source	2011-08-12 20:18:52 UTC (rev 6431)
+++ source	2011-08-12 21:22:41 UTC (rev 6432)
@@ -64409,11 +64409,7 @@
 
   <p>The <code title="attr-itemtype">itemtype</code> attribute, if
   specified, must have a value that is a <span>valid URL</span> that
-  is an <span>absolute URL</span> for which the string "<code
-  title="">http://www.w3.org/1999/xhtml/microdata#</code>" is not a
-  <span>prefix match</span>.</p> <!-- we disallow that prefix so that
-  we have somewhere to put future extensions, e.g. if we ever support
-  short type names -->
+  is an <span>absolute URL</span>.</p>
 
   <p>The <dfn>item type</dfn> of an <span
   title="concept-item">item</span> is the value of its element's <code
@@ -64543,10 +64539,8 @@
 
   <ul>
 
-   <li>A <span>valid URL</span> that is an <span>absolute URL</span>
-   for which the string "<code
-   title="">http://www.w3.org/1999/xhtml/microdata#</code>" is not a
-   <span>prefix match</span>, or</li>
+   <li>A <span>valid URL</span> that is an <span>absolute URL</span>,
+   or</li>
 
    <li>If the item is a <span>typed item</span>: a <dfn>defined
    property name</dfn> allowed in this situation according to the




More information about the Commit-Watchers mailing list