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
The problem is that the :nth-child pseudoclass can't account for either content section being missing, and no alternatives seem to be able to do so either. The :first-of-type pseudoclass doesn't apply to classes, only elements. This Stack Overflow question's answers discuss this in more detail.
The text was updated successfully, but these errors were encountered:
Currently, the selectors used for Eureka and Bozja fail if only one of the two pieces of content are unlocked.
Below is a section of the ClassJob page with both unlocked:
And here's one with only one:
The current selectors for these are located here:
lodestone-css-selectors/profile/classjob.json
Lines 2 to 25 in 5d0327c
The problem is that the
:nth-child
pseudoclass can't account for either content section being missing, and no alternatives seem to be able to do so either. The:first-of-type
pseudoclass doesn't apply to classes, only elements. This Stack Overflow question's answers discuss this in more detail.The text was updated successfully, but these errors were encountered: