Chromium Code Reviews| Index: third_party/WebKit/Source/core/svg/xlinkattrs.json5 |
| diff --git a/third_party/WebKit/Source/core/svg/xlinkattrs.json5 b/third_party/WebKit/Source/core/svg/xlinkattrs.json5 |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..70ac0534b29a9f2a2c3f5e240e6e470fb72aab87 |
| --- /dev/null |
| +++ b/third_party/WebKit/Source/core/svg/xlinkattrs.json5 |
| @@ -0,0 +1,17 @@ |
| +{ |
| + metadata: { |
| + namespace: "XLink", |
| + namespaceURI: "http://www.w3.org/1999/xlink", |
| + export: "CORE_EXPORT", |
| + }, |
| + |
| + data: [ |
| + "actuate", |
| + "arcrole", |
| + "href", |
| + "role", |
| + "show", |
| + "title", |
| + "type", |
| + ], |
| +} |