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 28120 - items.push ({"name": part.part_display_name, "description": part.SKU, "sku": part.SKU, "price": part.price, "currency": "USD", "quantity": 1});
Summary: items.push ({"name": part.part_display_name, "description": part.SKU, "sku": ...
Status: RESOLVED INVALID
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: https://html.spec.whatwg.org/#top-lev...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-01 14:45 UTC by contributor
Modified: 2015-03-04 19:49 UTC (History)
2 users (show)

See Also:


Attachments

Description contributor 2015-03-01 14:45:08 UTC
Specification: https://html.spec.whatwg.org/multipage/browsers.html
Multipage: https://html.spec.whatwg.org/multipage/#top-level-browsing-context
Complete: https://html.spec.whatwg.org/#top-level-browsing-context
Referrer: https://html.spec.whatwg.org/multipage/history.html

Comment:
  items.push ({"name": part.part_display_name, "description": part.SKU, "sku":
part.SKU, "price": part.price, "currency": "USD", "quantity": 1});
};


Posted from: 72.195.155.147
User agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.115 Safari/537.36