User "Catrope" posted a comment on MediaWiki.r97788. Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/97788#c23590 Commit summary:
Zero padding for #firstHeading makes text cut for scripts like Devanagari , Malayalam etc(Bug 29405 and Bug 30809), especially when the glyphs are stacked or having lower diacritic marks. Remove padding-top:0 and padding-bottom:0 to allow h1 inherit the padding bottom and top values from commonElements.css fixes this. Comment: Wouldn't <code>h1:lang(hi)</code> be better? That's what we use for list numerals too, and it means we support mixed-language HTML. _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
