whatwg/html-build

Error: Could not find ID telephone-state-%28type=tel%29

Closed this issue · 6 comments

Error: Could not find ID telephone-state-%28type=tel%29 for annotation that uses URLs: http://caniuse.com/#feat=input-email-tel-url

@Hixie how can we fix this?

Hixie commented

Either add that ID to the spec or have caniuse.com use an existing ID.

So caniuse.com does seem to have the correct link. Is it something with percent-encoding? Though presumably that would affect other features too...

Hixie commented

Maybe. The %-decoding algorithm for IDs is absurd so I probably didn't implement it...

Happy to do code reviews on the wattsi code if you want to add it.

So I fixed this at Fyrd/caniuse, but @Fyrd has not yet done a data update so the build still reports an error. Will leave this open until that no longer happens, to be sure.

Data update apparently happened; @annevk can you confirm it's all working?

Yeah this is fine now.