- The page doesn't specify a language.
- There is no
<title>
element. - Scaling/zooming has been disabled in those user agents that still honor
<meta name="viewport">
scaling restrictions.- Side note: there are no
<!doctype>
element or<meta charset>
elements.
- Side note: there are no
- There are no heading elements on the page.
- The
<b>
element is used to make the “Registration” text bold. -
The form uses
<table>
not marked as presentational, for laying out content. -
The form input elements:
- don't have accessible names.
- have had their borders removed and don't have enough contrast with the exterior adjacent light-blue of the form / table.
- don't identify their input purpose.
- aren't grouped where required.
- Form “labels”:
- use abbreviations without a mechanism to their form or meaning.
- have
line-height
set inpx
which causes overlapping text and the radio buttons becoming un-clickable at 200%.
- Horizontal scrolling happens at 400% zoom.
- The footer has a role of
banner
.