OLD | NEW |
(Empty) | |
| 1 <!DOCTYPE html> |
| 2 <html> |
| 3 <head> |
| 4 <meta charset="utf-8"/> |
| 5 <title>HTML Test: BR separates bidi paragraph</title> |
| 6 <link rel="match" href="br-bidi-ref.html"> |
| 7 <link rel="author" title="Amir E. Aharoni" href="mailto:amir.aharoni@mail.hu
ji.ac.il"/> |
| 8 <link rel="author" title="Eyal Sela" href="mailto:eyal@post.isoc.org.il"/> |
| 9 <link rel="author" title="Aharon Lanin" href="mailto:aharon@google.com"/> |
| 10 <link rel="help" href="https://html.spec.whatwg.org/multipage/#the-br-elemen
t"/> |
| 11 <meta name="assert" |
| 12 content="A br element should separate paragraphs for the purposes of the U
nicode bidirectional algorithm."/> |
| 13 </head> |
| 14 <body> |
| 15 <div class="instructions" style="display:none"><p>Test passes if the rightmo
st character in the first line below is a full stop and to the left of it is a H
ebrew letter.</p></div> |
| 16 <div class="test"> |
| 17 A Hebrew letter and a full stop: א. |
| 18 <br /> |
| 19 א this line begins with a Hebrew letter. |
| 20 </div> |
| 21 </body> |
| 22 </html> |
OLD | NEW |