-
Notifications
You must be signed in to change notification settings - Fork 34
/
index.html
72 lines (60 loc) · 3.72 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Accessibility Guidelines "Silver"</title>
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/css/bootstrap-material-design.min.css" integrity="sha384-wXznGJNEXNG1NFsbm0ugrLFMQPWswR3lds2VeinahP8N0zJw9VWSopbjv2x7WCvX" crossorigin="anonymous">
<link rel="stylesheet" href="assets/css/main.css">
</head>
<body>
<header>
<div class="container">
<div class="row">
<div class="col">
<a href="https://www.w3.org/community/silver/" class="logo">
<img class="logo logo-comgroup" alt="W3C Silver Community Group" src="assets/logos/W3C-CG-logo.png"></a>
<a href="https://www.w3.org/WAI/GL/task-forces/silver/wiki/Main_Page" class="logo">
<img class="logo logo-silver" alt="Silver Task Force" src="assets/logos/ag.png"></a>
<h1><span class='silver'>Silver</span> Accessibility Guidelines</h1>
<div class="alert alert-dark" role="alert">
<p>Welcome to Silver! If you would like to become more familiar or involved in this project a <a href="https://www.w3.org/WAI/GL/task-forces/silver/wiki/Welcome_to_Silver">quick start guide</a> has been created that should help in getting
you up to speed.</p>
</div>
<nav aria-label="Breadcrumbs">
<h2 class="breadcrumb-title">You are here:</h2>
<ol class="breadcrumb">
<li class="breadcrumb-item active">Home</li>
</ol>
</nav>
</div>
</div>
</div>
</header>
<main>
<div class="container">
<div class="row">
<div class="col">
<p>The Silver Task Force and the W3C Silver Community Group are performing the preliminary work for the successor to the Web Content Accessibility Guidelines (WCAG) 2. The guidelines will have a new name that reflects the anticipated
broader scope beyond web content. This repository contains resources developed by the <a href="https://www.w3.org/WAI/GL/task-forces/silver/">Silver Task Force</a>, part of the <a href="https://www.w3.org/WAI/GL/">Accessibility Guidelines
Working Group</a>, and the <a href="https://www.w3.org/community/silver/">Silver Community Group</a>. </p>
<h2 class='silver'>Silver</h2>
<ul>
<li><a href="https://www.w3.org/WAI/GL/task-forces/silver/wiki/Main_Page">General information on Silver</a> - The Silver wiki is the central hub of Silver information including news, background information, and participation information
(leaves Github platform).
<li><a href="requirements/index.html">Silver Requirements</a> - A W3C Community Group report that states the basic direction for Silver development. It is the first of 3 planned drafts of the Silver Requirements. </li>
<li>Draft of <a href="https://w3c.github.io/silver/guidelines/index.html">Silver Accessibility Guidelines</a></li>
<li><a href="https://w3c.github.io/silver/guidelines/explainer.html">Silver Explainer</a> - Background and explanation of features and decisions</li>
<li><a href="https://w3c.github.io/silver/prototypes/index.html">Index of Silver Prototypes</a> - Includes directions for submitting new prototypes</li>
<li>Comment on Silver by <a href="https://github.com/w3c/silver/issues">creating an issue in Github</a>. Select the New Issue button, or read existing issues.</li>
<li>Or, comment by sending an email to the <a href="mailto:[email protected]">Silver email list</a></li>
</ul>
<h2 class='silver'>Sub Groups</h2>
<p>The following pages are used by subgroups within Silver that focus on the development of guidelines in specific areas of WCAG3 development</p>
<ul>
<li><a href="subgroups/xr/index.html">XR: Mixed Reality</a></li>
</ul>
</div>
</div>
</div>
</main>
</body>
</html>