- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 17 Jan 2010 08:59:17 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/md In directory hutz:/tmp/cvs-serv21915 Modified Files: Overview.html Log Message: Make the steps for processing the itemprop=n case be consistent with the style for the other steps. (whatwg r4601) Index: Overview.html =================================================================== RCS file: /sources/public/html5/md/Overview.html,v retrieving revision 1.15 retrieving revision 1.16 diff -u -d -r1.15 -r1.16 --- Overview.html 17 Jan 2010 08:23:38 -0000 1.15 +++ Overview.html 17 Jan 2010 08:59:15 -0000 1.16 @@ -2550,46 +2550,40 @@ <ol><li><p>If <var title="">first-n</var> is null, let <var title="">first-n</var> be <var title="">element</var>.</li> - <li><p>Let <var title="">n1</var> be the <a href="#concept-property-value" title="concept-property-value">value</a> of the first - property named <code title="md-vcard-n-family-name"><a href="#md-vcard-n-family-name">family-name</a></code> in <var title="">subitem</var>, or the empty string if there is no - such property or the property's value is itself an <a href="#concept-item" title="concept-item">item</a>.</li> + <li><p>Let <var title="">value</var> be the empty + string.</li> - <li><p>Let <var title="">n2</var> be the <a href="#concept-property-value" title="concept-property-value">value</a> of the first - property named <code title="md-vcard-n-given-name"><a href="#md-vcard-n-given-name">given-name</a></code> in <var title="">subitem</var>, or the empty string if there is no - such property or the property's value is itself an <a href="#concept-item" title="concept-item">item</a>.</li> + <li><p>Append to <var title="">value</var> the result of + <a href="#collecting-the-first-vcard-subproperty">collecting the first vCard subproperty</a> named + <code title="md-vcard-n-family-name"><a href="#md-vcard-n-family-name">family-name</a></code> in + <var title="">subitem</var>.</p> - <li><p>Let <var title="">n3</var> be the <a href="#concept-property-value" title="concept-property-value">value</a> of the first - property named <code title="md-vcard-n-additional-name"><a href="#md-vcard-n-additional-name">additional-name</a></code> in - <var title="">subitem</var>, or the empty string if there is - no such property or the property's value is itself an <a href="#concept-item" title="concept-item">item</a>.</li> + <li>Append a U+003B SEMICOLON character (;) to <var title="">value</var>.</li> - <li><p>Let <var title="">n4</var> be the <a href="#concept-property-value" title="concept-property-value">value</a> of the first - property named <code title="md-vcard-n-honorific-prefix"><a href="#md-vcard-n-honorific-prefix">honorific-prefix</a></code> - in <var title="">subitem</var>, or the empty string if there - is no such property or the property's value is itself an - <a href="#concept-item" title="concept-item">item</a>.</li> + <li><p>Append to <var title="">value</var> the result of + <a href="#collecting-the-first-vcard-subproperty">collecting the first vCard subproperty</a> named + <code title="md-vcard-n-given-name"><a href="#md-vcard-n-given-name">given-name</a></code> in <var title="">subitem</var>.</p> - <li><p>Let <var title="">n5</var> be the <a href="#concept-property-value" title="concept-property-value">value</a> of the first - property named <code title="md-vcard-n-honorific-suffix"><a href="#md-vcard-n-honorific-suffix">honorific-suffix</a></code> - in <var title="">subitem</var>, or the empty string if there - is no such property or the property's value is itself an - <a href="#concept-item" title="concept-item">item</a>.</li> + <li>Append a U+003B SEMICOLON character (;) to <var title="">value</var>.</li> - <li> + <li><p>Append to <var title="">value</var> the result of + <a href="#collecting-the-first-vcard-subproperty">collecting the first vCard subproperty</a> named + <code title="md-vcard-n-additional-name"><a href="#md-vcard-n-additional-name">additional-name</a></code> in + <var title="">subitem</var>.</p> - <p>Let <var title="">value</var> be the concatenation of the - following, in this order:</p> + <li>Append a U+003B SEMICOLON character (;) to <var title="">value</var>.</li> - <ol class="brief"><li>The result of <a href="#escaping-the-vcard-text-string">escaping the vCard text string</a> <var title="">n1</var></li> - <li>A U+003B SEMICOLON character (;)</li> - <li>The result of <a href="#escaping-the-vcard-text-string">escaping the vCard text string</a> <var title="">n2</var></li> - <li>A U+003B SEMICOLON character (;)</li> - <li>The result of <a href="#escaping-the-vcard-text-string">escaping the vCard text string</a> <var title="">n3</var></li> - <li>A U+003B SEMICOLON character (;)</li> - <li>The result of <a href="#escaping-the-vcard-text-string">escaping the vCard text string</a> <var title="">n4</var></li> - <li>A U+003B SEMICOLON character (;)</li> - <li>The result of <a href="#escaping-the-vcard-text-string">escaping the vCard text string</a> <var title="">n5</var></li> - </ol></li> + <li><p>Append to <var title="">value</var> the result of + <a href="#collecting-the-first-vcard-subproperty">collecting the first vCard subproperty</a> named + <code title="md-vcard-n-honorific-prefix"><a href="#md-vcard-n-honorific-prefix">honorific-prefix</a></code> + in <var title="">subitem</var>.</p> + + <li>Append a U+003B SEMICOLON character (;) to <var title="">value</var>.</li> + + <li><p>Append to <var title="">value</var> the result of + <a href="#collecting-the-first-vcard-subproperty">collecting the first vCard subproperty</a> named + <code title="md-vcard-n-honorific-suffix"><a href="#md-vcard-n-honorific-suffix">honorific-suffix</a></code> + in <var title="">subitem</var>.</p> </ol></dd> @@ -2708,7 +2702,7 @@ <dd> - <ol><li><p>Let <var title="">value</var> the result of + <ol><li><p>Let <var title="">value</var> be the result of <a href="#collecting-the-first-vcard-subproperty">collecting the first vCard subproperty</a> named <code title="">value</code> in <var title="">subitem</var>.</p>
Received on Sunday, 17 January 2010 08:59:19 UTC