figure element test

Pass Criteria

Reference

Test fg-001: figure element

HTML logo

Test fg-002: figure with aria-label

HTML logo

aria-label should be used for accessible name.

No accessible description.

Test fg-003: figure with aria-labelledby

HTML logo

p referenced by aria-labelledby

aria-labelledby should be used for accessible name.

No accessible description.

Test fg-004: figure with title attribute

HTML logo

Title attribute should be used for accessible name.

No accessible description.

Test fg-005: figure with figcaption element

HTML logo
Figcaption element

figcaption should be used for accessible name.

No accessible description.

Test fg-006: figure with aria-describedby

HTML logo

p referenced by aria-describedby

aria-describedby should be used for accessible description.

No accessible name.

Test fg-007: figure with figcaption element and title attribute

HTML logo
Figcaption element

figcaption should be used for accessible name.

title should be used for accessible description.