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 14888 - The statement about converting IDL nullable type to ECMAScript value is stated reversely.
Summary: The statement about converting IDL nullable type to ECMAScript value is state...
Status: RESOLVED FIXED
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: WebIDL (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Cameron McCormack
QA Contact: public-webapps-bugzilla
URL: http://dev.w3.org/2006/webapi/WebIDL/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-20 20:41 UTC by Kang-Hao (Kenny) Lu
Modified: 2011-12-09 04:59 UTC (History)
2 users (show)

See Also:


Attachments

Description Kang-Hao (Kenny) Lu 2011-11-20 20:41:58 UTC
If I read it correctly,

"Otherwise, the IDL nullable type value is the result of converting the ECMAScript value to the inner IDL type T. "

should read

"Otherwise, the ECMAScript value is the result of converting the IDL value of inner type T to the ECMAScript value."

Or at least the hyperlink with text "converting" should reference dfn-convert-idl-to-ecmascript-value instead of dfn-convert-ecmascript-to-idl-value.

I hope I am not just too confused here.
Comment 1 Kang-Hao (Kenny) Lu 2011-11-20 20:43:24 UTC
See the URL above for the section. (forgot to mention this, sorry!)
Comment 2 Cameron McCormack 2011-12-09 04:59:10 UTC
Yes, you're right.  Fixed: http://dev.w3.org/cvsweb/2006/webapi/WebIDL/Overview.html.diff?r1=1.411;r2=1.412;f=h

Please let me know for the Disposition of Comments document whether this change is satisfactory, thanks.