[Bug 20225] New: don't allow overridden operations and attribute getters/setters to be invoked on descendant objects

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

            Bug ID: 20225
           Summary: don't allow overridden operations and attribute
                    getters/setters to be invoked on descendant objects
    Classification: Unclassified
           Product: WebAppsWG
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: WebIDL
          Assignee: cam@mcc.id.au
          Reporter: cam@mcc.id.au
        QA Contact: public-webapps-bugzilla@w3.org
                CC: mike@w3.org, public-script-coord@w3.org
            Blocks: 17201

For cases like HTMLPropertiesCollection.namedItem, which overrides
HTMLCollection.namedItem, we don't want to allow
HTMLCollection.prototype.namedItem to be called on an HTMLPropertiesCollection
object.

 <Hixie> if a method/setter/getter from a prototype of interface A is applied
to an object that is of an interface B that is a subclass of A, and B defines
its own method/getter/setter with the same name, then throw.
 <Hixie> by setters/getters i meant attributes

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Received on Tuesday, 4 December 2012 00:38:42 UTC