Bug 254769 - Don't show 'cursor: pointer' on unclickable <area> by updating UA Stylesheet
Summary: Don't show 'cursor: pointer' on unclickable <area> by updating UA Stylesheet
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-03-30 14:08 PDT by Ahmad Saleem
Modified: 2023-04-03 20:13 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ahmad Saleem 2023-03-30 14:08:39 PDT
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!
Comment 1 EWS 2023-04-03 20:12:24 PDT
Committed 262559@main (565c294fbf5f): <https://commits.webkit.org/262559@main>

Reviewed commits have been landed. Closing PR #12337 and removing active labels.
Comment 2 Radar WebKit Bug Importer 2023-04-03 20:13:21 PDT
<rdar://problem/107591470>