Open
Bug 1642104
Opened 4 years ago
Updated 4 years ago
Absolutely-positioned element in ruby text and ruby text container is not rendered correctly
Categories
(Core :: Layout: Ruby, defect, P5)
Core
Layout: Ruby
Tracking
()
NEW
People
(Reporter: xidorn, Unassigned)
References
Details
Attachments
(1 file)
271 bytes,
text/html
|
Details |
This is similar to bug 1641139 but may need more investigation, thus spawned out.
As shown in the testcase, when the ruby text serves as the containing block, the absolutely-positioned element is slightly higher than the text, this might be a conforming behavior, but it seems to be different from what Blink does so we may have problem in the future.
When the ruby text container serves as the containing block, however, the absolutely-positioned descendant doesn't render. This can be easily fixed by the same fix for ruby container and ruby base container shown in bug 1641139. But even if it's properly shown, its position is not reasonable. This may need more investigation, as it's handled specially.
Updated•4 years ago
|
Severity: -- → S4
You need to log in
before you can comment on or make changes to this bug.
Description
•