Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix HTML directionality inheritance for empty <bdi> elements with no …
…dir attribute. This correctly initializes the flag indicating that the HTML directionality is inherited from the parent for <bdi> elements, which behaves like it has dir=auto by default. Even without this change, it gets initialized correctly when a dir attribute is changed or when the text content of the element changes. This also clears the same flag when the dir attribute changes. This should affect some other cases of dir attribute changes, but we somehow didn't hit it until fixing the previous bug exposed the problem. This fixes the failure of a test that I added in #43896 in response to noticing and fixing an error I made in the HTML spec in whatwg/html#10005 . Bug: 576815 Change-Id: I3006d45079694d90dd178f8c439e22f6419bd992 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5186678 Commit-Queue: Mason Freed <masonf@chromium.org> Reviewed-by: Di Zhang <dizhangg@chromium.org> Auto-Submit: David Baron <dbaron@chromium.org> Reviewed-by: Mason Freed <masonf@chromium.org> Cr-Commit-Position: refs/heads/main@{#1246176}
- Loading branch information