User "Brion VIBBER" posted a comment on MediaWiki.r99464. Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/99464#c24171 Commit summary:
Fix Bug 31337 - Android 2.3.x does not respect local() syntax. So dont use it. Anyway Android is not going to have the fonts in local. Comment: Hmm, well if it's based on rule parsing we may actually be able to test for it: create a style rule with the local(), add it, then check in document.styleSheets[x].cssRules[] to see if it got kept. A malformed rule will be ignored, so the final interpreted style won't include it. _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
