Bug 254769
| Summary: | Don't show 'cursor: pointer' on unclickable <area> by updating UA Stylesheet | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ahmad Saleem <ahmad.saleem792> |
| Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | karlcow, koivisto, ntim, simon.fraser, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Ahmad Saleem
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!
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
EWS
Committed 262559@main (565c294fbf5f): <https://commits.webkit.org/262559@main>
Reviewed commits have been landed. Closing PR #12337 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/107591470>