Re: [w3ctag/design-reviews] Delegated Ink Trail (#473)

I don't see the point of the premature extensability. You can always make it inherit from InkPresenter in the future if such a need would arise. I don't think that is going to be a big breaking change as people shouldn't rely on it not inheriting from it or it not inheriting from anything

```webidl
interface InkPresenter {
}

interface DelegatedInkTrailPresenter : InkPresenter {
   ...
``` 

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3ctag/design-reviews/issues/473#issuecomment-616661697

Received on Monday, 20 April 2020 16:23:23 UTC