`dir="rtl"` issues observed in https://maps4html.org/experiments/i18n/rtl/: - Context menu: - [x] <s>menu items not aligned right-to-left</s> (fixed in https://github.com/Maps4HTML/Web-Map-Custom-Element/pull/506) - [x] <s>keyboard shortcut annotations on wrong side</s> (not true if the text is in an actual RTL script) - [ ] submenu generally opens on the wrong side - Layer control: - [x] <q>Remove layer</q> button on wrong side (fixed in https://github.com/Maps4HTML/Web-Map-Custom-Element/pull/531) - [x] input controls inside `.mapml-control-layers` don't have the appropriate margin due to physical `left` value (fixed in https://github.com/Maps4HTML/Web-Map-Custom-Element/pull/565: https://github.com/Maps4HTML/Web-Map-Custom-Element/pull/565/commits/c95d4e36fa17f1ef30890f557f07360b1454812f) - Tooltips (upstream: https://github.com/Leaflet/Leaflet/issues/7201): - [ ] offset/incorrect position - [ ] arrow on tooltips is on the wrong side <hr> Related issue: https://github.com/Maps4HTML/Web-Map-Custom-Element/issues/495.
dir="rtl"issues observed in https://maps4html.org/experiments/i18n/rtl/:menu items not aligned right-to-left(fixed in Inherit
text-alignin.mapml-button#506)keyboard shortcut annotations on wrong side(not true if the text is in an actual RTL script)
(fixed in Refactoring HTML anatomy of items in layers #531)
.mapml-control-layersdon't have the appropriate margin due to physicalleftvalue(fixed in Alignment improvements in the Layer control #565: c95d4e3)
Related issue: #495.