Skip to content

Commit

Permalink
[e] (0) Fix some typos or copypasta.
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=20009
Affected topics: Microdata

git-svn-id: http://svn.whatwg.org/webapps@7630 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Dec 31, 2012
1 parent 3a2c780 commit 1da132f
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 @@ -62484,10 +62484,10 @@ <h4 id=the-basic-syntax><span class=secno>5.1.2 </span>The basic syntax</h4>

</div>

<p>When a string value is a <a href=#url title=URL>URLs</a>, it is expressed using the
<code><a href=#the-a-element>a</a></code> element and its <code title=attr-hyperlink-href><a href=#attr-hyperlink-href>href</a></code> attribute, the
<code><a href=#the-img-element>img</a></code> element and its <code title=attr-img-src><a href=#attr-img-src>src</a></code> attribute, or other
elements that link to or embed external resources.</p>
<p>When a string value is a <a href=#url>URL</a>, it is expressed using the <code><a href=#the-a-element>a</a></code> element and
its <code title=attr-hyperlink-href><a href=#attr-hyperlink-href>href</a></code> attribute, the <code><a href=#the-img-element>img</a></code> element and its
<code title=attr-img-src><a href=#attr-img-src>src</a></code> attribute, or other elements that link to or embed external
resources.</p>

<div class=example>

Expand Down
8 changes: 4 additions & 4 deletions index
Expand Up @@ -62484,10 +62484,10 @@ Demos:

</div>

<p>When a string value is a <a href=#url title=URL>URLs</a>, it is expressed using the
<code><a href=#the-a-element>a</a></code> element and its <code title=attr-hyperlink-href><a href=#attr-hyperlink-href>href</a></code> attribute, the
<code><a href=#the-img-element>img</a></code> element and its <code title=attr-img-src><a href=#attr-img-src>src</a></code> attribute, or other
elements that link to or embed external resources.</p>
<p>When a string value is a <a href=#url>URL</a>, it is expressed using the <code><a href=#the-a-element>a</a></code> element and
its <code title=attr-hyperlink-href><a href=#attr-hyperlink-href>href</a></code> attribute, the <code><a href=#the-img-element>img</a></code> element and its
<code title=attr-img-src><a href=#attr-img-src>src</a></code> attribute, or other elements that link to or embed external
resources.</p>

<div class=example>

Expand Down
8 changes: 4 additions & 4 deletions source
Expand Up @@ -73030,10 +73030,10 @@ Demos:

</div>

<p>When a string value is a <span title="URL">URLs</span>, it is expressed using the
<code>a</code> element and its <code title="attr-hyperlink-href">href</code> attribute, the
<code>img</code> element and its <code title="attr-img-src">src</code> attribute, or other
elements that link to or embed external resources.</p>
<p>When a string value is a <span>URL</span>, it is expressed using the <code>a</code> element and
its <code title="attr-hyperlink-href">href</code> attribute, the <code>img</code> element and its
<code title="attr-img-src">src</code> attribute, or other elements that link to or embed external
resources.</p>

<div class="example">

Expand Down

0 comments on commit 1da132f

Please sign in to comment.