टेम्पलेट:Quote/doc: रिवीजन सभ के बीचा में अंतर

Content deleted Content added
imported>SMcCandlish
tweak
imported>SMcCandlish
→‎Next to right-floated boxes: documenting known issue
लाइन 92:
 
=== Next to left-floated images ===
The variant template {{tlx|Quote/to right of image}} will work around a CSS bug, in which the block quotation does not indent if it is next to a left-floated image. {{As of|2015|08|04}}, this problem and the fix for it has been reported to [[Mediawiki talk:Common.css#Fix for very long-standing problem of blockquote not working with images]]. It is not known when this will be fixed. After it is fixed, this variant template can be replaced with the stock {{tlx|Quote}}.
 
=== Next to right-floated boxes ===
{{As of|2015|09}}, the text of a block quotation may rarely overflow (in Firefox or other Gecko browsers) a right-floated item (e.g. a {{tlx|Listen}} box, when that item is below another right-floated item of a fixed size that is narrower. In Safari and other Webkit browsers (and even more rarely in Chrome/Chromium) the same condition can cause the block quotation to be pushed downward. Both of these problems can be fixed by either:
# removing the sizing on the upper item and letting it use its default size (e.g. removing <code>{{var|###}}x{{var|###}}px</code> sizing or {{para|upright}} from a right-floated image above a wider right-floated object that is being overflowed by quotation text; or
# using {{para|style{{=}}overflow:inherit;}} in the quotation template.
There may be other solutions, and future browser upgrades may eliminate the issue. It arises at all because of the <code>blockquote { overflow: hidden; }</code> CSS declaration in [[Mediawiki:Common.css]], which itself works around other, more common display problems. A solution that fixes {{em|all}} of the issues is unknown at this time.
 
=== Vanishing quotes ===