Skip to content

Commit

Permalink
[e] (0) validation errors in examples
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@4608 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jan 18, 2010
1 parent 729c83d commit 2e45897
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions complete.html
Expand Up @@ -47651,14 +47651,14 @@ <h5 id=examples-2><span class=secno>5.4.1.2 </span>Examples</h5>
itemprop="email" href="mailto:c.obrian@la.ctu.gov.invalid"&gt;&lt;span
itemprop="fn"&gt;Chloe O'Brian&lt;/span&gt;&lt;/a&gt;&lt;/span&gt; if it's about work, or ask &lt;span
itemprop="agent"&gt;Tony Almeida&lt;/span&gt; if you're interested in the CTU five-a-side football team we're trying to get going.&lt;/p&gt;
&lt;ins datetime="2008-07-20T21:00:00+0100"&gt;
&lt;ins datetime="2008-07-20T21:00:00+01:00"&gt;
&lt;span itemprop="rev" itemscope&gt;
&lt;meta itemprop="type" content="date-time"&gt;
&lt;meta itemprop="value" content="2008-07-20T21:00:00+0100"&gt;
&lt;meta itemprop="value" content="2008-07-20T21:00:00+01:00"&gt;
&lt;/span&gt;
&lt;p itemprop="tel" itemscope&gt;&lt;strong&gt;Update!&lt;/strong&gt;
My new &lt;span itemprop="type"&gt;home&lt;/span&gt; phone number is
&lt;span itemprop="value"&gt;01632 960 123&lt;/span&gt;.
&lt;span itemprop="value"&gt;01632 960 123&lt;/span&gt;.&lt;/p&gt;
&lt;/ins&gt;
&lt;/section&gt;</pre>

Expand Down
6 changes: 3 additions & 3 deletions index
Expand Up @@ -47551,14 +47551,14 @@ document.body.appendChild(outer);</pre>
itemprop="email" href="mailto:c.obrian@la.ctu.gov.invalid"&gt;&lt;span
itemprop="fn"&gt;Chloe O'Brian&lt;/span&gt;&lt;/a&gt;&lt;/span&gt; if it's about work, or ask &lt;span
itemprop="agent"&gt;Tony Almeida&lt;/span&gt; if you're interested in the CTU five-a-side football team we're trying to get going.&lt;/p&gt;
&lt;ins datetime="2008-07-20T21:00:00+0100"&gt;
&lt;ins datetime="2008-07-20T21:00:00+01:00"&gt;
&lt;span itemprop="rev" itemscope&gt;
&lt;meta itemprop="type" content="date-time"&gt;
&lt;meta itemprop="value" content="2008-07-20T21:00:00+0100"&gt;
&lt;meta itemprop="value" content="2008-07-20T21:00:00+01:00"&gt;
&lt;/span&gt;
&lt;p itemprop="tel" itemscope&gt;&lt;strong&gt;Update!&lt;/strong&gt;
My new &lt;span itemprop="type"&gt;home&lt;/span&gt; phone number is
&lt;span itemprop="value"&gt;01632 960 123&lt;/span&gt;.
&lt;span itemprop="value"&gt;01632 960 123&lt;/span&gt;.&lt;/p&gt;
&lt;/ins&gt;
&lt;/section&gt;</pre>

Expand Down
6 changes: 3 additions & 3 deletions source
Expand Up @@ -53480,14 +53480,14 @@ document.body.appendChild(outer);</pre>
itemprop="email" href="mailto:c.obrian@la.ctu.gov.invalid">&lt;span
itemprop="fn">Chloe O'Brian&lt;/span>&lt;/a>&lt;/span> if it's about work, or ask &lt;span
itemprop="agent">Tony Almeida&lt;/span> if you're interested in the CTU five-a-side football team we're trying to get going.&lt;/p>
&lt;ins datetime="2008-07-20T21:00:00+0100">
&lt;ins datetime="2008-07-20T21:00:00+01:00">
&lt;span itemprop="rev" itemscope>
&lt;meta itemprop="type" content="date-time">
&lt;meta itemprop="value" content="2008-07-20T21:00:00+0100">
&lt;meta itemprop="value" content="2008-07-20T21:00:00+01:00">
&lt;/span>
&lt;p itemprop="tel" itemscope>&lt;strong>Update!&lt;/strong>
My new &lt;span itemprop="type">home&lt;/span> phone number is
&lt;span itemprop="value">01632 960 123&lt;/span>.
&lt;span itemprop="value">01632 960 123&lt;/span>.&lt;/p>
&lt;/ins>
&lt;/section></pre>

Expand Down

0 comments on commit 2e45897

Please sign in to comment.