Different browsers render different values for Element.scrollLeft
in RTL elements. (More details in this question).
And according to the MDN, if the direction of the element is rtl, the scrollLeft
should be 0 when the scrollbar is at its rightmost position. (Which means that Chrome's implementation is faulty).
But I couldn't find any specification that backs what the MDN mentions about this property in RTL mode.
Can anyone help me find one ?
Thanks in advance.