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

Fix invalid CSS in dfnpanels.css #2735

Closed
wants to merge 1 commit into from
Closed

Conversation

caraitto
Copy link

@caraitto caraitto commented Dec 11, 2023

Add missing unit to border-radius.

A border-radius was missing a unit
@caraitto
Copy link
Author

Context: I'm seeing spec build failures [0] for [1] (which itself fixes an unrelated spec build failure), and this looked possibly to be the culprit? Not sure since this line is 2 months old though...

[0] https://github.com/WICG/turtledove/actions/runs/7173660187/job/19533486675?pr=949

[1] WICG/turtledove#949

@inexorabletash
Copy link

Reported as #2733

@inexorabletash
Copy link

Not sure since this line is 2 months old though...

Yeah, but it was between two semver changes, so likely wasn't picked up by spec-prod until the 4.0.0 release a few days ago.

@jyasskin jyasskin requested a review from tabatkins December 11, 2023 23:47
@@ -71,7 +71,7 @@
margin-right: 0.5em;
width: 0.85em;
height: 1em;
border-radius: 3;
border-radius: 3em;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking at the rendering, this becomes an offset pair of boxes. 3em makes them very round; I suspect we'd do better with px or removing the radius entirely.

Suggested change
border-radius: 3em;

@tabatkins
Copy link
Collaborator

It's meant to be px, yeah. I've made the change; I'm just rebasing tests real quick and then I'll cut a new release. Sorry about that.

@tabatkins tabatkins closed this Dec 12, 2023
@caraitto caraitto deleted the patch-1 branch December 12, 2023 04:37
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.

4 participants