79710201

Date: 2025-07-22 09:16:18
Score: 2
Natty:
Report link

In chrome: nth-child(2) applies to the second , foo element in the SVG tree(the second <circle>), regardless of type.

In Firefox : nth child(2) strictly applies to the second child element of the parent, considering all types and may not match as expected depending on internal shadow DOM of <use>

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Achal Surve