OLD | NEW |
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/st
rict.dtd"> | 1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/st
rict.dtd"> |
2 <html> | 2 <html> |
3 <head> | 3 <head> |
| 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
4 <title>CSS Test: word-spacing on Zero-Width Characters</title> | 5 <title>CSS Test: word-spacing on Zero-Width Characters</title> |
5 <link rel="author" title="Elika J. Etemad" href="http://fantasai.inkedblade.ne
t/contact"> | 6 <link rel="author" title="Elika J. Etemad" href="http://fantasai.inkedblade.ne
t/contact"> |
6 <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#spacing-props"> | 7 <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#spacing-props"> |
7 <meta name="flags" content=""> | 8 <meta name="flags" content=""> |
8 <meta name="assert" content="Word-spacing does not affect zero-width character
s."> | 9 <meta name="assert" content="Word-spacing does not affect zero-width character
s."> |
9 <style type="text/css"> | 10 <style type="text/css"> |
10 div { | 11 div { |
11 margin: 1em; | 12 margin: 1em; |
12 font-family: monospace; | 13 font-family: monospace; |
13 page-break-inside: avoid; | 14 page-break-inside: avoid; |
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
66 <div class="ws-normal"> | 67 <div class="ws-normal"> |
67 <p class="control"><span>A‍‍‍‍B</span></p> | 68 <p class="control"><span>A‍‍‍‍B</span></p> |
68 <p class="test"><span>A‍‍‍‍B</span></p> | 69 <p class="test"><span>A‍‍‍‍B</span></p> |
69 </div> | 70 </div> |
70 <div class="ws-pre"> | 71 <div class="ws-pre"> |
71 <p class="control"><span>A‍‍‍‍B</span></p> | 72 <p class="control"><span>A‍‍‍‍B</span></p> |
72 <p class="test"><span>A‍‍‍‍B</span></p> | 73 <p class="test"><span>A‍‍‍‍B</span></p> |
73 </div> | 74 </div> |
74 | 75 |
75 </body> | 76 </body> |
76 </html> | 77 </html> |
OLD | NEW |