Quirks mode probe
document.compatMode should report BackCompat
(quirks) here because the DOCTYPE is intentionally omitted. The widget
must still boot — observe the panel below.
Low-contrast text (control sample for contrast feature).
Charset note
This page declares charset=Shift_JIS. Per the report, that
is the only harmless legacy trait: the browser has already
decoded the DOM to Unicode, and the widget's injected Japanese UI text
lives in JS UTF-16 strings — unaffected by host charset.
(File body kept ASCII to stay safe when saved as UTF-8.)