Page MenuHomePhorge

Fix invalid CSS transition value for .jx-scrollbar-handle
ClosedPublic

Authored by aklapper on Mar 24 2025, 17:56.
Tags
None
Referenced Files
F3852532: D25923.1746126483.diff
Wed, Apr 30, 19:08
F3835300: D25923.1746085487.diff
Wed, Apr 30, 07:44
F3823743: D25923.1746022589.diff
Tue, Apr 29, 14:16
F3553922: D25923.1744963770.diff
Thu, Apr 17, 08:09
F3535980: D25923.1744894515.diff
Wed, Apr 16, 12:55
F3534358: D25923.1744892974.diff
Wed, Apr 16, 12:29
F3533647: D25923.1744892115.diff
Wed, Apr 16, 12:15
F3533400: D25923.1744891932.diff
Wed, Apr 16, 12:12

Details

Summary

The W3C CSS validator throws 0 is not a transition value : opacity 0 linear.
0 is not a valid value; likely 0s were meant as in other existing CSS definitions.
See https://developer.mozilla.org/en-US/docs/Web/CSS/transition

Test Plan

Paste standard-page-view.css into https://jigsaw.w3.org/css-validator/ and read some CSS docs.

Diff Detail

Repository
rP Phorge
Branch
cssTransitionSec (branched from master)
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 1803
Build 1803: arc lint + arc unit

Event Timeline

Thanks for this patch! Kind reminder: if you touched CSS or JavaScript, please remember to also run this:

./bin/celerity map

⚙️ Thanks! Bip bop I'm a bot - helping for T15209

Makes sense thaanks, 0s seems also the documented default

This revision is now accepted and ready to land.Mar 25 2025, 07:55