[Bug 14888] New: The statement about converting IDL nullable type to ECMAScript value is stated reversely.

http://www.w3.org/Bugs/Public/show_bug.cgi?id=14888

           Summary: The statement about converting IDL nullable type to
                    ECMAScript value is stated reversely.
           Product: WebAppsWG
           Version: unspecified
          Platform: PC
               URL: http://dev.w3.org/2006/webapi/WebIDL/#es-nullable-type
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: WebIDL
        AssignedTo: cam@mcc.id.au
        ReportedBy: kennyluck@csail.mit.edu
         QAContact: member-webapi-cvs@w3.org
                CC: mike@w3.org, public-script-coord@w3.org


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.

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

Received on Sunday, 20 November 2011 20:42:04 UTC