-
Notifications
You must be signed in to change notification settings - Fork 232
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make final decision between \u00A0 or class="nowrap" #535
Comments
Generally, exposing dom fragments to l10n is gonna be a source of errors. Often it's worth the risk, but in this case, I think just generally using unicode to work for us sounds good. Would there be any counter-indications where nbsp breaks, but CSS nowrap works? |
I think the options are between UTF-8 non breaking space and the nowrap class, while the HTML shouldn't on the table? |
Personally I would go with one product name and unicode
|
AFAICT, the OTOH, using the Unicode escape sequence ( |
Pulling this out of l10n launch milestone, unless someone thinks we need to ship with this? |
Closing - I think we've reached a good working consensus on markup in strings. |
In #486 we never quite finalized whether to use
,\u00A0
or<span class="nowrap">
for strings with spaces that shouldn't be broken.There seem to be l10n and a11y pros and cons to each method. Let's list them out and discuss them here and make the final decision.
The text was updated successfully, but these errors were encountered: