DOM 中没有 CSS 属性的不可见文本节点?
Invisible textNodes in the DOM without CSS attributes?
On a LinkedIn profile, there's a box in the right column for "Notify Your Network:" which has invisible text on the label for the switch. This is not the same as the header with a ?
I'm regexing the page and trying to figure out how to exclude instances like this, but I don't see any style that should make it invisible.
I've seen this a lot recently, in different sites, and I'm curious what's going on.
该标签有 text-indent: -119988px;
。
On a LinkedIn profile, there's a box in the right column for "Notify Your Network:" which has invisible text on the label for the switch. This is not the same as the header with a
?
I'm regexing the page and trying to figure out how to exclude instances like this, but I don't see any style that should make it invisible.
I've seen this a lot recently, in different sites, and I'm curious what's going on.
该标签有 text-indent: -119988px;
。