-
Notifications
You must be signed in to change notification settings - Fork 24
/
empty.html
35 lines (30 loc) · 909 Bytes
/
empty.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
<!DOCTYPE html>
<html lang="">
<head>
<title></title>
<link rel="stylesheet" href="css/normalize.css"/>
<link rel="stylesheet" href="css/main.css"/>
</head>
<body>
<h1></h1>
<div class="h1">Accessibility Fails: Empty elements and attributes</div>
<p>last updated: 17 February 2016</p>
<h2>Language of content</h2>
<h3>html element has an empty lang attribute</h3>
<div class="example">
<p>This page has an empty lang attribute on the html element</p>
</div>
<h2>Page Title</h2>
<h3>Empty page title</h3>
<div class="example">
This page has an empty page title
</div>
<h2>Headings</h2>
<h3>Empty H1</h3>
<div class="example">
<p>This page has an empty h1</p>
</div>
<h3>Implicit heading</h3>
<div class="example">
<p>This page has a div which is being styled to look like an H1</p>
</div>