| 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 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 67 <div class="ws-normal"> | 68 <div class="ws-normal"> |
| 68 <p class="control"><span>A‍‍‍‍B</span></p> | 69 <p class="control"><span>A‍‍‍‍B</span></p> |
| 69 <p class="test"><span>A‍‍‍‍B</span></p> | 70 <p class="test"><span>A‍‍‍‍B</span></p> |
| 70 </div> | 71 </div> |
| 71 <div class="ws-pre"> | 72 <div class="ws-pre"> |
| 72 <p class="control"><span>A‍‍‍‍B</span></p> | 73 <p class="control"><span>A‍‍‍‍B</span></p> |
| 73 <p class="test"><span>A‍‍‍‍B</span></p> | 74 <p class="test"><span>A‍‍‍‍B</span></p> |
| 74 </div> | 75 </div> |
| 75 | 76 |
| 76 </body> | 77 </body> |
| 77 </html> | 78 </html> |
| OLD | NEW |