lichess-org / lila

♞ lichess.org: the forever free, adless and open source chess server ♞
https://lichess.org
GNU Affero General Public License v3.0
15.63k stars 2.28k forks source link

CSS for Sound volume slider is making Chrome log exceptions #16073

Closed Siderite closed 1 month ago

Siderite commented 1 month ago

So the code here: https://github.com/lichess-org/lila/blob/cc2a4e8a1b3c73b9f9c9e109b49147737d8c9211/ui/dasher/css/_dasher.scss#L175

It contains the values:

Error message is The keyword 'slider-vertical' specified to an 'appearance' property is not standardized. It will be removed in the future. Use <input type=range style="writing-mode: vertical-lr; direction: rtl"> instead.

Firefox calls both values invalid, but somehow works even if you disable them from dev tools.

More here : https://developer.mozilla.org/en-US/docs/Web/CSS/appearance

schlawg commented 1 month ago

someone please rid us of this horrific abomination that make my logs feel so dirty.

Siderite commented 1 month ago

It says that it will be removed, so I was proactive. Plus, it dirties my logs!