Chromium Code Reviews| Index: third_party/WebKit/Source/core/html/parser/MathMLAttributeNames.json5 |
| diff --git a/third_party/WebKit/Source/core/html/parser/MathMLAttributeNames.json5 b/third_party/WebKit/Source/core/html/parser/MathMLAttributeNames.json5 |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..464ce188dc30a69a536c0db90b0dcb55f0aa8b24 |
| --- /dev/null |
| +++ b/third_party/WebKit/Source/core/html/parser/MathMLAttributeNames.json5 |
| @@ -0,0 +1,12 @@ |
| +{ |
| + metadata: { |
| + namespace: "MathML", |
| + namespaceURI: "http://www.w3.org/1998/Math/MathML", |
| + attrsNullNamespace: true, |
| + }, |
| + |
| + data: [ |
| + "definitionURL", |
| + "encoding", |
| + ], |
| +} |