Skip to content

Commit

Permalink
[e] (0) typos
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10199

git-svn-id: http://svn.whatwg.org/webapps@5445 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 8, 2010
1 parent 78159e1 commit be160c1
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions complete.html
Expand Up @@ -55911,7 +55911,7 @@ <h5 id=examples-1><span class=secno>5.4.1.2 </span>Examples</h5>

<pre>&lt;section id="jack" itemscope itemtype="http://microformats.org/profile/hcard"&gt;
&lt;h1 itemprop="fn"&gt;Jack Bauer&lt;/h1&gt;
&lt;div itemprop="n"&gt;
&lt;div itemprop="n" itemscope&gt;
&lt;meta itemprop="given-name" content="Jack"&gt;
&lt;meta itemprop="family-name" content="Bauer"&gt;
&lt;/div&gt;
Expand Down Expand Up @@ -55950,7 +55950,7 @@ <h5 id=examples-1><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;&lt;span itemprop="n" itemscope&gt;&lt;span
itemprop="given-name"&gt;Chloe&lt;/span&gt; &lt;span
itemprop="family=name"&gt;O'Brian&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;
itemprop="family-name"&gt;O'Brian&lt;/span&gt;&lt;/span&gt;&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+01:00"&gt;
Expand All @@ -55977,7 +55977,7 @@ <h5 id=examples-1><span class=secno>5.4.1.2 </span>Examples</h5>
components:</p>

<pre>&lt;address itemscope itemtype="http://microformats.org/profile/hcard"&gt;
&lt;strong itemprop="fn"&gt;&lt;span itemprop="n"&gt;&lt;span itemprop="given-name"&gt;Alfred&lt;/span&gt;
&lt;strong itemprop="fn"&gt;&lt;span itemprop="n" itemscope&gt;&lt;span itemprop="given-name"&gt;Alfred&lt;/span&gt;
&lt;span itemprop="family-name"&gt;Person&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt; &lt;br&gt;
&lt;span itemprop="adr" itemscope&gt;
&lt;span itemprop="street-address"&gt;1600 Amphitheatre Parkway&lt;/span&gt; &lt;br&gt;
Expand All @@ -55995,7 +55995,7 @@ <h5 id=examples-1><span class=secno>5.4.1.2 </span>Examples</h5>
names:</p>

<pre>&lt;span itemscope itemtype="http://microformats.org/profile/hcard"
&gt;&lt;span itemprop=fn&gt;&lt;span itemprop="n"&gt;&lt;span itemprop="given-name"
&gt;&lt;span itemprop=fn&gt;&lt;span itemprop="n" itemscope&gt;&lt;span itemprop="given-name"
&gt;George&lt;/span&gt; &lt;span itemprop="family-name"&gt;Washington&lt;/span&gt;&lt;/span
&gt;&lt;/span&gt;&lt;/span&gt;</pre>

Expand Down
8 changes: 4 additions & 4 deletions index
Expand Up @@ -55891,7 +55891,7 @@ document.body.appendChild(outer);</pre>

<pre>&lt;section id="jack" itemscope itemtype="http://microformats.org/profile/hcard"&gt;
&lt;h1 itemprop="fn"&gt;Jack Bauer&lt;/h1&gt;
&lt;div itemprop="n"&gt;
&lt;div itemprop="n" itemscope&gt;
&lt;meta itemprop="given-name" content="Jack"&gt;
&lt;meta itemprop="family-name" content="Bauer"&gt;
&lt;/div&gt;
Expand Down Expand Up @@ -55930,7 +55930,7 @@ document.body.appendChild(outer);</pre>
itemprop="email" href="mailto:c.obrian@la.ctu.gov.invalid"&gt;&lt;span
itemprop="fn"&gt;&lt;span itemprop="n" itemscope&gt;&lt;span
itemprop="given-name"&gt;Chloe&lt;/span&gt; &lt;span
itemprop="family=name"&gt;O'Brian&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;
itemprop="family-name"&gt;O'Brian&lt;/span&gt;&lt;/span&gt;&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+01:00"&gt;
Expand All @@ -55957,7 +55957,7 @@ document.body.appendChild(outer);</pre>
components:</p>

