Re: [custom-elements-tests][html-templates-tests] Submission/unipro custom elements (#464)

This is buggy. When you do String.fromCharCode('_') you get '' and try to register an element named -x_, which isn't what you're trying to test. The test result is also wrong, it says failure is an error, but NCNames can't start with - so it is correct to throw in that case.

View on GitHub: https://github.com/w3c/web-platform-tests/pull/464#discussion_r8257289

Received on Wednesday, 11 December 2013 04:26:18 UTC