While looking at the default styles applied to HTML elements for Google Chrome, I came across this information on this page:
p {
display: block;
-webkit-margin-before: 1__qem;
-webkit-margin-after: 1__qem;
-webkit-margin-start: 0;
-webkit-margin-end: 0;
}
I'm curious, what exactly does 1__qem
signify?