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..450252b42ab45855a7a22ac8c420e195f552b8ec |
| --- /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", |
| + ], |
| +} |