Bug 139119 - SVG text mid-points should not reorder BiDi text runs
Summary: SVG text mid-points should not reorder BiDi text runs
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2014-11-30 20:38 PST by Said Abou-Hallawa
Modified: 2023-01-01 05:58 PST (History)
3 users (show)

See Also:


Attachments
Test mid-points with BiDi text (343 bytes, image/svg+xml)
2014-11-30 20:38 PST, Said Abou-Hallawa
no flags Details
Expected file (381 bytes, image/svg+xml)
2014-11-30 20:41 PST, Said Abou-Hallawa
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Said Abou-Hallawa 2014-11-30 20:38:55 PST
Created attachment 242302 [details]
Test mid-points with BiDi text

When specifying multiple x-positions in the text tag of an SVG, they should be treated as strong directional points.  In other words, reordering the text runs should stop at any mid-point.

Open the attached test file and compare it with the expected file.

NOTE: The attached file is a Mozilla imported svg text file.
Comment 1 Said Abou-Hallawa 2014-11-30 20:41:08 PST
Created attachment 242303 [details]
Expected file
Comment 2 Radar WebKit Bug Importer 2014-12-01 10:38:57 PST
<rdar://problem/19103207>
Comment 3 Ahmad Saleem 2023-01-01 05:58:23 PST
It is still broken in Safari 16.2 & Safari Technology Preview 160 while Chrome Canary 111 and Firefox Nightly 110 is rendering similar to Expected file.

Just wanted to share updated testing result. Thanks!