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><head> |
michael@0 | 3 | <meta http-equiv="content-type" content="text/html; charset=UTF-8"> |
michael@0 | 4 | <meta charset="utf-8"> |
michael@0 | 5 | <title>HTML Test: BDI: neutral when nested</title> |
michael@0 | 6 | <link rel="reference" href="https://bug712600.bugzilla.mozilla.org/bdi-neutral-nested-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 | 'For the purposes of applying the bidirectional algorithm to the paragraph-level |
michael@0 | 12 | container that a bdi element finds itself within, the bdi element must be treated |
michael@0 | 13 | like a U+FFFC OBJECT REPLACEMENT CHARACTER.'"> |
michael@0 | 14 | <style> |
michael@0 | 15 | body{ |
michael@0 | 16 | font-size:2em; |
michael@0 | 17 | } |
michael@0 | 18 | </style> |
michael@0 | 19 | </head> |
michael@0 | 20 | <body> |
michael@0 | 21 | <!-- Key to entities used below: |
michael@0 | 22 | א ... ו - The first six Hebrew letters (strongly RTL). |
michael@0 | 23 | ‭ - The LRO (left-to-right-override) formatting character. |
michael@0 | 24 | ‬ - The PDF (pop directional formatting) formatting character; closes LRO. --> |
michael@0 | 25 | |
michael@0 | 26 | <div dir="ltr">1 + [a + [3 + [b + 4] + ב] + 2] + א</div> |
michael@0 | 27 | <div dir="ltr">1 + [a + [3 + [b + 4] + ב] + 2] + א</div> |
michael@0 | 28 | <div dir="ltr">1 + [a + [3 + [b + 4] + ב] + 2] + א</div> |
michael@0 | 29 | <div dir="rtl">a + [1 + [b + [3 + ב] + 2] + א] + 0</div> |
michael@0 | 30 | <div dir="rtl">a + [1 + [b + [3 + ב] + 2] + א] + 0</div> |
michael@0 | 31 | <div dir="rtl">a + [1 + [b + [3 + ב] + 2] + א] + 0</div> |
michael@0 | 32 | |
michael@0 | 33 | </body></html> |