Vanilla Breeze

site-legal

Legal and compliance content container for copyright, license, privacy, and terms links.

Overview

The <site-legal> element displays legal and compliance content with automatic dot separators between items. It renders in muted, small text appropriate for footer placement.

Use it exclusively for legal content: copyright notices, license types, privacy policy links, and terms of service links. General site links belong in a <nav> element instead.

Basic Usage

With Links

In a Footer

Typical footer pattern combining <brand-mark>, <site-legal>, and <site-tools>.

Separator Customization

The dot separator uses the --sep-list token. Override it to change the separator character.

Accessibility

No special ARIA requirements. The element is a generic container. Links within it follow standard anchor accessibility patterns.

Related