Open
Bug 2017940
Opened 2 months ago
Updated 9 hours ago
Align selection height to text height in vertical mode
Categories
(Core :: Layout, task)
Core
Layout
Tracking
()
ASSIGNED
People
(Reporter: jjaschke, Assigned: jjaschke)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Currently, this CSS Highlight API test fails, because in vertical mode the height of the ::highlight is larger than the height of the <span> in the reference. The same can be seen when manually selecting text. In Chrome, the selection has the same height as the highlight, and the span.
| Assignee | ||
Updated•2 months ago
|
Blocks: interop-2026-custom-highlights
| Assignee | ||
Comment 1•2 months ago
|
||
Updated•2 months ago
|
Assignee: nobody → jjaschke
Status: NEW → ASSIGNED
Updated•2 months ago
|
Attachment #9546484 -
Attachment description: Bug 2017940 - CSS Highlight API: Use font metrics height to calculate rect for selections in vertical text. r=jfkthame! → WIP: Bug 2017940 - CSS Highlight API: Use font metrics height to calculate rect for selections in vertical text. r=jfkthame!
Updated•1 month ago
|
Attachment #9546484 -
Attachment description: WIP: Bug 2017940 - CSS Highlight API: Use font metrics height to calculate rect for selections in vertical text. r=jfkthame! → Bug 2017940 - Expand inline frame block-size in vertical mixed mode to fit sideways glyph runs. r=jfkthame!
Pushed by jjaschke@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/bbb0e519d818
https://hg.mozilla.org/integration/autoland/rev/b6cca8002080
Expand inline frame block-size in vertical mixed mode to fit sideways glyph runs. r=jfkthame,layout-reviewers
You need to log in
before you can comment on or make changes to this bug.
Description
•