- From: <bugzilla@jessica.w3.org>
- Date: Thu, 16 Apr 2015 16:45:22 +0000
- To: public-webapps-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=28446 --- Comment #3 from Dimitri Glazkov <dglazkov@chromium.org> --- >From https://lists.w3.org/Archives/Public/public-webapps/2015AprJun/0122.html: "I don't think you need to duplicate anything. The super class can still fill in the original shadow root, then the subclass can modify it. This is the same concept of the prototype inheritance, your methods will shadow the super class methods, but you can just call them and then extend the behavior. This is also the reason the created and attached callbacks are on the prototype. So you can call super and use the parent behavior by shared protocol." -- You are receiving this mail because: You are the QA Contact for the bug.
Received on Thursday, 16 April 2015 16:45:24 UTC