Skip to content

Commit

Permalink
Begin work on converting XPath data
Browse files Browse the repository at this point in the history
  • Loading branch information
ExE-Boss committed Jun 12, 2018
1 parent 98ffd44 commit ff03f58
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 2 deletions.
3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,6 @@ module.exports = load(
'mathml',
'svg',
'webdriver',
'webextensions'
'webextensions',
'xpath',
);
3 changes: 2 additions & 1 deletion test/lint.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ if (process.argv[2]) {
'mathml',
'test',
'webdriver',
'webextensions'
'webextensions',
'xpath',
);
}

Expand Down
57 changes: 57 additions & 0 deletions xpath/axes/self.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
{
"xpath": {
"axes": {
"self": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/XPath/Axes/self",
"support": {
"chrome": {
"version_added": true
},
"chrome_android": {
"version_added": true
},
"edge": {
"version_added": null
},
"edge_mobile": {
"version_added": null
},
"firefox": {
"version_added": true
},
"firefox_android": {
"version_added": true
},
"ie": {
"version_added": null
},
"opera": {
"version_added": true
},
"opera_android": {
"version_added": true
},
"safari": {
"version_added": null
},
"safari_ios": {
"version_added": null
},
"samsunginternet_android": {
"version_added": null
},
"webview_android": {
"version_added": null
}
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
}
}
}
}

0 comments on commit ff03f58

Please sign in to comment.