Closed
Description
The [[PlatformBrand]] internal slot would be a List (in the ECMAScript sense) of strings. One string per interface on the interface chain of the object. So e.g., Text would have "Text, "CharacterData", "Node", "EventTarget".
This would allow us to be more specific what we mean with instances of something and would also clear up a lot of language in IDL I think.