CSS/text-overflow

From MozillaWiki
< CSS
Revision as of 22:08, 11 January 2012 by Tantek (talk | contribs) (→‎ellipsing of inline atomic content: note first inline atomic element is needed for compat, no more)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This article is a stub. You can help MozillaWiki by expanding it.

text-overflow

'text-overflow' is a CSS property defined in CSS3/ui and first shipped in Firefox in version 7.

This page tracks documentation and issues specific to Firefox's implementation.

issues

ellipsing of inline atomic content

Please list real world sites / URLs that were/are depending on inline atomic content (images, inline-blocks) *not* being ellipsed that overflow their block container with text-overflow: ellipsis and and overflow other than visible along with related bug number(s)

Note: all of the above real world sites only depend on the *first* inline atomic element being shown (clipped) instead of ellipsed.

see also