forked from davidtodd/landmarks
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #235 from matatk/revert-234-develop-json-to-html
Revert "JSON-to-HTML and HTML-to-JSON"
- Loading branch information
Showing
117 changed files
with
581 additions
and
835 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"expected": [] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
{ | ||
"expected": [ | ||
{ | ||
"depth": 0, | ||
"role": "banner", | ||
"label": null, | ||
"selector": "body > header" | ||
}, | ||
{ | ||
"depth": 1, | ||
"role": "navigation", | ||
"label": "World of wombats", | ||
"selector": "body > header > nav" | ||
}, | ||
{ | ||
"depth": 0, | ||
"role": "main", | ||
"label": "Looking after your wombat", | ||
"selector": "body > main" | ||
}, | ||
{ | ||
"depth": 1, | ||
"role": "navigation", | ||
"label": "Looking after your wombat Topics", | ||
"selector": "body > main > nav:nth-child(2)" | ||
}, | ||
{ | ||
"depth": 0, | ||
"role": "contentinfo", | ||
"label": null, | ||
"selector": "body > footer" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"expected": [] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"expected": [ | ||
{ | ||
"depth": 0, | ||
"role": "complementary", | ||
"label": null, | ||
"selector": "body > aside" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"expected": [ | ||
{ | ||
"depth": 0, | ||
"role": "complementary", | ||
"label": "And another thing...", | ||
"selector": "body > aside" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,148 @@ | ||
{ | ||
"expected": [ | ||
{ | ||
"depth": 0, | ||
"role": "doc-part", | ||
"label": "Frontmatter", | ||
"selector": "body > div:nth-child(3)" | ||
}, | ||
{ | ||
"depth": 1, | ||
"role": "doc-toc", | ||
"label": null, | ||
"selector": "body > div:nth-child(3) > nav:nth-child(1)" | ||
}, | ||
{ | ||
"depth": 1, | ||
"role": "doc-pagelist", | ||
"label": null, | ||
"selector": "body > div:nth-child(3) > nav:nth-child(2)" | ||
}, | ||
{ | ||
"depth": 1, | ||
"role": "doc-preface", | ||
"label": null, | ||
"selector": "body > div:nth-child(3) > div:nth-child(3)" | ||
}, | ||
{ | ||
"depth": 1, | ||
"role": "doc-foreword", | ||
"label": null, | ||
"selector": "body > div:nth-child(3) > div:nth-child(4)" | ||
}, | ||
{ | ||
"depth": 1, | ||
"role": "doc-acknowledgements", | ||
"label": null, | ||
"selector": "body > div:nth-child(3) > div:nth-child(5)" | ||
}, | ||
{ | ||
"depth": 1, | ||
"role": "doc-prologue", | ||
"label": null, | ||
"selector": "body > div:nth-child(3) > div:nth-child(6)" | ||
}, | ||
{ | ||
"depth": 1, | ||
"role": "doc-introduction", | ||
"label": null, | ||
"selector": "body > div:nth-child(3) > div:nth-child(7)" | ||
}, | ||
{ | ||
"depth": 0, | ||
"role": "doc-part", | ||
"label": "Mainmatter", | ||
"selector": "body > div:nth-child(4)" | ||
}, | ||
{ | ||
"depth": 1, | ||
"role": "doc-chapter", | ||
"label": "Beginnings", | ||
"selector": "body > div:nth-child(4) > section:nth-child(1)" | ||
}, | ||
{ | ||
"depth": 1, | ||
"role": "doc-chapter", | ||
"label": "Middles", | ||
"selector": "body > div:nth-child(4) > section:nth-child(2)" | ||
}, | ||
{ | ||
"depth": 1, | ||
"role": "doc-chapter", | ||
"label": "Endings", | ||
"selector": "body > div:nth-child(4) > section:nth-child(3)" | ||
}, | ||
{ | ||
"depth": 1, | ||
"role": "doc-conclusion", | ||
"label": null, | ||
"selector": "body > div:nth-child(4) > section:nth-child(4)" | ||
}, | ||
{ | ||
"depth": 0, | ||
"role": "doc-part", | ||
"label": "Backmatter", | ||
"selector": "body > div:nth-child(5)" | ||
}, | ||
{ | ||
"depth": 1, | ||
"role": "doc-epilogue", | ||
"label": null, | ||
"selector": "body > div:nth-child(5) > div:nth-child(1)" | ||
}, | ||
{ | ||
"depth": 1, | ||
"role": "doc-afterword", | ||
"label": null, | ||
"selector": "body > div:nth-child(5) > div:nth-child(2)" | ||
}, | ||
{ | ||
"depth": 1, | ||
"role": "doc-endnotes", | ||
"label": null, | ||
"selector": "body > div:nth-child(5) > div:nth-child(3)" | ||
}, | ||
{ | ||
"depth": 1, | ||
"role": "doc-bibliography", | ||
"label": "References", | ||
"selector": "body > div:nth-child(5) > div:nth-child(4)" | ||
}, | ||
{ | ||
"depth": 1, | ||
"role": "doc-glossary", | ||
"label": null, | ||
"selector": "body > div:nth-child(5) > dl:nth-child(5)" | ||
}, | ||
{ | ||
"depth": 1, | ||
"role": "doc-index", | ||
"label": null, | ||
"selector": "body > div:nth-child(5) > nav:nth-child(6)" | ||
}, | ||
{ | ||
"depth": 1, | ||
"role": "doc-credits", | ||
"label": null, | ||
"selector": "body > div:nth-child(5) > div:nth-child(7)" | ||
}, | ||
{ | ||
"depth": 1, | ||
"role": "doc-errata", | ||
"label": null, | ||
"selector": "body > div:nth-child(5) > div:nth-child(8)" | ||
}, | ||
{ | ||
"depth": 1, | ||
"role": "doc-appendix", | ||
"label": "Technical specification", | ||
"selector": "body > div:nth-child(5) > div:nth-child(9)" | ||
}, | ||
{ | ||
"depth": 1, | ||
"role": "doc-appendix", | ||
"label": "Detailed schematics", | ||
"selector": "body > div:nth-child(5) > div:nth-child(10)" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"expected": [] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"expected": [] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"expected": [ | ||
{ | ||
"depth": 0, | ||
"role": "form", | ||
"label": "Contact Us", | ||
"selector": "body > form" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"expected": [ | ||
{ | ||
"depth": 0, | ||
"role": "form", | ||
"label": "Report a Fault", | ||
"selector": "body > form" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
{ | ||
"expected": [ | ||
{ | ||
"depth": 0, | ||
"role": "banner", | ||
"label": null, | ||
"selector": "body > header" | ||
}, | ||
{ | ||
"depth": 1, | ||
"role": "navigation", | ||
"label": null, | ||
"selector": "body > header > nav:nth-child(1)" | ||
}, | ||
{ | ||
"depth": 1, | ||
"role": "navigation", | ||
"label": null, | ||
"selector": "body > header > nav:nth-child(2)" | ||
}, | ||
{ | ||
"depth": 2, | ||
"role": "search", | ||
"label": null, | ||
"selector": "body > header > nav:nth-child(2) > div" | ||
}, | ||
{ | ||
"depth": 0, | ||
"role": "main", | ||
"label": null, | ||
"selector": "body > main" | ||
}, | ||
{ | ||
"depth": 0, | ||
"role": "contentinfo", | ||
"label": null, | ||
"selector": "body > footer" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"expected": [] | ||
} |
Oops, something went wrong.