I am trying to get the computed style of ::marker pseudo-selector
::marker
getComputedStyle(element, "::marker");
But how can I get content of the pseudo-selector? If it "none" or "normal" in computed styles, but in DOM it is "1."
content
"none"
"normal"
"1."