Re: WAI Metadata Starting Point

"makes it easier than expected" is seldom heard and lovely on the ears.

Thanks a million both!

On Fri, Jan 6, 2017 at 8:29 AM, Eric Eggert <ee@w3.org> wrote:

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



-- 
Sharron Rush | Executive Director | Knowbility.org | @knowbility
*Equal access to technology for people with disabilities*

Received on Wednesday, 11 January 2017 20:29:54 UTC