| -webkit-shape-inside: polygon(10px 15px, 180px 15px, 180px 295px, 10px 295px); |
| .rl { -webkit-writing-mode: vertical-rl; } |
| .lr { -webkit-writing-mode: vertical-lr; } |
| p { -webkit-margin-before: 0; } |
| <div class="shape-inside rl"> |
| <div class="border"></div> |
| <p>Paragraph 1. This paragraph should start at the top right corner of the blue |
| rectangle. Its top and bottom edges should be within the blue rectangle. |
| <p>Paragraph 2. This paragraph should be to the left of paragraph 1. Its top |
| and bottom edges should also be within the blue rectangle. |
| <div class="shape-inside lr"> |
| <div class="border"></div> |
| <p>Paragraph 1. This paragraph should start at the top left corner of the blue |
| rectangle. Its top and bottom edges should be within the blue rectangle. |
| <p>Paragraph 2. This paragraph should be to the right of paragraph 1. Its top |
| and bottom edges should also be within the blue rectangle. |