https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 4815836aab313681c91f235c8273b4d24592ecab authored by kaixinjxq on 08 April 2018, 03:26:12 UTC
Adapt web-nfc IDL tests to latest spec
Tip revision: 4815836
productions.js
var invalid_names = ["", "invalid^Name", "\\", "'", '"', "0", "0:a"] // XXX
var valid_names = ["x", ":", "a:0"]
var invalid_qnames = [":a", "b:", "x:y:z"] // XXX
back to top