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 16438 - ECMAScript environment
Summary: ECMAScript environment
Status: RESOLVED FIXED
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: WebIDL (show other bugs)
Version: unspecified
Hardware: DEC Windows 3.1
: P2 trivial
Target Milestone: ---
Assignee: Cameron McCormack
QA Contact: public-webapps-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-19 19:17 UTC by Marcos Caceres
Modified: 2012-03-21 23:39 UTC (History)
2 users (show)

See Also:


Attachments

Description Marcos Caceres 2012-03-19 19:17:46 UTC
Typo: 
The [[Prototype]]s of all initial objects in a given global environment must come from the that same global environment.

Should be:
The [[Prototype]]s of all initial objects in a given global environment must come from that same global environment.
Comment 1 Cameron McCormack 2012-03-21 23:39:06 UTC
Thanks.