[Webkit-unassigned] [Bug 50916] Add support for dir=auto

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 17 06:45:24 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=50916


Yael <yael.aharon at nokia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #81841|0                           |1
        is obsolete|                            |
  Attachment #82795|                            |review?
               Flag|                            |




--- Comment #31 from Yael <yael.aharon at nokia.com>  2011-02-17 06:45:23 PST ---
Created an attachment (id=82795)
 --> (https://bugs.webkit.org/attachment.cgi?id=82795&action=review)
Patch.

Clear the directionality flag when nodes are removed, not when they are re-added.
The flag is not cleared if the document does not have a renderer, which indicates that the document is being destroyed.
The flag is also cleared on nodes that previously had the flag, if a new text node is added before those nodes. After the addition, those nodes no longer participate in determining the  directionality.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list