- From: Eric Eggert <ee@w3.org>
- Date: Fri, 06 Jan 2017 15:29:58 +0100
- To: "Keen, Laura" <lkee@loc.gov>
- Cc: wai-eo-editors <wai-eo-editors@w3.org>
- Message-ID: <D604D3CF-2539-4385-A9A0-3DE223839568@w3.org>
Here’s the metadata for easy checks as a template starting point: Current Metadata: ~~~html <link rel="schema.DCTERMS" href="http://purl.org/dc/terms/"> <meta name="DCTERMS.language" content="eng" /> <meta name="DCTERMS.source" property="og:site_name" content="W3C Web Accessibility Initiative (WAI)" /> <meta name="DCTERMS.contributor" content=" W3C Web Accessibility Initiative (WAI)" /> <meta name="twitter:card" content="summary"> <meta name="twitter:site" content="@w3c_wai"> <meta property="og:type" content="article" /> <meta name="twitter:title" property="og:title" content="Easy Checks - A First Review of Web Accessibility | Web Accessibility Initiative | W3C"> <link rel="canonical" href="https://www.w3.org/WAI/eval/preliminary"> <meta name="twitter:url" property="og:url" content="https://www.w3.org/WAI/eval/preliminary"> <meta name="twitter:description" property="og:description" content="This page helps you assess the accessibility of a web page. With these simple steps, you can get an idea if accessibility is addressed in even the most basic way."> <meta name="DCTERMS.subject" content="Page Title" /> <meta name="DCTERMS.subject" content="Alt Attributes" /> <meta name="DCTERMS.subject" content="Headings" /> <meta name="DCTERMS.subject" content="Contrast ratio" /> <meta name="DCTERMS.subject" content="Resize text" /> <meta name="DCTERMS.subject" content="Keyboard Access" /> <meta name="DCTERMS.subject" content="Visual Focus" /> <meta name="DCTERMS.subject" content="Web Forms" /> <meta name="DCTERMS.subject" content="Moving web content" /> <meta name="DCTERMS.subject" content="Flashing Web Content" /> <meta name="DCTERMS.subject" content="Blinking Web Content" /> <meta name="DCTERMS.subject" content="Multimedia alternatives" /> <meta name="DCTERMS.subject" content="Audio alternatives" /> <meta name="DCTERMS.subject" content="HTML structure" /> <meta name="DCTERMS.subject" content="Web Accessibility" /> <meta name="DCTERMS.subject" content="W3C WAI" /> <meta name="DCTERMS.subject" content="Web Accessibility Initiative" /> ~~~ The PHP code that creates the data above. (Disregard the menu, excol and customs fields. The title is set by the Editor after EO consensus.) ~~~php $config = [ "title" => "Easy Checks - A First Review of Web Accessibility", "hmenu" => false, "excol" => true, "customcss" => $customcss, "meta" => [ "description" => "This page helps you assess the accessibility of a web page. With these simple steps, you can get an idea if accessibility is addressed in even the most basic way.", "url" => "https://www.w3.org/WAI/eval/preliminary", "subjects" => ["Page Title", "Alt Attributes", "Headings", "Contrast ratio", "Resize text", "Keyboard Access", "Visual Focus", "Web Forms", "Moving web content", "Flashing Web Content", "Blinking Web Content", "Multimedia alternatives", "Audio alternatives", "HTML structure"] ] ]; ~~~ Thanks for helping with this, Laura. Eric -- Eric Eggert Web Accessibility Specialist Web Accessibility Initiative (WAI) at World Wide Web Consortium (W3C)
Received on Friday, 6 January 2017 14:30:15 UTC