Re: [web-nfc] Change default compatibility value to `any` (#299)

I don't remember why did we discard "web-nfc" from the `NDEFCompatibility` enum?

Also, the name should be changed from NDEF since not all tags we can read are NDEF. It could be `NFCCompatibility` or `NFCFormat` or something like that.

Then, we could also change `"nfc-forum"` to `"ndef"` since it's more exact. If a _developer_ knows what NFC is, probably also knows what NDEF is, at least as much as knowing about NFC Forum.

In the current context, I agree making `"any"` the default value (for developer convenience), so the PR itself LGTM. 

However, for the record I note that `"web-nfc"` was meant to be the default value (because that's what this spec makes safe to use) and changing that would require some user input. But now that is missing.

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

Received on Thursday, 22 August 2019 13:36:23 UTC