Re: [web-nfc] How does NFCScanOptions#recordType filter external type records? (#327)

This relates closely to #331 but aims to clarify how could NFCScanOptions#recordType match external type records.

Note: `w3.org:*` filter is not possible because `*` is a valid character for the custom-type.

> DIGIT                = %x30-39
ALPHA                = %x41-5A / %x61-7A   ; A-Z / a-z
other                = "(" / ")" / "+" / "," / "-" / ":" / "=" /
                       "@" / ";" / "$" / "_" / "!" / "*" / "'" / "."

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

Received on Monday, 16 September 2019 01:25:37 UTC