Bug 258326
| Summary: | input type=tel test case fail in css/selectors/dir-pseudo-on-input-element.html | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ahmad Saleem <ahmad.saleem792> |
| Component: | CSS | Assignee: | Ryosuke Niwa <rniwa> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | rniwa, webkit-bug-importer |
| Priority: | P2 | Keywords: | BrowserCompat, InRadar, WPTImpact |
| Version: | Safari Technology Preview | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Ahmad Saleem
Hi Team,
I think we special cased 'telephone' directionality [1] in the past but now we fail the WPT test:
[1] https://commits.webkit.org/252779@main
>> (WebCore::HTMLElement::computeDirectionality const): Added a special case for telephone.
[2] https://commits.webkit.org/254017@main
^ This modified the above function but still had the 'telephone' cases, which we still have.
Live Link: http://wpt.live/css/selectors/dir-pseudo-on-input-element.html
It started failing with latest WPT import: https://commits.webkit.org/258889@main
So I think either we need to remove special casing or we missed bit and need to fix it.
Just raising so we can fix this failing test as well.
Thanks!
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/111114056>
Ryosuke Niwa
Pull request: https://github.com/WebKit/WebKit/pull/15273
EWS
Committed 265500@main (1f2d2a92eeb8): <https://commits.webkit.org/265500@main>
Reviewed commits have been landed. Closing PR #15273 and removing active labels.