Skip to content

Instantly share code, notes, and snippets.

@nfreear
Created February 25, 2014 11:03
Show Gist options
  • Save nfreear/9206928 to your computer and use it in GitHub Desktop.
Save nfreear/9206928 to your computer and use it in GitHub Desktop.
Possible ways of encoding accessibility meta-data in HTML5.
<!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