[Bug 20008] New: allow [Unforgeable] on an interface

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

          Priority: P2
            Bug ID: 20008
                CC: mike@w3.org, public-script-coord@w3.org
          Assignee: cam@mcc.id.au
           Summary: allow [Unforgeable] on an interface
        QA Contact: public-webapps-bugzilla@w3.org
          Severity: normal
    Classification: Unclassified
                OS: All
          Reporter: cam@mcc.id.au
          Hardware: PC
            Status: NEW
           Version: unspecified
         Component: WebIDL
           Product: WebAppsWG

Location is going to gain some members through an implements statement, like

  Location implements Blah;

but we need those imported members from Blah to be [Unforgeable] in addition to
all the existing ones on Location.  So let's allow [Unforgeable] directly on
interface Location, to indicate that all of its members (including the ones
from the implements statement) to be unforgeable.

toString/valueOf on Location also need to be unforgeable.

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

Received on Monday, 19 November 2012 23:25:49 UTC