Re: [web-nfc] "typedef DOMString NDEFRecordType" is expected to be case sensitive or not? (#331)

> The NDEF Record Type Definition spec says
> 
> > Two External Type Names MUST be compared in a **case-insensitive** manner. Example:
> > “example.com:foobar”
> > “Example.com:foobar”
> > “Example.COM:Foobar”
> > “eXaMpLe.CoM:fOoBaR”
> > The four examples above represent all the same External Type Name.

Meaning that we can allow only lower case values and can expose the value as lower case only. 

-- 
GitHub Notification of comment by kenchris
Please view or discuss this issue at https://github.com/w3c/web-nfc/issues/331#issuecomment-531615269 using your GitHub account

Received on Monday, 16 September 2019 00:52:05 UTC