Open patrickkettner opened 7 years ago
Yeah, you need to have a separate dfn
for the interface's name attribute.
<dfn for='Cookie' attribute>name</dfn>
@travisleithead so that means I have to literally copy and paste the same dfns in order to do what I want?
@travisleithead @arronei continuing #21, I have definitions for Init's, but am missing for the non Init form of a few things.
e.g. between
name
is defined for CookieInit, but not forCookie
, despite sharing the same definition, viaShould I be repeating the definitions? or is what I have expected?