- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 11 May 2009 00:14:32 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv15618
Modified Files:
Overview.html
Log Message:
Minor fixes to intro. (whatwg r3079)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2236
retrieving revision 1.2237
diff -u -d -r1.2236 -r1.2237
--- Overview.html 10 May 2009 21:10:58 -0000 1.2236
+++ Overview.html 11 May 2009 00:14:29 -0000 1.2237
@@ -36250,9 +36250,9 @@
<p>I am <span property="nationality">British</span>.</p>
</div></pre>
- </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
+ </div><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.<div class="example">
<p>In this example, the item has one property, "image", whose value is a URL:</p>
Received on Monday, 11 May 2009 00:14:47 UTC