Difference between revisions of "LRMI/Properties/wcagCriteria"

From Creative Commons
Jump to: navigation, search
(empty outline of content for these a11y pages)
 
(link to the one a11y example page)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
'''Property''':  
+
'''Property''': wcagCriteria
  
'''Description''':  
+
'''Description''': A list of compliant WCAG criteria for the resource.
  
'''Expected Type''':  
+
'''Expected Type''': schema.org/Text
  
===Examples===
+
'''[[LRMI/Properties/AccessibilityExamples|Accessibility Examples]]'''
 
 
====Example 1====
 
'''markup:'''
 
<nowiki>
 
<div itemscope itemtype="http://schema.org/Book">
 
 
 
<link itemprop="url" href="http://example.com/IntroSDM.html" />
 
<span itemprop="name">Introduction to Single Digit Multiplication</span>
 
by <a itemprop="author" href="/author/JohnDoe.html">John Doe</a>.
 
 
 
</div>
 
</nowiki>
 
 
 
'''output of the [http://www.google.com/webmasters/tools/richsnippets|Google Rich Snippets Testing Tool]:'''
 
<nowiki>
 
...
 
</nowiki>
 

Latest revision as of 23:33, 18 November 2011

Property: wcagCriteria

Description: A list of compliant WCAG criteria for the resource.

Expected Type: schema.org/Text

Accessibility Examples