Re: <progress> element and attributes vs. content

On Fri, Aug 14, 2009 at 12:51 PM, Adrian Bateman<adrianba@microsoft.com> wrote:
> On Friday, August 14, 2009 10:46 AM, Tab Atkins Jr. wrote:
>> On Fri, Aug 14, 2009 at 12:29 PM, Adrian Bateman<adrianba@microsoft.com>
>> wrote:
>> > I'm also concerned about how fragile the content parsing rules may turn
>> > out to be in practice.
>
>> This is anecdotal, but to me it appears that they're rather robust, at
>> least for English.
>
> I think this is my specific concern - how well does this work internationally?

Well, it pays absolutely no attention to the language within the
string.  The only relevant bits are that the numbers must be displayed
using arabic numerals [0-9], and they must be displayed without using
a grouping separator (all digits must be consecutive).

Someone with more internationalization experience than me (that is,
someone with *any* internationalization experience) can probably make
a better judgement on how well this would work on international text.

~TJ

Received on Friday, 14 August 2009 18:14:33 UTC