Thu, 15 Jan 2015 21:03:48 +0100
Integrate friendly tips from Tor colleagues to make (or not) 4.5 alpha 3;
This includes removal of overloaded (but unused) methods, and addition of
a overlooked call to DataStruct::SetData(nsISupports, uint32_t, bool.)
michael@0 | 1 | <!DOCTYPE html> |
michael@0 | 2 | <html> |
michael@0 | 3 | <head> |
michael@0 | 4 | <meta charset="utf-8"> |
michael@0 | 5 | <title>HTML Test: BDI: paragraph-level container</title> |
michael@0 | 6 | <link rel="reference" href="bdi-auto-dir-default-ref.html"> |
michael@0 | 7 | <link rel="author" title="Aharon Lanin" href="mailto:aharon@google.com"> |
michael@0 | 8 | <link rel="author" title="HTML5 bidi test WG" href="mailto:html5bidi@googlegroups.com"> |
michael@0 | 9 | <link rel="help" href="http://dev.w3.org/html5/spec/Overview.html#the-bdi-element"> |
michael@0 | 10 | <meta name="assert" content=" |
michael@0 | 11 | 'The dir global attribute defaults to auto on this element (it never inherits from the parent |
michael@0 | 12 | element like with other elements).'"> |
michael@0 | 13 | <style> |
michael@0 | 14 | body{ |
michael@0 | 15 | font-size:2em; |
michael@0 | 16 | } |
michael@0 | 17 | .box { |
michael@0 | 18 | border: medium solid gray; |
michael@0 | 19 | width: 500px; |
michael@0 | 20 | margin: 20px; |
michael@0 | 21 | } |
michael@0 | 22 | </style> |
michael@0 | 23 | </head> |
michael@0 | 24 | <body> |
michael@0 | 25 | <!-- Key to entities used below: |
michael@0 | 26 | א ... ו - The first six Hebrew letters (strongly RTL). |
michael@0 | 27 | ‭ - The LRO (left-to-right-override) formatting character. |
michael@0 | 28 | ‬ - The PDF (pop directional formatting) formatting character; closes LRO. --> |
michael@0 | 29 | <div class="box"> |
michael@0 | 30 | <div dir="ltr">‭[:)], [+- a ב], [d ג 1]...‬</div> |
michael@0 | 31 | <div dir="rtl">‭...[d ג 1] ,[+- a ב] ,[:)]‬</div> |
michael@0 | 32 | </div> |
michael@0 | 33 | </body> |
michael@0 | 34 | </html> |