This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 21605 - "For each node in nodes, check if the element is a top-level microdata item, and if it is then get the object for that element and add it to items." -- Probably should be " .. get the object for that [...]
Summary: "For each node in nodes, check if the element is a top-level microdata item, ...
Status: RESOLVED FIXED
Alias: None
Product: WHATWG
Classification: Unclassified
Component: HTML (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal
Target Milestone: Unsorted
Assignee: Ian 'Hixie' Hickson
QA Contact: contributor
URL: http://www.whatwg.org/specs/web-apps/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-07 01:35 UTC by contributor
Modified: 2013-04-11 22:21 UTC (History)
2 users (show)

See Also:


Attachments

Description contributor 2013-04-07 01:35:32 UTC
Specification: http://www.whatwg.org/specs/web-apps/current-work/multipage/microdata.html
Multipage: http://www.whatwg.org/C#json
Complete: http://www.whatwg.org/c#json

Comment:
"For each node in nodes, check if the element is a top-level microdata item,
and if it is then get the object for that element and add it to items." --
Probably should be " .. get the object for that element, passing an empty list
_memory_, and add it to _items_."

Posted from: 76.119.210.197 by poccil14@gmail.com
User agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:20.0) Gecko/20100101 Firefox/20.0
Comment 1 Ian 'Hixie' Hickson 2013-04-11 22:19:55 UTC
The memory argument is optional. But it does make sense to be more explicitly about what happens if it's omitted. Thanks!
Comment 2 contributor 2013-04-11 22:21:25 UTC
Checked in as WHATWG revision r7812.
Check-in comment: Clarify what happens if the optional argument to this algorithm is omitted.
http://html5.org/tools/web-apps-tracker?from=7811&to=7812