Open Bug 1543141 Opened 4 years ago Updated 8 months ago

about:robots has [dir=rtl] CSS selectors that won't work anymore now that we're using fluent for it

Categories

(Firefox :: General, defect, P5)

67 Branch
defect

Tracking

()

People

(Reporter: Gijs, Unassigned)

References

(Regression)

Details

(Keywords: regression)

Unsure if there is something broken in RTL, I haven't had a chance to check.

about:robots looks fine as-is on latest Nightly, and removing this block:

body[dir=rtl] #icon,
body[dir=rtl] #errorPageContainer:before {
  transform: scaleX(-1);
}

... seems to have no negative effect.

(In reply to Itiel from comment #1)

about:robots looks fine as-is on latest Nightly, and removing this block:

body[dir=rtl] #icon,
body[dir=rtl] #errorPageContainer:before {
  transform: scaleX(-1);
}

... seems to have no negative effect.

There's no more #icon, I think, but the :before on the #errorPageContainer still exists.

This flips the robot, when it works (which it doesn't right now). It looks like fixing that'd make sense - it makes more sense for the robot to be looking along the text rather than in the opposite direction.

Priority: -- → P5
Has Regression Range: --- → yes
Keywords: regression
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.