A form-associated custom element calls internals.setFormValue(value, state) where state differs from value. After a same-document navigation triggers browser form restoration (e.g. bfcache/back), which value reaches the element and through which callback?
this._internals.setFormValue('#7fff00', 'rgb-mode');