Is there a good reason why we're defining global custom properties on :root/html and not on body?
@matuzo from memory when I saw this pop up a while back, essentially –
someone wrote it like that in the spec and here we are.
@matuzo from memory when I saw this pop up a while back, essentially –
someone wrote it like that in the spec and here we are.
@sturobson @matuzo But is it top root? I thought it was encapsulated?
So if I create a component with :root it doesn't leak to parent :root? Or did I miss something?