diff --git a/index.html b/index.html index 474aca3..f14ecc1 100644 --- a/index.html +++ b/index.html @@ -681,7 +681,7 @@
The method must follow these steps:
@@ -707,13 +707,13 @@+ The resolved text direction at a boundary point + is ltr if the embedding + direction ([[!UAX9]] BD3) of the character at that position + is L, and rtl if the embedding + direction is R. +
++ At a bidi boundary—where adjacent characters have different + embedding directions—user agents may use additional context + (such as caret affinity based on the direction of cursor + movement) to determine which character's embedding direction + to use. +
We need to more precisely define what it means to extend or move selection by each granularity.