Open
Bug 1204877
Opened 9 years ago
Updated 2 years ago
[css-ui] Consider not ellipsing for text-overflow when the only overflow is padding for an inline box.
Categories
(Core :: Layout: Block and Inline, enhancement)
Core
Layout: Block and Inline
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox43 | --- | affected |
People
(Reporter: MatsPalmgren_bugz, Unassigned)
References
(Blocks 2 open bugs)
Details
Attachments
(1 file)
(deleted),
text/html
|
Details |
Consider not ellipsing for text-overflow when the only overflow is padding for an *inline* box. (Specifically only consider doing this for inlines,
not inline-block etc)
(Chrome 47 doesn't ellipse the example, fwiw. Need to check what other UAs are doing...)
Updated•8 years ago
|
Blocks: text-overflow
Comment 1•8 years ago
|
||
A bit late at this point, but I just tried that testcase in Edge stable and preview, IE11, Chrome stable and canary, Safari and Webkit SVN, and none of them are ellipsing.
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•