Does the html attribute "lang" implies the unicode script in the font?
For example,
Does lang="ja" implies in the use in the font of script="hani" and lang="JAN"?
Does lang="fr" implies in the use in the font of script="latn" and lang="FRA"?
The (x)html attribute "lang" assign a language to an element. There is no attribute "script" in (x)html.
In a font, scripts are sets of glyphs. Somes glyphs does not belong to a specific script (default script).
There are also the root of the use of language in tables. A language can be assigned to any script, including to the default script. So for example the French language can be assign to Latin but also to default or Phoenician script.
This confusion created this bug that should be clarify.
Hello.
Does the html attribute "lang" implies the unicode script in the font? For example,
The (x)html attribute "lang" assign a language to an element. There is no attribute "script" in (x)html.
In a font, scripts are sets of glyphs. Somes glyphs does not belong to a specific script (default script). There are also the root of the use of language in tables. A language can be assigned to any script, including to the default script. So for example the French language can be assign to Latin but also to default or Phoenician script.
This confusion created this bug that should be clarify.
Regards, Philippe