Skip to content

Commit

Permalink
[e] (0) Clarify what happens if the optional argument to this algorit…
Browse files Browse the repository at this point in the history
…hm is omitted.

Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=21605
Affected topics: HTML, Microdata

git-svn-id: http://svn.whatwg.org/webapps@7812 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Apr 11, 2013
1 parent 90fc3a6 commit c14eb16
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions complete.html
Expand Up @@ -63977,6 +63977,8 @@ <h4 id=json><span class=secno>5.5.1 </span>JSON</h4>

<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
Expand Down Expand Up @@ -101761,6 +101763,7 @@ <h2 class=no-num id=references>References</h2><!--REFS-->
Peter Karlsson,
Peter Kasting,
Peter Moulder,
Peter Occil,
Peter Stark,
Peter Van der Beken,
Peter-Paul Koch,
Expand Down
3 changes: 3 additions & 0 deletions index
Expand Up @@ -63977,6 +63977,8 @@ END:VCARD</pre>

<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
Expand Down Expand Up @@ -101761,6 +101763,7 @@ if (s = prompt('What is your name?')) {
Peter Karlsson,
Peter Kasting,
Peter Moulder,
Peter Occil,
Peter Stark,
Peter Van der Beken,
Peter-Paul Koch,
Expand Down
4 changes: 4 additions & 0 deletions source
Expand Up @@ -75846,6 +75846,9 @@ END:VCARD</pre>

<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
Expand Down Expand Up @@ -118615,6 +118618,7 @@ if (s = prompt('What is your name?')) {
Peter Karlsson,
Peter Kasting,
Peter Moulder,
Peter Occil,
Peter Stark,
Peter Van der Beken,
Peter-Paul Koch,
Expand Down

0 comments on commit c14eb16

Please sign in to comment.