R070: tel/email/url inputs rendered RTL (these must stay LTR)
Inputs whose direction does not match what they hold, untranslated labels and validation, and missing autocomplete hints.
The check
- Id
- R070
- Category
- Forms
- Default severity
- medium
What it looks for
tel/email/url inputs rendered RTL (these must stay LTR)
How to fix it
Force LTR on machine-format fields: <input type="tel" dir="ltr">. Phone numbers, emails, and URLs are left-to-right strings even in Arabic UIs.
More forms checks
Does your page trip R070?
Paste a URL. Ritla renders the page on desktop and mobile, runs every check, and shows the top issues with screenshot evidence.