Skip to content
This repository has been archived by the owner on Jun 21, 2022. It is now read-only.

Commit

Permalink
Add data for XPath specifications (#726)
Browse files Browse the repository at this point in the history
  • Loading branch information
ExE-Boss authored and Elchi3 committed Aug 21, 2018
1 parent 523f4d3 commit 808e440
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions macros/SpecData.json
Original file line number Diff line number Diff line change
Expand Up @@ -1523,5 +1523,25 @@
"name": "XMLHttpRequest",
"url": "https://xhr.spec.whatwg.org",
"status": "Living"
},
"XPath1": {
"name": "XPath 1.0",
"url": "https://www.w3.org/TR/xpath-10/",
"status": "REC"
},
"XPath2": {
"name": "XPath 2.0",
"url": "https://www.w3.org/TR/xpath-20/",
"status": "REC"
},
"XPath3": {
"name": "XPath 3.0",
"url": "https://www.w3.org/TR/xpath-30/",
"status": "REC"
},
"XPath3.1": {
"name": "XPath 3.1",
"url": "https://www.w3.org/TR/xpath-31/",
"status": "REC"
}
}

0 comments on commit 808e440

Please sign in to comment.