And only sometimes.

Before people start asking in the comments, the website is a niche fashion archive.

  • XeroxCool@lemmy.world
    link
    fedilink
    English
    arrow-up
    11
    ·
    22 days ago

    The non-monospace font control code is set to recenter the double-digit readout starting at 9 because it’s a computer thing to start all counts at 0 instead of 1 and I know just enough about “off by one” errors to 100% assume this with no actual experience.

    But, for science, does 20 center itself differently than 10 and, if so, does 19 actually match 20?

    • Dicska@lemmy.world
      link
      fedilink
      English
      arrow-up
      2
      ·
      edit-2
      21 days ago

      I can also imagine this happens when you get to ten, then the algorithm sees the increment over nine, modifies the offset, and then at ten you delete one tab, but the algorithm doesn’t expect you to downgrade from double digits and keeps the offset designed for double digits.