- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 10 Jun 2009 21:50:23 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv32362
Modified Files:
Overview.html
Log Message:
Clarify when 'n' can be omitted in vCard. (whatwg r3219)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2369
retrieving revision 1.2370
diff -u -d -r1.2369 -r1.2370
--- Overview.html 10 Jun 2009 08:31:57 -0000 1.2369
+++ Overview.html 10 Jun 2009 21:50:20 -0000 1.2370
@@ -37077,7 +37077,7 @@
<dd>
- <p>The contact information is for an organization.</p>
+ <p>The contact information must be for an organization.</p>
</dd>
@@ -37089,7 +37089,8 @@
<dd>
<p>The <a href="#concept-property-value" title="concept-property-value">value</a> of the
- <code title="md-vcard-fn"><a href="#md-vcard-fn">fn</a></code> property is a nickname.</p>
+ <code title="md-vcard-fn"><a href="#md-vcard-fn">fn</a></code> property must be a
+ nickname.</p>
</dd>
@@ -37102,8 +37103,8 @@
<dd>
<p>The <a href="#concept-property-value" title="concept-property-value">value</a> of the
- <code title="md-vcard-fn"><a href="#md-vcard-fn">fn</a></code> property a name in one of
- the following forms:</p>
+ <code title="md-vcard-fn"><a href="#md-vcard-fn">fn</a></code> property must be a name in
+ one of the following forms:</p>
<ul class="brief"><li>Last, First</li>
@@ -64761,6 +64762,7 @@
Doug Kramer,
Drew Wilson,
Edmund Lai,
+ Eduard Pascual,
Edward O'Connor,
Edward Welbourne,
Edward Z. Yang,
Received on Wednesday, 10 June 2009 21:50:29 UTC