20:48
<nox>
Given that now classList.add() and and classList.remove("unexisting-class") both set the 'class' attribute to the empty string if it was missing,
20:48
<nox>
shouldn't classList.replace("unexisting-class", "foo") create it too?
21:06
<Domenic>
I still don't think classList.replace should exist
21:06
<Domenic>
It solves a non-problem
21:51
<nox>
Domenic: Oh I don't see why it was added too, but well, it's here now.
23:04
<Domenic>
nox: well, it doesn't have to be; nobody implements it
23:04
<Domenic>
and i don't think there was any implementer interest