-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathSC_Template.html
27 lines (17 loc) · 993 Bytes
/
SC_Template.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>SC x.x.x ADD NAME</title>
</head>
<body>
<h1>SC x.x.x Passed examples</h1>
<h2>Passed example 1</h2>
<p>Currently this SC has no passed examples. Are you somebody that performs WCAG audits and are you clear that some situation should pass this SC? Become a contributer to our Repository and add the example!</p>
<h1>SC x.x.x Failed examples</h1>
<H2>Failed example 1</h2>
<p>Currently this SC has no failed examples. Are you somebody that performs WCAG audits and are you clear that some situation should fail this SC? Become a contributer to our Repository and add the example!</p>
<h1>SC x.x.x Unclear examples</h1>
<H2>Unclear example 1</h2>
<p>Currently this SC has no unclear examples. Are you somebody that performs WCAG audits and are you unclear on whether or not to pass or fail a particular example situation? Become a contributer to our Repository and add the example!</p>
</body>
</html>