Nicolas Chevobbe
nicolaschevobbe.bsky.social
Nicolas Chevobbe
@nicolaschevobbe.bsky.social
Firefox DevTools engineer
Skateboarder
that does look similar to bugzilla.mozilla.org/show_bug.cgi... , but I'm didn't look too much into it, the layout folks will confirm
1939353 - tan(atan2()) results in different values compared to Chrome and Safari when using unregistered custom properties
NEW (nobody) in Core - CSS Parsing and Computation. Last updated 2025-01-20.
bugzilla.mozilla.org
November 13, 2025 at 10:26 AM
Thanks for the ping Ana

I think "`--s: sign(100cqw - 400px)` fails without registering `--s`" is good enough

File it under bugzilla.mozilla.org/enter_bug.cg... and the layout team will have a look at what's going on

(or I can file it if you don't have the time to)
Log in to Bugzilla
bugzilla.mozilla.org
November 12, 2025 at 8:23 PM
I'm not sure we sort the JSON ? We're using JSON.parse if I remember correctly, I'll double check
November 8, 2025 at 8:28 AM
no it doesn't, it's only used for the result of the console evaluation
**But** I'd really like us to have an editor in the JSON viewer UI and a split view that would display the result of the evaluated data

Not sure if we'll get to it eventually, but I think it'd be cool
November 7, 2025 at 3:37 PM
Hello Ana, thanks for the demo page.
Which version of Firefox and OS are you seeing this on?

We fixed a similar issue last year (bugzilla.mozilla.org/show_bug.cgi...), maybe there's something still shaky there
1929891 - Issue tree sometimes show non-problematic node that loses their badge on hover and disappear on click
VERIFIED (nchevobbe) in DevTools - Accessibility Tools. Last updated 2025-02-10.
bugzilla.mozilla.org
November 3, 2025 at 3:41 PM
this reminds me of a bug I filed not long ago that would provide such capability (without exposing the state of devtools to the page, as this can be abused):

bugzilla.mozilla.org/show_bug.cgi...
1983855 - Inject stylesheet in content page to visually highlight HTML issues in the page
NEW (nobody) in DevTools - Inspector. Last updated 2025-10-28.
bugzilla.mozilla.org
October 29, 2025 at 8:02 AM
I added some information on the bug, hopefully we can get to it soon
October 22, 2025 at 8:48 AM
the issue is that we're working with the authored value, while we could probably use the computed value to extract the coordinates.
Then there might be an issue in how we "highlight" a given coord in the Rule when hovering the editor control point in the page, but that's not the most important
October 22, 2025 at 8:29 AM
that's "unused" in the sense they're not referenced by any non-CSS variable declaration displayed in the Inspector.
They might be used in rules that apply to other elements though, so this won't tell you which variables are never used in your codebase
October 21, 2025 at 7:25 PM
it looks like they will be hidden now :)
October 21, 2025 at 2:05 PM
oh actually it's fine, the rule has exactly 10 declarations :)
October 21, 2025 at 2:01 PM
It would if they're not referenced in a non css variable declaration value for the currently selected element.
Also, we only start hiding if there are more than 10 unused variable in the rule, which might not be the case in your screenshot?
October 21, 2025 at 1:59 PM
👋
October 16, 2025 at 6:21 AM