w3c / web-nfc

Web NFC
https://w3c.github.io/web-nfc/
Other
313 stars 69 forks source link

Problems in '9.10.1 Creating NDEF message' #443

Closed leonhsl closed 4 years ago

leonhsl commented 4 years ago

https://w3c.github.io/web-nfc/#creating-ndef-message

  1. lacks descriptions about how to wrap a DOMString or BufferSource to create an NDEFMessage.
  2. 4.3 description is wrong:

If message is of type NDEFMessageInit and its id is not null:

  1. It seems to me the spec wants to say NDEFRecord#id is null when NDEFRecordInit#id is not provided, if so, please change NDEFRecord interface definition to reflect it, i.e. add '?' suffix.
beaufortfrancois commented 4 years ago

Thank you for raising these issues. I'll open a PR to address those shortly.