cloudfour / cloudfour/pleasantest

Allow getAccessibilityTree to be case-insensitive

Open
#379 0 comments 0 reactions 0 assignees View on GitHub
good first issue minor change
Dominant language
TypeScript
Stars
175
Forks
2
Avg merge
1m
Merged PRs (30d)
1

Description

We could make it ignore case changes by always lowercasing the output

```ts
await getAccessibilityTree(
el,
{
caseInsensitive: true
}
)
```

I am not sure yet if this is a useful enough feature since it depends on how often the case of the text changes without the text itself changing. If that happens often, this could be useful, but otherwise, I'm not sure this feature is worth it.

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.