[Bug 26452] New: Consider introducing explicit syntax for mixins

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

            Bug ID: 26452
           Summary: Consider introducing explicit syntax for mixins
           Product: WebAppsWG
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P3
         Component: WebIDL
          Assignee: cam@mcc.id.au
          Reporter: Ms2ger@gmail.com
        QA Contact: public-webapps-bugzilla@w3.org
                CC: mike@w3.org, public-script-coord@w3.org

Rather than

[NoInterfaceObject] interface Foo {};

and somehow communicating that it's meant to be a mixin, we could use

mixin Foo {};

(or whatever) and only allow mixins on the RHS of |implements|.

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

Received on Tuesday, 29 July 2014 07:28:20 UTC