Closed keanulee closed 7 years ago
I'd like to know which Chrome milestone this fix will be included in. Is there an easy way for me to figure that out? Or, is it possible to have this merged into Chrome M61?
@dschuyler might be able to answer that question ^
I did a quick look at the chromium code using code search and it doesn't look like this is present:
Right, Chromium currently uses paper-slider v1.0.15 and this patch isn't included until v2.0.2. I was wondering if I can assume that Chrome M61 won't ship with v2.0.2 or later, since in that case I'll need to land a workaround similar to this in Chromium.
I've updated the paper-slider used in Chromium to v2.0.2: https://chromium-review.googlesource.com/c/565067/
Ref #190
This will setting a different direction with HTML attributes, like:
But not through CSS (which would require an expensive
getComputedStyle()
for bootup).