This is an unpublished draft preview that might include content that is not yet approved. The published website is at w3.org/WAI/.

Minimal header

This is a minimal header that is used for WAI tools that exist outside the main WAI website. Such tools commonly don’t require full WAI navigation or functionality like search.

Used by

This component is used by:

Examples

Example 1: ATAG Report Tool

Example 2: WCAG EM Report Tool

Example 3: WCAG Techniques

Code

Embedding a header in a Liquid template:

{% include minimal-header.html
   title="ATAG Report Tool"
%}

Embedding a header as HTML:

Parameters

title="ATAG Report Tool"
Name of the tool
class="with-subtitle" subtitle="powered by WAI"
Add a subtitle underneath the title
Back to Top

This is an unpublished draft preview that might include content that is not yet approved. The published website is at w3.org/WAI/.