Page MenuHomePhabricator

the HTML e-mail message is not adapted for RTL languages
Closed, ResolvedPublic

Description

The HTML e-mail message, which is sent to a user when a message is posted to his talk page, is not adapted for RTL languages. Here are the main things to fix:

  1. The attributes lang and dir must be set on the root element of the message, for all languages.
  1. Explicit align="left" must be either removed or its value must be replaced with the appropriate side. The method alignStart() of the Language class should be used for that.

Version: unspecified
Severity: normal

Details

Reference
bz54249

Event Timeline

bzimport raised the priority of this task from to High.Nov 22 2014, 1:56 AM
bzimport added a project: Notifications.
bzimport set Reference to bz54249.
bzimport added a subscriber: Unknown Object (MLST).

Change 84680 had a related patch set uploaded by Bsitu:
Fix some RTL issue and add sans-serif as fallback font

https://gerrit.wikimedia.org/r/84680

Change 84680 merged by jenkins-bot:
Fix some RTL issue and add sans-serif as fallback font

https://gerrit.wikimedia.org/r/84680