[Webkit-unassigned] [Bug 254769] New: Don't show 'cursor: pointer' on unclickable <area> by updating UA Stylesheet

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 30 14:08:39 PDT 2023


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

            Bug ID: 254769
           Summary: Don't show 'cursor: pointer' on unclickable <area> by
                    updating UA Stylesheet
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ahmad.saleem792 at gmail.com
                CC: karlcow at apple.com, koivisto at iki.fi, ntim at apple.com,
                    simon.fraser at apple.com

Hi Team,

While going through Blink's commit, I came across another failing test case:

Test case - https://jsfiddle.net/vj0nz1ts/

Blink Commit - https://chromium.googlesource.com/chromium/src.git/+/459b7d5eaf26a0c71ebb81a12ce354eaefe980c0

Web-Spec: https://html.spec.whatwg.org/multipage/links.html#links-created-by-a-and-area-elements

___

area:any-link {
    cursor: pointer;
}

____

In local testing, after adding this, we pass above failing test case.

Just wanted to raise to fix this.

Thanks!

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230330/27f7e5a2/attachment.htm>


More information about the webkit-unassigned mailing list