User:Uri/Bidi editing: Difference between revisions

Jump to navigation Jump to search
→‎Visual mode: clarifying what "visual position" is.
(→‎Switching from visual to logical mode: pseudo-visual deletion is a bad idea (part 2))
(→‎Visual mode: clarifying what "visual position" is.)
Line 91: Line 91:
===Visual mode===
===Visual mode===
While in visual mode, only the visual position of the caret is tracked. Performing visual functions at this mode is simple (the caret is moved using a visual representation of the document), and no visual-to-logical or logical-to visual mappings are performed.
While in visual mode, only the visual position of the caret is tracked. Performing visual functions at this mode is simple (the caret is moved using a visual representation of the document), and no visual-to-logical or logical-to visual mappings are performed.
''Note: When I use the term "visual position", I do not mean a "geometrical position", expressed in terms of coordinates on the screen. Rather, I'm referring to a position within the stream of text as it is rendered, i.e. between two characters which, according to the rules of the bidi layout algorithm, end up being displayed next to each other.''


===Switching from visual to logical mode===
===Switching from visual to logical mode===
67

edits

Navigation menu