Bug 267660
Summary: | Fix HTML directionality inheritance for empty <bdi> elements with no dir attribute | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ahmad Saleem <ahmad.saleem792> |
Component: | DOM | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WONTFIX | ||
Severity: | Normal | CC: | annevk, dbaron, fantasai.bugs, karlcow, rniwa, vitor.roriz, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar, WPTImpact |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
URL: | http://wpt.live/html/semantics/text-level-semantics/the-bdi-element/bdi-auto-dir-default.html |
Ahmad Saleem
Hi Team,
While looking into WPT Test cases and Safari failing, I noticed that we started to fail newly added test, so I thought to raise so we can fix it.
WPT Test case: https://wpt.fyi/results/html/semantics/text-level-semantics/the-bdi-element/bdi-auto-dir-default.html?label=master&label=experimental&aligned=
WPT Test Case Live Link: http://wpt.live/html/semantics/text-level-semantics/the-bdi-element/bdi-auto-dir-default.html
Blink Commit: https://chromium-review.googlesource.com/c/chromium/src/+/5186678
^ Chrome Canary 122 (122.0.6253.0) is passing while WPT shows it as failing.
Just wanted to raise so we can track and fix it.
Thanks!
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/121559478>
L. David Baron
I think the changes that caused WebKit to fail this test have been reverted in https://github.com/web-platform-tests/wpt/pull/44621