CSS/text-overflow: Difference between revisions
< CSS
Jump to navigation
Jump to search
(drafted) |
(→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) |
||
Line 10: | Line 10: | ||
=== ellipsing of inline atomic content === | === 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 <code>text-overflow: ellipsis</code> and and <code>[[CSS/overflow|overflow]]</code> other than <code>visible</code> along with related bug number(s) | 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 <code>text-overflow: ellipsis</code> and and <code>[[CSS/overflow|overflow]]</code> other than <code>visible</code> along with related bug number(s) | ||
* | * https://bugzilla.mozilla.org/show_bug.cgi?id=680610 | ||
* ... | * https://bugzilla.mozilla.org/show_bug.cgi?id=689897 | ||
* https://bugzilla.mozilla.org/show_bug.cgi?id=690131 | |||
* https://bugzilla.mozilla.org/show_bug.cgi?id=690187 | |||
* https://bugzilla.mozilla.org/show_bug.cgi?id=703360 | |||
== see also == | == see also == |
Revision as of 21:15, 12 December 2011
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)
- https://bugzilla.mozilla.org/show_bug.cgi?id=680610
- https://bugzilla.mozilla.org/show_bug.cgi?id=689897
- https://bugzilla.mozilla.org/show_bug.cgi?id=690131
- https://bugzilla.mozilla.org/show_bug.cgi?id=690187
- https://bugzilla.mozilla.org/show_bug.cgi?id=703360