Baseline Widely available
The HTMLFormElement.acceptCharset
property represents the character encoding for the given <form>
element.
The specification allows a single case-insensitive value of "UTF-8"
, reflecting the ubiquity of this encoding (historically multiple character encodings could be specified as a comma-separated or space-separated list).
This reflects the value of the form's accept-charset
HTML attribute.
A string which may be a case-insensitive match for UTF-8
.
let charSet = document.forms["my-form"].acceptCharset;
Specifications Browser compatibility
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.3