Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[ac] (0) Clarify when 'n' can be omitted in vCard.
git-svn-id: http://svn.whatwg.org/webapps@3219 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jun 10, 2009
1 parent af525f0 commit b3dbe15
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
10 changes: 6 additions & 4 deletions index
Expand Up @@ -41659,7 +41659,7 @@ document.body.appendChild(outer);</pre>

<dd>

<p>The contact information is for an organization.</p>
<p>The contact information must be for an organization.</p>

</dd>

Expand All @@ -41671,7 +41671,8 @@ document.body.appendChild(outer);</pre>
<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>

Expand All @@ -41684,8 +41685,8 @@ document.body.appendChild(outer);</pre>
<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>

Expand Down Expand Up @@ -71014,6 +71015,7 @@ S SPACER STRIKE TT U -->
Doug Kramer,
Drew Wilson,
Edmund Lai,
Eduard Pascual,
Edward O'Connor,
Edward Welbourne,
Edward Z. Yang,
Expand Down
10 changes: 6 additions & 4 deletions source
Expand Up @@ -46978,7 +46978,7 @@ document.body.appendChild(outer);</pre>

<dd>

<p>The contact information is for an organization.</p>
<p>The contact information must be for an organization.</p>

</dd>

Expand All @@ -46992,7 +46992,8 @@ document.body.appendChild(outer);</pre>
<dd>

<p>The <span title="concept-property-value">value</span> of the
<code title="md-vcard-fn">fn</code> property is a nickname.</p>
<code title="md-vcard-fn">fn</code> property must be a
nickname.</p>

</dd>

Expand All @@ -47007,8 +47008,8 @@ document.body.appendChild(outer);</pre>
<dd>

<p>The <span title="concept-property-value">value</span> of the
<code title="md-vcard-fn">fn</code> property a name in one of
the following forms:</p>
<code title="md-vcard-fn">fn</code> property must be a name in
one of the following forms:</p>

<ul class="brief">

Expand Down Expand Up @@ -83745,6 +83746,7 @@ S SPACER STRIKE TT U -->
Doug Kramer,
Drew Wilson,
Edmund Lai,
Eduard Pascual,
Edward O'Connor,
Edward Welbourne,
Edward Z. Yang,
Expand Down

0 comments on commit b3dbe15

Please sign in to comment.