This repository has been archived by the owner on Dec 19, 2024. It is now read-only.
paper-slider only respects [dir=rtl] but not direction: ltr; in CSS nor nested [dir] #190
Open
8 tasks done
Labels
Description
paper-slider
added RTL support via:host-context([dir="rtl"])
in #181This is super, except there are a few ways of changing text direction that it doesn't detect.
For example:
or
Expected outcome
Slider's direction and effective text direction agree.
Actual outcome
In some cases, the slider direction differs from the text direction.
Live Demo
https://jsfiddle.net/7qxd7cjx/
Steps to reproduce
<paper-slider style="direction: rtl;">
or<div dir=rtl><paper-slider dir=ltr>
onto a pageBrowsers Affected
(Note: I assume this applies to all browsers but haven't actually checked).
/cc @dschuyler @keanulee
The text was updated successfully, but these errors were encountered: