I did some research on this topic but still these two seem to have an identical function in css, for example: html { background: yellow; } and root: { background: yellow; } give the same result. Can somebody confirm my pseudo thesis or eventually point out any differences? :D
What is the difference between using "html{}" and "root:" pseudo-class while styling a css document?
Asked
Active
Viewed 24 times