CSS or Die - Demo

This demo lets you test a bookmarklet that audits forbidden presentation markup (RGAA 10.1.1 & 10.1.2).

Forbidden tags (10.1.1)

Bold text with <b>

Italic text with <i>

Underlined text with <u>

Centered text with <center>

Text with <font>

Strikethrough with <s>

Big text with <big>

Small text with <small>

Forbidden attributes (10.1.2)

Paragraph with align

Cell with valign
Valid semantic markup Bold with <strong> Italic with <em>

Styled via CSS class

Placeholder with width/height

The audit script will be dynamically loaded and executed.

Learn more in the RGAA 10.1 criteria.