<div style="DIRECTION: ltr">
<div>Hello</div>
<div> </div>
<div>I18N Matter for Progress:</div>
<div> </div>
<div>The spec says :</div>
<div>"If the <code title="attr-progress-value"><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://whatwg.org/specs/web-apps/current-work/#value4" target="_blank">value</a></code> attribute is omitted, then user agents must also parse the 
<code><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://whatwg.org/specs/web-apps/current-work/#textcontent0" target="_blank">textContent</a></code> of the <code><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://whatwg.org/specs/web-apps/current-work/#progress0" target="_blank">
progress</a></code> element in question using the <span><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://whatwg.org/specs/web-apps/current-work/#steps" target="_blank">steps for finding one or two numbers in a string
</a></span>. These steps will return nothing, one number, one number with a denominator punctuation character, or two numbers."<br> </div>
<div>In Step for finding one or two number</div>
<div>It's only look for 0-9 number. </div>
<div> </div>
<div>So what about number in other languages ?<br> </div>
<div>So why not forcing use of <code>m</code> element for numbers</div>
<div> </div>
<div><progress><m>30</m> out of <m>45</m></progress></div>
<div> </div>
<div>in that case m has to be a number in whatever encoding even in RTL it will be parsable</div>
<div> </div>
<div>Mohamed</div></div>