You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This short review is for the following spec: mathml-core.
If the spec (or its implementation) contains any natural language text that will be read by a human (this includes error messages or other UI text, JSON strings, etc, etc),ensure that there’s metadata about and support for basic things such as language and text direction. Also check the detailed guidance for Language and Text direction.
There is support for dir, and examples.
Not applicable
If the spec (or its implementation) allows content authors to produce typographically appealing text, either in its own right, or in association with graphics.take into account the different typographic styles used around the world (for things such as line-breaking, text justification, emphasis or other text decorations, text selection and units, etc.) Also check the detailed guidance for Typographic support.
Core L1 does not define line-breaking, but justification and decorations should be supported. Both LTR and RTL layout is supported.
Not applicable
If the spec (or its implementation) allows the user to point into text, creates text fragments, concatenates text, allows the user to select or step through text (using a cursor or other methods), etc.make allowances for the ways different scripts handle units of text. Also check the detailed guidance for Text-processing.
I believe this is not applicable here, as I am reading it, however existing APIs can be used to do this and MathML-core does have text-transforms which are important to maintain through text selection apis, for example.
Not applicable
If the spec (or its implementation) allows searching or matching of text, including syntax and identifiersunderstand the implications of normalisation, case folding, etc. Also check the detailed guidance for Text-processing.
The spec does not address the searching or matching of text.
Not applicable
If the spec (or its implementation) sorts textensure that it does so in locally relevant ways. Also check the detailed guidance for Text-processing.
The spec does not address the sorting of text.
Not applicable
If the spec (or its implementation) captures user inputensure that it also captures metadata about language and text direction, and that it accommodates locale-specific input methods.
The spec does involve the capturing of input, except insofar as that it (like HTML and SVG) allows foreign content which might include something which does. However, I don't believe this is relevant here.
Not applicable
If the spec (or its implementation) deals with time in any way that will be read by humans and/or crosses time zone boundariesensure that it will represent time as expected in locales around the world, and manage the relationship between local and global/absolute time. Also check the detailed guidance for Local dates, times and formats.
The spec does not deal with time or time zone boundaries.
Not applicable
If the spec (or its implementation) allows any character encoding other than UTF-8.make sure you have a convincing argument as to why, and then ensure that the character encoding model is correct. Also check the detailed guidance for Characters.
The spec follows HTML.
[] Not applicable
If the spec (or its implementation) defines markupensure support for internationalisation features and avoid putting human-readable text in attribute values or plain-text elements. Also check the detailed guidance for Markup & syntax.
We do, but we believe we should be good on this point. MathML 2 is cited in https://www.w3.org/TR/charmod/#C041 - MathML-Core is an attempt to more stringently specify what browsers actually implement, and how it fits into the platform. Also, regarding 8.1: Definining elements and attributes in markup, MathML has mrow which is span-like in that it allows attributes such as dir (language directionality) on arbitrary spans of mathematical "text".
Not applicable
If the spec (or its implementation) deals with names, addresses, time & date formats, etcensure that the model is flexible enough to cope with wide variations in format, levels of data, etc. Also check the detailed guidance for Local dates, times and formats.
It does not.
Not applicable
If the spec (or its implementation) describes a format or data that is likely to need localization.ensure that there’s an approach in place which allows effective storage and labelling of, and access to localised alternatives for strings, text, images, etc.
It does not.
Not applicable
If the spec (or its implementation) makes any reference to or relies on any cultural normsensure that it can be adapted to suit different cultural norms around the world (ranging from depictions of people or gestures, to expectations about gender roles, to approaches to work and life, etc).
This short review is for the following spec: mathml-core.
If the spec (or its implementation) contains any natural language text that will be read by a human (this includes error messages or other UI text, JSON strings, etc, etc), ensure that there’s metadata about and support for basic things such as language and text direction. Also check the detailed guidance for Language and Text direction.
There is support for
dir
, and examples.If the spec (or its implementation) allows content authors to produce typographically appealing text, either in its own right, or in association with graphics. take into account the different typographic styles used around the world (for things such as line-breaking, text justification, emphasis or other text decorations, text selection and units, etc.) Also check the detailed guidance for Typographic support.
Core L1 does not define line-breaking, but justification and decorations should be supported. Both LTR and RTL layout is supported.
If the spec (or its implementation) allows the user to point into text, creates text fragments, concatenates text, allows the user to select or step through text (using a cursor or other methods), etc. make allowances for the ways different scripts handle units of text. Also check the detailed guidance for Text-processing.
I believe this is not applicable here, as I am reading it, however existing APIs can be used to do this and MathML-core does have text-transforms which are important to maintain through text selection apis, for example.
If the spec (or its implementation) allows searching or matching of text, including syntax and identifiers understand the implications of normalisation, case folding, etc. Also check the detailed guidance for Text-processing.
The spec does not address the searching or matching of text.
If the spec (or its implementation) sorts text ensure that it does so in locally relevant ways. Also check the detailed guidance for Text-processing.
The spec does not address the sorting of text.
If the spec (or its implementation) captures user input ensure that it also captures metadata about language and text direction, and that it accommodates locale-specific input methods.
The spec does involve the capturing of input, except insofar as that it (like HTML and SVG) allows foreign content which might include something which does. However, I don't believe this is relevant here.
If the spec (or its implementation) deals with time in any way that will be read by humans and/or crosses time zone boundaries ensure that it will represent time as expected in locales around the world, and manage the relationship between local and global/absolute time. Also check the detailed guidance for Local dates, times and formats.
The spec does not deal with time or time zone boundaries.
If the spec (or its implementation) allows any character encoding other than UTF-8. make sure you have a convincing argument as to why, and then ensure that the character encoding model is correct. Also check the detailed guidance for Characters.
The spec follows HTML.
If the spec (or its implementation) defines markup ensure support for internationalisation features and avoid putting human-readable text in attribute values or plain-text elements. Also check the detailed guidance for Markup & syntax.
We do, but we believe we should be good on this point. MathML 2 is cited in https://www.w3.org/TR/charmod/#C041 - MathML-Core is an attempt to more stringently specify what browsers actually implement, and how it fits into the platform. Also, regarding 8.1: Definining elements and attributes in markup, MathML has
mrow
which is span-like in that it allows attributes such asdir
(language directionality) on arbitrary spans of mathematical "text".If the spec (or its implementation) deals with names, addresses, time & date formats, etc ensure that the model is flexible enough to cope with wide variations in format, levels of data, etc. Also check the detailed guidance for Local dates, times and formats.
It does not.
If the spec (or its implementation) describes a format or data that is likely to need localization. ensure that there’s an approach in place which allows effective storage and labelling of, and access to localised alternatives for strings, text, images, etc.
It does not.
If the spec (or its implementation) makes any reference to or relies on any cultural norms ensure that it can be adapted to suit different cultural norms around the world (ranging from depictions of people or gestures, to expectations about gender roles, to approaches to work and life, etc).
It does not.
Short i18n review checklist is here
The text was updated successfully, but these errors were encountered: