OLD | NEW |
(Empty) | |
| 1 # MathML: Tests for the MathML in HTML5 implementation note |
| 2 |
| 3 This directory contains tests for the |
| 4 [MathML in HTML5 implementation note](http://www.mathml-association.org/MathMLin
HTML5/) |
| 5 which is itself based on the |
| 6 [HTML5 W3C recommendation](https://www.w3.org/TR/html5/), |
| 7 on the [MathML3 W3C recommendation](https://www.w3.org/TR/MathML3/) |
| 8 and on the |
| 9 [Open Font Format 3](http://www.iso.org/iso/home/store/catalogue_ics/catalogue_d
etail_ics.htm?csnumber=66391) standard. |
| 10 |
| 11 Many of the tests verify OpenType features and require specific Web fonts for |
| 12 that purpose. WOFF fonts are generated by scripts in the `tools/` folder using |
| 13 the Python API of |
| 14 [fontforge](https://github.com/fontforge/fontforge/). A recent enough version |
| 15 of FontForge is necessary so that it includes fixes for |
| 16 [WOFF checkSumAdjustment](https://github.com/fontforge/fontforge/issues/926), |
| 17 [USE_TYPO_METRICS flag](https://github.com/fontforge/fontforge/pull/2274) and |
| 18 for other various bugs. |
OLD | NEW |