[html5] r3079 - [e] (0) Minor fixes to intro.
whatwg at whatwg.org
whatwg at whatwg.org
Sun May 10 17:15:27 PDT 2009
Author: ianh
Date: 2009-05-10 17:15:26 -0700 (Sun, 10 May 2009)
New Revision: 3079
Modified:
index
source
Log:
[e] (0) Minor fixes to intro.
Modified: index
===================================================================
--- index 2009-05-10 21:11:54 UTC (rev 3078)
+++ index 2009-05-11 00:15:26 UTC (rev 3079)
@@ -40637,9 +40637,9 @@
</div>
- <p>Properties can also have values that are URLs. This is achieved
- using the <code title="">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
+ <p>Properties can also have values that are <a href=#url title=URL>URLs</a>. This is achieved 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>
@@ -40689,7 +40689,10 @@
</div>
+
+
+
<h4 id=defining-vocabularies><span class=secno>5.1.2 </span>Defining vocabularies</h4>
<p><em>This section is non-normative.</em></p>
Modified: source
===================================================================
--- source 2009-05-10 21:11:54 UTC (rev 3078)
+++ source 2009-05-11 00:15:26 UTC (rev 3079)
@@ -45853,10 +45853,10 @@
</div>
- <p>Properties can also have values that are URLs. This is achieved
- using the <code title="">a</code> element and its <code
- title="attr-hyperlink-href">href</code> attribute, the
- <code>img</code> element and its <code
+ <p>Properties can also have values that are <span
+ title="URL">URLs</span>. This is achieved 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>
@@ -45907,7 +45907,10 @@
</div>
+
+
+
<h4>Defining vocabularies</h4>
<p><em>This section is non-normative.</em></p>
More information about the Commit-Watchers
mailing list