[Bug 17523] New: Specification should define behavior when immutable values are changed

https://www.w3.org/Bugs/Public/show_bug.cgi?id=17523

           Summary: Specification should define behavior when immutable
                    values are changed
           Product: CSS
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: major
          Priority: P2
         Component: CSSOM View
        AssignedTo: dave.null@w3.org
        ReportedBy: neils.christoffersen@gmail.com
         QAContact: public-css-bugzilla@w3.org


The CSSOM View spec is unclear on how implementations should react when a
client attempts to set a value for an immutable property. Examples include any
of the properties of the Screen interface in section 4.2.

The following code should throw an exception, but instead fails silently:

window.screen.height = 0;

This behavior should be specified in the document.

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Saturday, 16 June 2012 23:41:00 UTC