Changeset 94822 in webkit


Ignore:
Timestamp:
Sep 8, 2011 5:34:59 PM (13 years ago)
Author:
eric@webkit.org
Message:

[BiDi] Add support for the BDI element
https://bugs.webkit.org/show_bug.cgi?id=50913

Reviewed by Ryosuke Niwa.

Source/WebCore:

This patch is ridiculously trivial now that we have unicode-bidi: isolate support in WebKit.

Test: css3/bdi-element.html

  • css/html.css:

(bdi):

LayoutTests:

  • css3/bdi-element.html: Added.
  • platform/mac/css3/bdi-element-expected.png: Added.
  • platform/mac/css3/bdi-element-expected.txt: Added.
Location:
trunk
Files:
3 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r94813 r94822  
     12011-09-08  Eric Seidel  <eric@webkit.org>
     2
     3        [BiDi] Add support for the BDI element
     4        https://bugs.webkit.org/show_bug.cgi?id=50913
     5
     6        Reviewed by Ryosuke Niwa.
     7
     8        * css3/bdi-element.html: Added.
     9        * platform/mac/css3/bdi-element-expected.png: Added.
     10        * platform/mac/css3/bdi-element-expected.txt: Added.
     11
    1122011-09-08  Roland Steiner  <rolandsteiner@chromium.org>
    213
  • trunk/Source/WebCore/ChangeLog

    r94821 r94822  
     12011-09-08  Eric Seidel  <eric@webkit.org>
     2
     3        [BiDi] Add support for the BDI element
     4        https://bugs.webkit.org/show_bug.cgi?id=50913
     5
     6        Reviewed by Ryosuke Niwa.
     7
     8        This patch is ridiculously trivial now that we have unicode-bidi: isolate support in WebKit.
     9
     10        Test: css3/bdi-element.html
     11
     12        * css/html.css:
     13        (bdi):
     14
    1152011-09-08  David Levin  <levin@chromium.org>
    216
  • trunk/Source/WebCore/css/html.css

    r94382 r94822  
    993993}
    994994
     995bdi {
     996    unicode-bidi: -webkit-isolate;
     997}
     998
    995999/* page */
    9961000
Note: See TracChangeset for help on using the changeset viewer.