# XWUIAnnounce

Live region utility for screen readers (aria-live). Announces content to assistive tech.

## Basic Usage

Live region utility for screen readers (aria-live).

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Live region utility for screen readers (aria-live).
```

## Assertive Alert

An assertive live region (role=alert) updated by a button via announce() for urgent messages.

```example
file: examples/AssertiveAlert.ts
html: examples/AssertiveAlert.html
title: Assertive Alert
description: An assertive live region (role=alert) updated by a button via announce() for urgent messages.
```

## Polite Status

A polite live region (role=status) seeded with text and updated without interrupting the user.

```example
file: examples/PoliteStatus.ts
html: examples/PoliteStatus.html
title: Polite Status
description: A polite live region (role=status) seeded with text and updated without interrupting the user.
```

```api
```
