You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is this feature supposed to work with CSS generated content, that is, content generated via *::before {content: "foo";}? As implemented by Chrome and Safari as per this test, it's not, but I'm not sure if it's spec'ed. FWIW, the browser's find in page feature doesn't find CSS generated content either.
The text was updated successfully, but these errors were encountered:
Is this feature supposed to work with CSS generated content, that is, content generated via
*::before {content: "foo";}
? As implemented by Chrome and Safari as per this test, it's not, but I'm not sure if it's spec'ed. FWIW, the browser's find in page feature doesn't find CSS generated content either.The text was updated successfully, but these errors were encountered: