Re: [w3c/webcomponents] How to define APIs only for custom element authors (#758)

I don't think `disableEncapsulation` makes much sense because we're making `attachShadow` throw. disabling encapsulation on surface sounds like something you'd do to expose internals to the outside.

`disableFeatures` is a lot better name IMO although I think we can do better. We should probably name it `disabledFeatures` since this isn't really a method. Or maybe `unusedFeatures`?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/758#issuecomment-439164857

Received on Thursday, 15 November 2018 19:40:38 UTC