[Webkit-unassigned] [Bug 153125] New: <area shape> should be ASCII-case-insensitive

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 15 06:14:31 PST 2016


https://bugs.webkit.org/show_bug.cgi?id=153125

            Bug ID: 153125
           Summary: <area shape> should be ASCII-case-insensitive
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML DOM
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: zcorpan at gmail.com

Version 9.0.2 (11601.3.9, r195011)

The <area shape> attribute is compared in a Unicode-case-insensitive manner but the spec requires ASCII-case-insensitive.

LATIN CAPITAL LETTER I WITH DOT ABOVE
<area id="area" shape="CÄ°RCLE" coords="20,40,10">

or

LATIN SMALL LETTER DOTLESS I
<area id="area" shape="cırcle" coords="20,40,10">

...should be like shape="foobar" (rectangle state, the invalid value default), but are circles.

Spec: https://html.spec.whatwg.org/multipage/infrastructure.html#enumerated-attribute
Tests: https://github.com/w3c/web-platform-tests/pull/2478

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160115/11003e39/attachment.html>


More information about the webkit-unassigned mailing list