Steps to replicate the issue (include links if applicable):
- Go to https://www.wikidata.org/wiki/Lexeme:L1883?uselang=he#F15
- Look at the text of the form.
What happens?:
The text of the form looks like "m’": the letter m on the left and the apostrophe on the right.
What should have happened instead?:
The text of the form must look like "’m": the apostrophe on the left and the letter m on the right.
Other information (browser name/version, screenshots, etc.):
The reason for this is that this is English text embedded into a Hebrew page. The lang attribute is marked correctly as "en" in <span class="representation-widget_representation-value" lang="en">’m</span>, but the dir attribute is needed, too.