- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 07 Dec 2009 19:03:00 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/mdvcard
In directory hutz:/tmp/cvs-serv27921
Modified Files:
Overview.html
Log Message:
fix a series of double-thes. (whatwg r4414)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/mdvcard/Overview.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- Overview.html 6 Dec 2009 08:24:14 -0000 1.10
+++ Overview.html 7 Dec 2009 19:02:58 -0000 1.11
@@ -219,7 +219,7 @@
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
<h1>Microdata vocabularies: vCard</h1>
- <h2 class="no-num no-toc" id="editor-s-draft-6-december-2009">Editor's Draft 6 December 2009</h2>
+ <h2 class="no-num no-toc" id="editor-s-draft-7-december-2009">Editor's Draft 7 December 2009</h2>
<dl><dt>Latest Published Version:</dt>
<dd><a href="http://www.w3.org/TR/mdvcard/">http://www.w3.org/TR/mdvcard/</a></dd>
<dt>Latest Editor's Draft:</dt>
@@ -307,7 +307,7 @@
specification's progress along the W3C Recommendation
track.
- This specification is the 6 December 2009 Editor's Draft.
+ This specification is the 7 December 2009 Editor's Draft.
</p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>The text of this specification is also available as part of the
<a href="http://www.whatwg.org/">WHATWG</a>'s <a href="http://www.whatwg.org/specs/vocabs/current-work/#md-vcard">Microdata
Vocabularies</a> specification, in its vCard section. This normative
@@ -1468,7 +1468,7 @@
to <var title="">output</var>.</li>
<li><p><a href="#add-a-vcard-line">Add a vCard line</a> with the type "<code title="">SOURCE</code>" and the result of <a href="#escaping-the-vcard-text-string">escaping the vCard
- text string</a> that is the <span>the document's current
+ text string</a> that is <span>the document's current
address</span> as the value to <var title="">output</var>.</li>
<li><p>If <span>the <code>title</code> element</span> is not null,
Received on Monday, 7 December 2009 19:03:10 UTC