w3c / i18n-checker

W3C's i18n checker
https://validator.w3.org/i18n-checker/
Other
35 stars 17 forks source link

if the page is in Arabic, Hebrew, Urdu, Persian, Thaana, check that it starts with dir on html or body #27

Closed r12a closed 8 years ago

r12a commented 8 years ago

this depends on language recognition

r12a commented 8 years ago

done at https://github.com/w3c/i18n-checker/commit/94a11eba32f67763737ad8095700a73392935034

emits the message for the following language tags: ar, fa, ur, ckb, he, ug, dv, ps, nqo, syr and for any language tag that includes the Arab script tag

sideshowbarker commented 8 years ago

emits the message for the following language tags: ar, fa, ur, ckb, he, ug, dv, ps, nqo, syr

Why not for azb, pnb, sd?

r12a commented 8 years ago

actually sd is there, but i did forget to add the other two. Now fixed https://github.com/w3c/i18n-checker/commit/97647d1b77f008dce3fa6191cb76cad7315a6421. Thanks.