Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use tabular numbers in tables #2680

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

robinwhittleton
Copy link

What are you trying to accomplish?

As tables are frequently used for comparing columns of numeric data (and have the ability to be right-aligned) we should make sure that we make it as easy as possibly. Toggling tabular numbers on givens you the ability to scan columns of numbers effectively, assuming the font supports it.

Here’s an example from a recent PR without this CSS:

Screenshot 2024-08-16 at 17 48 13

and with font-variant: tabular-nums:

Screenshot 2024-08-16 at 17 48 01

What approach did you choose and why?

Flipping the switch with CSS is trivial. If the font doesn’t support this functionality then this doesn’t have any effect, but is no worse than the current behaviour.

What should reviewers focus on?

First commit to Primer. Please let me know if I’m doing anything wrong, especially with the changeset which is new to me.

Can these changes ship as is?

  • Yes, this PR does not depend on additional changes. 🚢

As tables are frequently used for comparing columns of numeric data (and have the ability to be right-aligned) we should make sure that we make it as easy as possibly. Toggling tabular numbers on givens you the ability to scan columns of numbers effectively, assuming the font supports it. If it doesn’t then this doesn’t have any effect, but is no worse than the current behaviour.
Copy link

changeset-bot bot commented Aug 16, 2024

🦋 Changeset detected

Latest commit: fd7782e

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@primer/css Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant