Adding a span around a word breaks text-align justify
Categories
(Core :: Layout: Block and Inline, defect)
Tracking
()
People
(Reporter: kizmarh, Unassigned, NeedInfo)
Details
Attachments
(1 file)
659 bytes,
text/html
|
Details |
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:142.0) Gecko/20100101 Firefox/142.0
Steps to reproduce:
- Open https://codepen.io/kizu/pen/qEOaRVL or the attached .html
- Look at the second “not ok” example.
Actual results:
The 111111 string is not flush with the right edge.
Expected results:
The 111111 string should be flush with the right edge: the context has text-align: justify
, and a span without any styles on it around a word should not affect anything. Both Chrome and Safari render this example as expected.
Comment 1•27 days ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::Layout: Block and Inline' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Comment 2•11 days ago
|
||
The severity field is not set for this bug.
:alaskanemily, could you have a look please?
For more information, please visit BugBot documentation.
Description
•