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!
<rdar://problem/111114056>
Pull request: https://github.com/WebKit/WebKit/pull/15273
Committed 265500@main (1f2d2a92eeb8): <https://commits.webkit.org/265500@main> Reviewed commits have been landed. Closing PR #15273 and removing active labels.