-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add JSON-LD context definition and terms list. Refer to correct context URL in reports Reorg report resources directory
- Loading branch information
1 parent
2e80438
commit a8a3c18
Showing
7 changed files
with
76 additions
and
33 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 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 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
File renamed without changes.
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,12 @@ | ||
{ | ||
"@context": | ||
{ | ||
"@version": 1.1, | ||
"earl": "http://www.w3.org/ns/earl#", | ||
"doap": "http://usefulinc.com/ns/doap#", | ||
"dct": "http://purl.org/dc/terms/", | ||
"url": "http://schema.org/url", | ||
"css": "http://pending.schema.org/cssSelector", | ||
"@vocab": "http://daisy.github.io/ace/terms-1.0#" | ||
} | ||
} |
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,61 @@ | ||
<html> | ||
<head><title>Ace Vocabulary Terms</title></head> | ||
<body> | ||
|
||
<h1>Ace vocabulary terms</h1> | ||
<p>Used in JSON reports produced by <a href="http://daisy.github.io/ace">Ace by DAISY</a>.</p> | ||
|
||
<h2>Prefix</h2> | ||
<p><code>http://daisy.github.io/ace/terms-1.0</code></p> | ||
|
||
<ul> | ||
<li id='a11y-metadata'>a11y-metadata</li> | ||
<li id='alt'>alt</li> | ||
<li id='assertions'>assertions</li> | ||
<li id='audios'>audios</li> | ||
<li id='canvass'>canvass</li> | ||
<li id='cfi'>cfi</li> | ||
<li id='controls'>controls</li> | ||
<li id='data'>data</li> | ||
<li id='describedby'>describedby</li> | ||
<li id='embeds'>embeds</li> | ||
<li id='empty'>empty</li> | ||
<li id='figcaption'>figcaption</li> | ||
<li id='hasBindings'>hasBindings</li> | ||
<li id='hasFormElements'>hasFormElements</li> | ||
<li id='hasManifestFallbacks'>hasManifestFallbacks</li> | ||
<li id='hasMathML'>hasMathML</li> | ||
<li id='hasPageBreaks'>hasPageBreaks</li> | ||
<li id='headings'>headings</li> | ||
<li id='help'>help</li> | ||
<li id='html'>html</li> | ||
<li id='id'>id</li> | ||
<li id='iframes'>iframes</li> | ||
<li id='images'>images</li> | ||
<li id='kind'>kind</li> | ||
<li id='label'>label</li> | ||
<li id='links'>links</li> | ||
<li id='location'>location</li> | ||
<li id='maps'>maps</li> | ||
<li id='metadata'>metadata</li> | ||
<li id='missing'>missing</li> | ||
<li id='name'>name</li> | ||
<li id='objects'>objects</li> | ||
<li id='outlines'>outlines</li> | ||
<li id='present'>present</li> | ||
<li id='properties'>properties</li> | ||
<li id='role'>role</li> | ||
<li id='rulesetTags'>rulesetTags</li> | ||
<li id='scripts'>scripts</li> | ||
<li id='src'>src</li> | ||
<li id='srclang'>srclang</li> | ||
<li id='switches'>switches</li> | ||
<li id='toc'>toc</li> | ||
<li id='tracks'>tracks</li> | ||
<li id='triggers'>triggers</li> | ||
<li id='type'>type</li> | ||
<li id='url'>url</li> | ||
<li id='videos'>videos</li> | ||
</ul> | ||
</body> | ||
</html> |