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 28647 - [WebIDL] error in TreatNullAs example
Summary: [WebIDL] error in TreatNullAs example
Status: RESOLVED FIXED
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: WebIDL (show other bugs)
Version: unspecified
Hardware: All All
: P2 normal
Target Milestone: ---
Assignee: Cameron McCormack
QA Contact: public-webapps-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-15 21:20 UTC by Michael Dyck
Modified: 2015-07-07 06:18 UTC (History)
2 users (show)

See Also:


Attachments

Description Michael Dyck 2015-05-15 21:20:18 UTC
In "4.3.17. [TreatNullAs]", the example says:
    An ECMAScript implementation implementing the Dog interface
    would convert a null value assigned to the “name” property
    ... to the empty string rather than "null":

Change "name" to "owner".