I wrote a test(a5ec800) to check for existence for attributes specified in Attributes.hx and noticed that meta#charset is actually not a property of the "meta" DOM element in JS.
SO says so:
there is no property that reflects the charset content attribute.
https://stackoverflow.com/a/12560258/3212365