| <!doctype html> |
| <html> |
| <meta charset="utf-8"> |
| <title>CSS Text — WORD JOINER after atomic inline</title> |
| <meta name=assert content="There is **not** a soft wrap opportunity between an atomic inline and a following WORD JOINER"> |
| <link rel=help href="https://www.w3.org/TR/css-text-3/#line-break-details"> |
| <link rel=match href="reference/line-breaking-atomic-005-ref.html"> |
| <link rel=author title="Florian Rivoal" href="https://florian.rivoal.net"> |
| <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> |
| <style> |
| div { |
| font: 50px/1 Ahem; |
| width: 0; |
| } |
| span { |
| display: inline-block; |
| } |
| </style> |
| |
| <p>Test passes if there is a black square below. |
| |
| <div><span>A</span>⁠B</div> |
| <div>A⁠B</div> |