Created
February 25, 2014 11:03
-
-
Save nfreear/9206928 to your computer and use it in GitHub Desktop.
Possible ways of encoding accessibility meta-data in HTML5.
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
<!doctype html> | |
<link rel="schema.AGLSTERMS" href="http://www.agls.gov.au/agls/terms/" /> | |
<link rel="schema.e-GMS" href="http://purl.oclc.org/NET/e-GMS_v2" /> | |
<link rel="schema.WCAG" href="http://www.w3.org/TR/WAI-WEBCONTENT/" /> | |
<meta name="e-GMS.accessibility" scheme="WCAG" content="Double-A" /> | |
<meta name="AGLSTERMS.accessibility" content= | |
"[A statement indicating the accessibility characteristics of the resource.]" /> | |
<!-- | |
http://wiki.whatwg.org/wiki/MetaExtensions | |
http://www.agls.gov.au/pdf/AGLS%20Metadata%20Standard%20Part%202%20Usage%20Guide.PDF | |
http://www.esd.org.uk/standards/egms/ | |
--> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment