--- a/schema.org/ext/accessibility.html Tue Nov 19 17:42:50 2013 +0100
+++ b/schema.org/ext/accessibility.html Tue Nov 19 18:18:09 2013 +0100
@@ -1,24 +1,44 @@
+<!DOCTYPE html>
<html>
-<head>
-<title>Accessibility vocab</title>
-</head>
-<body>
-
- <div>
+ <head>
+ <title>RDFa Lite Reflection</title>
+ <style type="text/css">
+ span.h {
+ padding-left: 0px;
+ font-weight: bold;
+ }
+ span {
+ display: block;
+ padding-left: 10px;
+ }
+ </style>
+ </head>
+ <body>
<h1>Accessibility Vocabulary</h1>
<p>See <a href="http://www.w3.org/wiki/WebSchemas/Accessibility">wiki</a> and <a href="http://a11ymetadata.org/">a11ymetadata.org</a> for details.</p>
- <div typeof="rdf:Property" resource="http://schema.org/accessHazard">
- <span property="rdfs:label">accessHazard</span>
- <span property="rdfs:comment">A characteristic of the described resource that is physiologically dangerous to some users.</span>
- <span>Domain: <a href="http://schema.org/CreativeWork" property="schema:domain">CreativeWork</a></span>
- <span>Range: <a href="http://schema.org/Text" property="schema:range">Text</a></span>
+ <div typeof="rdf:Property" resource="http://schema.org/accessibilityAPI">
+ <span class="h" property="rdfs:label">accessibilityAPI</span>
+ <span property="rdfs:comment">Indicates that the resource is compatible with the referenced accessibility API.</span>
+ <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/CreativeWork">CreativeWork</a></span>
+ <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
</div>
- <div typeof="rdf:Property" resource="http://schema.org/mediaFeature">
- <span property="rdfs:label">mediaFeature</span>
- <span property="rdfs:comment">Content features of the resource, such as accessible media and alternatives.</span>
- <span>Domain: <a href="http://schema.org/CreativeWork" property="schema:domain">CreativeWork</a></span>
- <span>Range: <a href="http://schema.org/Text" property="schema:range">Text</a></span>
+ <div typeof="rdf:Property" resource="http://schema.org/accessibilityFeature">
+ <span class="h" property="rdfs:label">accessibilityFeature</span>
+ <span property="rdfs:comment">Content features of the resource, such as accessible media, alternatives and supported enhancements for accessibility.</span>
+ <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/CreativeWork">CreativeWork</a></span>
+ <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
</div>
- </div>
-
-</body></html>
+ <div typeof="rdf:Property" resource="http://schema.org/accessibilityControl">
+ <span class="h" property="rdfs:label">accessibilityControl</span>
+ <span property="rdfs:comment">Identifies input methods that are sufficient to fully control the described resource.</span>
+ <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/CreativeWork">CreativeWork</a></span>
+ <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+ </div>
+ <div typeof="rdf:Property" resource="http://schema.org/accessibilityHazard">
+ <span class="h" property="rdfs:label">accessibilityHazard</span>
+ <span property="rdfs:comment">A characteristic of the described resource that is physiologically dangerous to some users. Related to WCAG 2.0 guideline 2.3.</span>
+ <span>Domain: <a property="http://schema.org/domain" href="http://schema.org/CreativeWork">CreativeWork</a></span>
+ <span>Range: <a property="http://schema.org/range" href="http://schema.org/Text">Text</a></span>
+ </div>
+ </body>
+</html>