- From: Keen, Laura <lkee@loc.gov>
- Date: Fri, 6 Jan 2017 09:37:01 -0500
- To: "'Eric Eggert'" <ee@w3.org>
- CC: wai-eo-editors <wai-eo-editors@w3.org>
- Message-ID: <7CC4AB09C979C242B5E468C64182DD440135DB1D2DE5@LCXCLMB01.LCDS.LOC.GOV>
Thanks Eric! This makes my task easier than I expected. Laura Laura Keen Lead IT Specialist Web Services Library of Congress 202.707.4722 From: Eric Eggert [mailto:ee@w3.org] Sent: Friday, January 06, 2017 9:30 AM To: Keen, Laura Cc: wai-eo-editors Subject: WAI Metadata Starting Point Here’s the metadata for easy checks as a template starting point: Current Metadata: <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.) $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:37:48 UTC