You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// While the bidirectional algorithm seems to work properly on inline elements with actual values, it returns different results for placeholder strings.
390
+
// While the bidirectional algorithm seems to work properly on inline elements with actual values, it returns different results for placeholder strings.
391
391
// To ensure placeholder render in correct format, we apply the CSS equivalent of LRE (left-to-right embedding). See https://www.unicode.org/reports/tr9/#Explicit_Directional_Embeddings.
392
-
// However, we apply this to both placeholders and date segments with an actual value because the date segments will shift around when deleting otherwise.
392
+
// However, we apply this to both placeholders and date segments with an actual value because the date segments will shift around when deleting otherwise.
0 commit comments