css3-text-line-break-opclns-255

CSS3 Text, linebreaks: 3063 HIRAGANA LETTER SMALL TU

WeasyPrint

Reference (good) by WeasyPrint

Reference (good) by this browser

This browser

Flags
font
Assertion
The browser will not allow the small kana character 3063 HIRAGANA LETTER SMALL TU (which has the NS Non-Starter property) at the beginning of a line.

Source

 1 <!DOCTYPE html>
 2 <html lang="en"><head>
 3 <meta charset="utf-8">
 4 <title>CSS3 Text, linebreaks: 3063 HIRAGANA LETTER SMALL TU</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-255-ref.htm" rel="match">
 8 <meta content="font" name="flags">
 9 <meta content="The browser will not allow the small kana character 3063 HIRAGANA LETTER SMALL TU (which has the NS Non-Starter property) 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>