<pre>&lt;address itemscope itemtype="http://microformats.org/profile/hcard"&gt;
&lt;strong itemprop="fn"&gt;&lt;span itemprop="n"&gt;&lt;span itemprop="given-name"&gt;Alfred&lt;/span&gt;
&lt;strong itemprop="fn"&gt;&lt;span itemprop="n" itemscope&gt;&lt;span itemprop="given-name"&gt;Alfred&lt;/span&gt;
&lt;span itemprop="family-name"&gt;Person&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt; &lt;br&gt;
&lt;span itemprop="adr" itemscope&gt;
&lt;span itemprop="street-address"&gt;1600 Amphitheatre Parkway&lt;/span&gt; &lt;br&gt;
Expand All @@ -55975,7 +55975,7 @@ document.body.appendChild(outer);</pre>
names:</p>

<pre>&lt;span itemscope itemtype="http://microformats.org/profile/hcard"
&gt;&lt;span itemprop=fn&gt;&lt;span itemprop="n"&gt;&lt;span itemprop="given-name"
&gt;&lt;span itemprop=fn&gt;&lt;span itemprop="n" itemscope&gt;&lt;span itemprop="given-name"
&gt;George&lt;/span&gt; &lt;span itemprop="family-name"&gt;Washington&lt;/span&gt;&lt;/span
&gt;&lt;/span&gt;&lt;/span&gt;</pre>

Expand Down
8 changes: 4 additions & 4 deletions source
Expand Up @@ -62977,7 +62977,7 @@ document.body.appendChild(outer);</pre>

<pre>&lt;section id="jack" itemscope itemtype="http://microformats.org/profile/hcard">
&lt;h1 itemprop="fn">Jack Bauer&lt;/h1>
&lt;div itemprop="n">
&lt;div itemprop="n" itemscope>
&lt;meta itemprop="given-name" content="Jack">
&lt;meta itemprop="family-name" content="Bauer">
&lt;/div>
Expand Down Expand Up @@ -63016,7 +63016,7 @@ document.body.appendChild(outer);</pre>
itemprop="email" href="mailto:c.obrian@la.ctu.gov.invalid">&lt;span
itemprop="fn">&lt;span itemprop="n" itemscope>&lt;span
itemprop="given-name">Chloe&lt;/span> &lt;span
itemprop="family=name">O'Brian&lt;/span>&lt;/span>&lt;/span>&lt;/a>&lt;/span>
itemprop="family-name">O'Brian&lt;/span>&lt;/span>&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+01:00">
Expand All @@ -63043,7 +63043,7 @@ document.body.appendChild(outer);</pre>
components:</p>

<pre>&lt;address itemscope itemtype="http://microformats.org/profile/hcard">
&lt;strong itemprop="fn">&lt;span itemprop="n">&lt;span itemprop="given-name">Alfred&lt;/span>
&lt;strong itemprop="fn">&lt;span itemprop="n" itemscope>&lt;span itemprop="given-name">Alfred&lt;/span>
&lt;span itemprop="family-name">Person&lt;/span>&lt;/span>&lt;/strong> &lt;br>
&lt;span itemprop="adr" itemscope>
&lt;span itemprop="street-address">1600 Amphitheatre Parkway&lt;/span> &lt;br>
Expand All @@ -63061,7 +63061,7 @@ document.body.appendChild(outer);</pre>
names:</p>

<pre>&lt;span itemscope itemtype="http://microformats.org/profile/hcard"
>&lt;span itemprop=fn>&lt;span itemprop="n">&lt;span itemprop="given-name"
>&lt;span itemprop=fn>&lt;span itemprop="n" itemscope>&lt;span itemprop="given-name"
>George&lt;/span> &lt;span itemprop="family-name">Washington&lt;/span>&lt;/span
>&lt;/span>&lt;/span></pre>

Expand Down

0 comments on commit be160c1

Please sign in to comment.