[html5] r7279 - [e] (0) More examples Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=1695 [...]

whatwg at whatwg.org whatwg at whatwg.org
Sun Aug 26 18:49:39 PDT 2012


Author: ianh
Date: 2012-08-26 18:49:38 -0700 (Sun, 26 Aug 2012)
New Revision: 7279

Modified:
   complete.html
   index
   source
Log:
[e] (0) More examples
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=16951
Affected topics: Microdata

Modified: complete.html
===================================================================
--- complete.html	2012-08-27 01:16:09 UTC (rev 7278)
+++ complete.html	2012-08-27 01:49:38 UTC (rev 7279)
@@ -62957,6 +62957,28 @@
 
   </div>
 
+  <p>Markup without microdata attributes has no effect on
+  microdata.</p>
+
+  <div class=example>
+
+   <p>These two examples are exactly equivalent, at a microdata level,
+   as the previous two examples respectively:</p>
+
+   <pre><div itemscope>
+ <p>My <em>name</em> is <span itemprop="name">E<strong>liz</strong>abeth</span>.</p>
+</div>
+
+<section>
+ <div itemscope>
+  <aside>
+   <p>My name is <span itemprop="name"><a href="/?user=daniel">Daniel</a></span>.</p>
+  </aside>
+ </div>
+</section></pre>
+
+  </div>
+
   <p>Properties generally have values that are strings.</p>
 
   <div class=example>

Modified: index
===================================================================
--- index	2012-08-27 01:16:09 UTC (rev 7278)
+++ index	2012-08-27 01:49:38 UTC (rev 7279)
@@ -62957,6 +62957,28 @@
 
   </div>
 
+  <p>Markup without microdata attributes has no effect on
+  microdata.</p>
+
+  <div class=example>
+
+   <p>These two examples are exactly equivalent, at a microdata level,
+   as the previous two examples respectively:</p>
+
+   <pre><div itemscope>
+ <p>My <em>name</em> is <span itemprop="name">E<strong>liz</strong>abeth</span>.</p>
+</div>
+
+<section>
+ <div itemscope>
+  <aside>
+   <p>My name is <span itemprop="name"><a href="/?user=daniel">Daniel</a></span>.</p>
+  </aside>
+ </div>
+</section></pre>
+
+  </div>
+
   <p>Properties generally have values that are strings.</p>
 
   <div class=example>

Modified: source
===================================================================
--- source	2012-08-27 01:16:09 UTC (rev 7278)
+++ source	2012-08-27 01:49:38 UTC (rev 7279)
@@ -73560,6 +73560,28 @@
 
   </div>
 
+  <p>Markup without microdata attributes has no effect on
+  microdata.</p>
+
+  <div class="example">
+
+   <p>These two examples are exactly equivalent, at a microdata level,
+   as the previous two examples respectively:</p>
+
+   <pre><div itemscope>
+ <p>My <em>name</em> is <span itemprop="name">E<strong>liz</strong>abeth</span>.</p>
+</div>
+
+<section>
+ <div itemscope>
+  <aside>
+   <p>My name is <span itemprop="name"><a href="/?user=daniel">Daniel</a></span>.</p>
+  </aside>
+ </div>
+</section></pre>
+
+  </div>
+
   <p>Properties generally have values that are strings.</p>
 
   <div class="example">




More information about the Commit-Watchers mailing list