mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Update comment with spec link
This commit is contained in:
parent
5f14ee617b
commit
f3533ecfc1
1 changed files with 2 additions and 1 deletions
|
@ -75,7 +75,8 @@ check_tag("track", 1, [HTMLTrackElement]);
|
|||
check_tag("audio", 1, [HTMLMediaElement, HTMLAudioElement]);
|
||||
check_tag("video", 1, [HTMLMediaElement, HTMLVideoElement]);
|
||||
|
||||
// Test non-ASCII tag names. The ASCII-only uppercasing matches Firefox's behavior.
|
||||
// Test non-ASCII tag names. Uppercasing is ASCII-only per spec:
|
||||
// http://dom.spec.whatwg.org/#dom-element-tagname
|
||||
check_tag("foo-á", 1, [HTMLUnknownElement], "FOO-á");
|
||||
|
||||
finish();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue