-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Closed
Labels
good first issueNarrow in scope (but not necessarily easy)Narrow in scope (but not necessarily easy)no scala
Description
So the code here:
lila/ui/dasher/css/_dasher.scss
Line 175 in cc2a4e8
| writing-mode: bt-lr; |
It contains the values:
writing-mode: bt-lr;which Chrome declares as invalid property value-webkit-appearance: slider-vertical;to which it logs an error that the value will be removed in the future
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
Metadata
Metadata
Assignees
Labels
good first issueNarrow in scope (but not necessarily easy)Narrow in scope (but not necessarily easy)no scala
Type
Projects
Status
No status