Difference between revisions of "LRMI/Properties/wcagVerificationBy"

From Creative Commons
Jump to: navigation, search
(empty outline of content for these a11y pages)
 
Line 1: Line 1:
'''Property''':  
+
'''Property''': wcagVerificationBy
  
'''Description''':  
+
'''Description''': The person or organization that made the WCAG verification.
  
'''Expected Type''':  
+
'''Expected Type''': schema.org/Person or schema.org/Organization
  
 
===Examples===
 
===Examples===

Revision as of 00:25, 19 November 2011

Property: wcagVerificationBy

Description: The person or organization that made the WCAG verification.

Expected Type: schema.org/Person or schema.org/Organization

Examples

Example 1

markup:

<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>

output of the Rich Snippets Testing Tool:

...