Re: [web-nfc] Add isLocal to NDEFRecord and NDEFRecordInit (#491)

https://w3c.github.io/web-nfc/#parsing-ndef-records is wrongly setting `isLocal` to `true` for all embedded records, no matter what type they're.
We actually want to set `isLocal=true` only for those local type records (TNF=1 with a local type).

-- 
GitHub Notification of comment by leonhsl
Please view or discuss this issue at https://github.com/w3c/web-nfc/pull/491#issuecomment-568854522 using your GitHub account

Received on Wednesday, 25 December 2019 07:13:51 UTC