@@ -323,37 +323,37 @@ var featureInfos =
323323 LOCALE_NUMERALS_IE11_WIN7 :
324324 {
325325 description :
326- 'Localized number formatting exclusive to Interner Explorer 11 in Windows 7.' ,
326+ 'Localized number formatting exclusive to Internet Explorer 11 in Windows 7.' ,
327327 check :
328328 function ( )
329329 {
330330 var available =
331- checkLocaleNumeral ( 'lv' , Infinity , / ^ b e z g a l ī b a / ) &&
332- checkLocaleNumeral ( 'ru' , Infinity , / ^ б е с к о н е ч н о с т ь / ) ;
331+ checkLocaleNumeral ( 'lv' , Infinity , / ^ ...... ī / ) &&
332+ checkLocaleNumeral ( 'ru' , Infinity , / ^ б е с к . н . ч . о . т ь / ) ;
333333 return available ;
334334 } ,
335335 excludes : [ 'RUSSIAN_INFINITY' ] ,
336336 } ,
337337 LOCALE_NUMERALS_IE11_WIN7_8 :
338338 {
339339 description :
340- 'Localized number formatting exclusive to Interner Explorer 11 in Windows 7 and 8.' ,
340+ 'Localized number formatting exclusive to Internet Explorer 11 in Windows 7 and 8.' ,
341341 check :
342342 function ( )
343343 {
344344 var available =
345345 checkLocaleNumeral ( 'ar' , NaN , / ^ ل ي س .ب ر ق م / ) &&
346- checkLocaleNumeral ( 'ar' , Infinity , / ^ \+ ل ا . ن ه ا ي ة / ) &&
347- checkLocaleNumeral ( 'cs' , NaN , / ^ N e n í . č í s l o / ) &&
348- checkLocaleNumeral ( 'el' , Infinity , / ^ Ά π ε ι ρ ο / ) &&
349- checkLocaleNumeral ( 'el' , NaN , / ^ μ η .α ρ ι θ μ ό ς / ) &&
350- checkLocaleNumeral ( 'he' , NaN , / ^ ל א . מ ס פ ר / ) &&
351- checkLocaleNumeral ( 'ja' , Infinity , / ^ \+ ∞ / ) &&
352- checkLocaleNumeral ( 'ja' , NaN , / ^ N a N . \( 非 数 値 \) / ) &&
353- checkLocaleNumeral ( 'lt' , Infinity , / ^ b e g a l y b ė / ) &&
354- checkLocaleNumeral ( 'pl' , Infinity , / ^ \+ n i e s k o ń c z o n o ś ć / ) &&
346+ checkLocaleNumeral ( 'ar' , Infinity , / ^ .. ا . ن ه .. ة / ) &&
347+ checkLocaleNumeral ( 'cs' , NaN , / ^ ..... č / ) &&
348+ checkLocaleNumeral ( 'el' , Infinity , / ^ Ά π ε .. ο / ) &&
349+ checkLocaleNumeral ( 'el' , NaN , / ^ μ η .α ρ ι θ . ό ς / ) &&
350+ checkLocaleNumeral ( 'he' , NaN , / ^ ל / ) &&
351+ checkLocaleNumeral ( 'ja' , Infinity , / ^ . ∞ / ) &&
352+ checkLocaleNumeral ( 'ja' , NaN , / ^ ..... 非 数 値 / ) &&
353+ checkLocaleNumeral ( 'lt' , Infinity , / ^ ....... ė / ) &&
354+ checkLocaleNumeral ( 'pl' , Infinity , / ^ ............. ś / ) &&
355355 checkLocaleNumeral ( 'zh' , Infinity , / ^ 正 / ) &&
356- checkLocaleNumeral ( 'zh-cn' , NaN , / ^ 非 数 字 / ) ;
356+ checkLocaleNumeral ( 'zh-cn' , NaN , / ^ .. 字 / ) ;
357357 return available ;
358358 } ,
359359 } ,
@@ -701,7 +701,7 @@ var featureInfos =
701701 inherits : 'IE_11' ,
702702 versions : [ '11' ] ,
703703 compatibilityTag : 'on Windows 7' ,
704- compatibilityShortTag : 'W8 ' ,
704+ compatibilityShortTag : 'W7 ' ,
705705 includes :
706706 {
707707 LOCALE_NUMERALS_IE11_WIN7 : true ,
0 commit comments