1 <!DOCTYPE html>
2 <html lang="en"><head>
3 <meta charset="utf-8">
4 <title>CSS3 Text, linebreaks: 300D RIGHT CORNER BRACKET</title>
5 <link href="mailto:ishida@w3.org" rel="author" title="Richard Ishida">
6 <link href="https://drafts.csswg.org/css-text-3/#line-breaking" rel="help">
7 <link href="reference/css3-text-line-break-opclns-145-ref.htm" rel="match">
8 <meta content="font" name="flags">
9 <meta content="Because it has a CL Closing Punctuation property, the browser will not leave 300D RIGHT CORNER BRACKET at the beginning of a line." name="assert">
10 <style type="text/css">
11 @font-face {
12 font-family: 'mplus-1p-regular';
13 src: url('support/mplus-1p-regular.woff') format('woff');
14 /* filesize: 803K */
15 }
16 .test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; }
17 </style>
18 </head>
19 <body>
20 <p class="instructions">Test passes if the two orange boxes are identical.</p>
21
22
23 <div class="test">中中中」文</div>
24
25
26
27
28
29 <div class="ref">中中<br>中」文</div>
30
31
32 <!--Notes:
33
34 These tests examine the default behavior of characters against the expectations in the Unicode Standard Annex, version 5.1.0. The two-letter abbreviations are conventions for property names in the Unicode Standard. Non-tailorable characters have normative behavior in the Unicode Standard that applies in all normal circumstances.
35 <p class='notes'>For more information about expected line break behavior and line break classes, see <a href='http://www.unicode.org/reports/tr14/'>Unicode Standard Annex #14 Line Breaking Properties</a>.
36
37
38 -->
39
40
41
42
43 </body></html>