[css-values] add font-size relative pixel unit rpx
Nobody has claimed this yet.
- Dominant language
- Bikeshed
- Stars
- 4.9k
- Forks
- 816
- PR merge metrics
- PR metrics pending
Description
I came up with an idea of a unit that basically behaves like px when user's font-size is as same as browser's default, but it inflates and shrinks when user changed the font-size. I'd like to name this unit rpx.
the actual unit size would be calculated like this:
1rpx = 1px * (user-set font-size) / (browser's default font-size)
It allows us pixel-accurate design when needed while being responsive when user prefers different font-size. It will successfully replaces the html {font-size: 62.5%} hack, which results in changing unit size in simular fashion, as described in this SOF answer.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the CSS Values issue and the proposed rpx formula in the report. Determine whether the CSS Working Group accepts the unit and what specification details must be resolved. Done means reaching agreement on the unit's behavior and documenting the accepted definition in the relevant CSS Values work.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- css
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100