Skip to content

[css-backgrounds-4] keyword for pill shape #6524

@jsnkuhn

Description

@jsnkuhn

There's a very specific pill shaped corner that can be made with border-radius that can only be done reliably with px in my experience.

image

When trying to get the same shape at different element sizes (or when you don't yet know what the size is going to be) it's common to see this hack:

border-radius: 99999px;

I'm wondering about the possibility of a value keyword for this shape something like border-radius: pill;

https://drafts.csswg.org/css-backgrounds-4/#corner-sizing

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions