CSS/text-overflow: Difference between revisions

From MozillaWiki
< CSS
Jump to navigation Jump to search
(→‎ellipsing of inline atomic content: added specific bug #s with examples of real world sites which depend on singe inline atomic elements being clipped rather than ellipsed by text-overflow)
(→‎ellipsing of inline atomic content: note first inline atomic element is needed for compat, no more)
 
Line 15: Line 15:
* https://bugzilla.mozilla.org/show_bug.cgi?id=690187
* https://bugzilla.mozilla.org/show_bug.cgi?id=690187
* https://bugzilla.mozilla.org/show_bug.cgi?id=703360
* https://bugzilla.mozilla.org/show_bug.cgi?id=703360
Note: all of the above real world sites only depend on the *first* inline atomic element being shown (clipped) instead of ellipsed.


== see also ==
== see also ==

Latest revision as of 22:08, 11 January 2012

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