Descriptionunicode-bidi: plaintext never worked properly when there is a line wrapping in a
span with unicode-bidi: plaintext.
The problem happens because constructBidiRunsForSegment does not have
enough logic to understand the difference between line wrapping vs line
breaking, the current patch just adds the necessary logic(e.g when a text has a
line wrapping it needs to determine the directionality of the paragraph from the beginning of the isolatedInline)
BUG=299879
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=158471
Patch Set 1 #
Messages
Total messages: 4 (0 generated)
|