According to WhatWG, the value must be an ASCII case-insensitive match for "UTF-8"
please text-encoding-identifier-case of rule check
Thanks for always helping us out
example
This is causing conflicts in our React code (in .tsx files that are linted by eslint):
<form
id="search_keyword"
method="get"
action={action}
acceptCharset="UTF-8" // get eslint error
>
<input
type="search"
name="q"
id="q"
/>
....
</form>
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too