[html5] r4601 - [e] (0) Make the steps for processing the itemprop=n case be consistent with the [...]
whatwg at whatwg.org
whatwg at whatwg.org
Sun Jan 17 00:59:13 PST 2010
Author: ianh
Date: 2010-01-17 00:59:11 -0800 (Sun, 17 Jan 2010)
New Revision: 4601
Modified:
complete.html
index
source
Log:
[e] (0) Make the steps for processing the itemprop=n case be consistent with the style for the other steps.
Modified: complete.html
===================================================================
--- complete.html 2010-01-17 08:23:34 UTC (rev 4600)
+++ complete.html 2010-01-17 08:59:11 UTC (rev 4601)
@@ -47137,47 +47137,41 @@
<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>
<dt>If the property's <a href=#concept-property-value title=concept-property-value>value</a> is an <a href=#concept-item title=concept-item>item</a> <var title="">subitem</var>
@@ -47295,7 +47289,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>
Modified: index
===================================================================
--- index 2010-01-17 08:23:34 UTC (rev 4600)
+++ index 2010-01-17 08:59:11 UTC (rev 4601)
@@ -47037,47 +47037,41 @@
<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>
<dt>If the property's <a href=#concept-property-value title=concept-property-value>value</a> is an <a href=#concept-item title=concept-item>item</a> <var title="">subitem</var>
@@ -47195,7 +47189,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>
Modified: source
===================================================================
--- source 2010-01-17 08:23:34 UTC (rev 4600)
+++ source 2010-01-17 08:59:11 UTC (rev 4601)
@@ -52767,67 +52767,52 @@
<ol>
<li><p>If <var title="">first-n</var> is null, let <var
- title="">first-n</var> be <var title="">element</var>.</p></li>
+ title="">first-n</var> be <var
+ title="">element</var>.</p></li>
- <li><p>Let <var title="">n1</var> be the <span
- title="concept-property-value">value</span> of the first
- property named <code
- title="md-vcard-n-family-name">family-name</code> in <var
- title="">subitem</var>, or the empty string if there is no
- such property or the property's value is itself an <span
- title="concept-item">item</span>.</p></li>
+ <li><p>Let <var title="">value</var> be the empty
+ string.</p></li>
- <li><p>Let <var title="">n2</var> be the <span
- title="concept-property-value">value</span> of the first
- property named <code
- title="md-vcard-n-given-name">given-name</code> in <var
- title="">subitem</var>, or the empty string if there is no
- such property or the property's value is itself an <span
- title="concept-item">item</span>.</p></li>
+ <li><p>Append to <var title="">value</var> the result of
+ <span>collecting the first vCard subproperty</span> named
+ <code title="md-vcard-n-family-name">family-name</code> in
+ <var title="">subitem</var>.</p>
- <li><p>Let <var title="">n3</var> be the <span
- title="concept-property-value">value</span> of the first
- property named <code
- title="md-vcard-n-additional-name">additional-name</code> in
- <var title="">subitem</var>, or the empty string if there is
- no such property or the property's value is itself an <span
- title="concept-item">item</span>.</p></li>
+ <li>Append a U+003B SEMICOLON character (;) to <var
+ title="">value</var>.</li>
- <li><p>Let <var title="">n4</var> be the <span
- title="concept-property-value">value</span> of the first
- property named <code
- title="md-vcard-n-honorific-prefix">honorific-prefix</code>
- in <var title="">subitem</var>, or the empty string if there
- is no such property or the property's value is itself an
- <span title="concept-item">item</span>.</p></li>
+ <li><p>Append to <var title="">value</var> the result of
+ <span>collecting the first vCard subproperty</span> named
+ <code title="md-vcard-n-given-name">given-name</code> in <var
+ title="">subitem</var>.</p>
- <li><p>Let <var title="">n5</var> be the <span
- title="concept-property-value">value</span> of the first
- property named <code
- title="md-vcard-n-honorific-suffix">honorific-suffix</code>
- in <var title="">subitem</var>, or the empty string if there
- is no such property or the property's value is itself an
- <span title="concept-item">item</span>.</p></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
+ <span>collecting the first vCard subproperty</span> named
+ <code
+ title="md-vcard-n-additional-name">additional-name</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 <span>escaping the vCard text string</span> <var title="">n1</var></li>
- <li>A U+003B SEMICOLON character (;)</li>
- <li>The result of <span>escaping the vCard text string</span> <var title="">n2</var></li>
- <li>A U+003B SEMICOLON character (;)</li>
- <li>The result of <span>escaping the vCard text string</span> <var title="">n3</var></li>
- <li>A U+003B SEMICOLON character (;)</li>
- <li>The result of <span>escaping the vCard text string</span> <var title="">n4</var></li>
- <li>A U+003B SEMICOLON character (;)</li>
- <li>The result of <span>escaping the vCard text string</span> <var title="">n5</var></li>
- </ol>
+ <li><p>Append to <var title="">value</var> the result of
+ <span>collecting the first vCard subproperty</span> named
+ <code
+ title="md-vcard-n-honorific-prefix">honorific-prefix</code>
+ in <var title="">subitem</var>.</p>
- </li>
+ <li>Append a U+003B SEMICOLON character (;) to <var
+ title="">value</var>.</li>
+ <li><p>Append to <var title="">value</var> the result of
+ <span>collecting the first vCard subproperty</span> named
+ <code
+ title="md-vcard-n-honorific-suffix">honorific-suffix</code>
+ in <var title="">subitem</var>.</p>
+
</ol>
</dd>
@@ -52999,7 +52984,7 @@
<ol>
- <li><p>Let <var title="">value</var> the result of
+ <li><p>Let <var title="">value</var> be the result of
<span>collecting the first vCard subproperty</span> named
<code title="">value</code> in <var
title="">subitem</var>.</p>
More information about the Commit-Watchers
mailing list