[html5] r7812 - [e] (0) Clarify what happens if the optional argument to this algorithm is omitt [...]
whatwg at whatwg.org
whatwg at whatwg.org
Thu Apr 11 15:21:21 PDT 2013
Author: ianh
Date: 2013-04-11 15:21:20 -0700 (Thu, 11 Apr 2013)
New Revision: 7812
Modified:
complete.html
index
source
Log:
[e] (0) Clarify what happens if the optional argument to this algorithm is omitted.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=21605
Affected topics: HTML, Microdata
Modified: complete.html
===================================================================
--- complete.html 2013-04-11 22:17:29 UTC (rev 7811)
+++ complete.html 2013-04-11 22:21:20 UTC (rev 7812)
@@ -63977,6 +63977,8 @@
<ol><li><p>Let <var title="">result</var> be an empty object.</li>
+ <li><p>If no <var title="">memory</var> was passed to the algorithm, let <var title="">memory</var> be an empty list.</li>
+
<li><p>Add <var title="">item</var> to <var title="">memory</var>.</li>
<li><p>If the <var title="">item</var> has any <a href=#item-types>item types</a>, add an entry to <var title="">result</var> called "<code title="">type</code>" whose value is an array listing the
@@ -101761,6 +101763,7 @@
Peter Karlsson,
Peter Kasting,
Peter Moulder,
+ Peter Occil,
Peter Stark,
Peter Van der Beken,
Peter-Paul Koch,
Modified: index
===================================================================
--- index 2013-04-11 22:17:29 UTC (rev 7811)
+++ index 2013-04-11 22:21:20 UTC (rev 7812)
@@ -63977,6 +63977,8 @@
<ol><li><p>Let <var title="">result</var> be an empty object.</li>
+ <li><p>If no <var title="">memory</var> was passed to the algorithm, let <var title="">memory</var> be an empty list.</li>
+
<li><p>Add <var title="">item</var> to <var title="">memory</var>.</li>
<li><p>If the <var title="">item</var> has any <a href=#item-types>item types</a>, add an entry to <var title="">result</var> called "<code title="">type</code>" whose value is an array listing the
@@ -101761,6 +101763,7 @@
Peter Karlsson,
Peter Kasting,
Peter Moulder,
+ Peter Occil,
Peter Stark,
Peter Van der Beken,
Peter-Paul Koch,
Modified: source
===================================================================
--- source 2013-04-11 22:17:29 UTC (rev 7811)
+++ source 2013-04-11 22:21:20 UTC (rev 7812)
@@ -75846,6 +75846,9 @@
<li><p>Let <var title="">result</var> be an empty object.</p></li>
+ <li><p>If no <var title="">memory</var> was passed to the algorithm, let <var
+ title="">memory</var> be an empty list.</p></li>
+
<li><p>Add <var title="">item</var> to <var title="">memory</var>.</p></li>
<li><p>If the <var title="">item</var> has any <span>item types</span>, add an entry to <var
@@ -118615,6 +118618,7 @@
Peter Karlsson,
Peter Kasting,
Peter Moulder,
+ Peter Occil,
Peter Stark,
Peter Van der Beken,
Peter-Paul Koch,
More information about the Commit-Watchers
mailing list