WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: Can HTML tagged content conform to WCAG 2.0 without <body>, etc?

for

From: Jared Smith
Date: Apr 21, 2015 11:18AM


Duff Johnson wrote:

> what's the minimum required for (notionally) HTML content in order to meet WCAG 2.0?

The following would be fully HTML5 and WCAG conformant:

<!DOCTYPE html>
<html lang="en">
<title>Page Title</title>
<p>Content</p>

Jared