[web-nfc] NFCReadingEvent has an attribute with a type of dictionary? (#232)

leonhsl has just created a new issue for https://github.com/w3c/web-nfc:

== NFCReadingEvent has an attribute with a type of dictionary? ==
http://w3c.github.io/web-nfc/#dom-nfcreadingevent defines 

`interface NFCReadingEvent : Event {
  readonly attribute NDEFMessage message;
};
`

but https://heycam.github.io/webidl/#idl-dictionaries says

> Dictionaries must not be used as the type of an attribute or constant.

Please view or discuss this issue at https://github.com/w3c/web-nfc/issues/232 using your GitHub account

Received on Wednesday, 12 June 2019 03:09:25 UTC