[Bug 11175] New: Point out that the behaviour of assigning to properties corresponding to read only attributes

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

           Summary: Point out that the behaviour of assigning to
                    properties corresponding to read only attributes
           Product: WebAppsWG
           Version: unspecified
          Platform: PC
        OS/Version: Windows NT
            Status: NEW
          Severity: normal
          Priority: P2
         Component: WebIDL
        AssignedTo: cam@mcc.id.au
        ReportedBy: cam@mcc.id.au
         QAContact: member-webapi-cvs@w3.org
                CC: mike@w3.org, public-script-coord@w3.org


Point out in the spec that in the ES binding, read only attributes cause
accessor properties to exist with a getter but no setter, which means that
assigning to them will be silently ignored normally and will throw an exception
in strict mode.

http://www.w3.org/mid/9768D477C67135458BF978A45BCF9B38214AF1@TK5EX14MBXW604.wingroup.windeplo
y.ntdev.microsoft.com

-- 
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 Saturday, 30 October 2010 02:32:00 UTC