Closed Bug 759178 Opened 11 years ago Closed 11 years ago

WebGL extension strings should be case-insensitive

Categories

(Core :: Graphics: CanvasWebGL, defect)

x86_64
Linux
defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla15

People

(Reporter: bjacob, Assigned: bjacob)

Details

(Whiteboard: webgl-conformance)

Attachments

(1 file)

Attachment #627772 - Flags: review?(jgilbert) → review+
https://hg.mozilla.org/integration/mozilla-inbound/rev/d9e6d8a66f9c
Assignee: nobody → bjacob
Target Milestone: --- → mozilla15
https://hg.mozilla.org/mozilla-central/rev/d9e6d8a66f9c
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Unicode case-insensitive or ASCII case-sensitive? In particular, should you be able to use 'LATIN CAPITAL LETTER I WITH DOT ABOVE' (U+0130) instead of i? Sounds like something you should have a test for... ;)
The spec fails to specify it, but obviously the intent is that extension strings can only use [a-zA-Z0-9_] characters. Will write to the list about that. Yes, a test checking that non-ASCII strings are rejected with INVALID_VALUE could make sense.
You need to log in before you can comment on or make changes to this bug.