Re: [w3c/manifest] Add optional `translations` member (#676)

> (Are categories supposed to be like programmatic identifiers, so "sports" would be used across all languages and be properly translated by stores? Or should that also be localized?)

Would the `dir` member with a value of `auto` potentially resolve to an incorrect value if the `categories` member is the first member of the manifest? In that case I guess it could just be ignored in the first step of:

> The steps to programmatically determine the directionality of a member are as follows. The algorithm takes the value of a member.
>1. Find the first character (in logical order) of the value that is of bidirectional character type L, AL, or R [BIDI].
>2. If such a character is found and it is of bidirectional character type AL or R, return "rtl".
>3. Otherwise, return "ltr".

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/manifest/issues/676#issuecomment-442648185

Received on Wednesday, 28 November 2018 23:38:20 UTC