DrSensor / DrSensor/nusa

ariaBusy and control timing for update

Open
#75 0 comments 0 reactions 0 assignees View on GitHub
accessibility enhancement
Dominant language
JavaScript
Stars
4
Forks
0
PR merge metrics
No merged PRs in 30d

Description

~~~js
export const count = num.u8()

/** @example html```
0
```
will set `aria-busy=true` for 3s until the value change
*/ export function increment() {
count.set(it => it + 1, { delay: 3*s })
}
~~~

#### Why make it builtin?
I'm thinking to make every accessibility feature be builtin into the framework. So this one is the first step towards that.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.