Chromium Code Reviews| Index: third_party/WebKit/Source/core/html/parser/MathMLTagNames.json5 |
| diff --git a/third_party/WebKit/Source/core/html/parser/MathMLTagNames.json5 b/third_party/WebKit/Source/core/html/parser/MathMLTagNames.json5 |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..4326dd73a01132d424abc16c2496e87b5be378fb |
| --- /dev/null |
| +++ b/third_party/WebKit/Source/core/html/parser/MathMLTagNames.json5 |
| @@ -0,0 +1,18 @@ |
| +{ |
| + metadata: { |
| + namespace: "MathML", |
| + namespaceURI: "http://www.w3.org/1998/Math/MathML", |
| + }, |
| + |
| + data: [ |
| + "math", |
| + "mi", |
| + "mn", |
| + "mo", |
| + "mtext", |
| + "ms", |
| + "mglyph", |
| + "malignmark", |
| + "annotation-xml", |
| + ], |
| +} |