<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
 <head>
  <title>Column breaks - CSS Multi-column Layout Module Level 1 CR Test Suite</title>
  <style type="text/css">
    @import "http://www.w3.org/StyleSheets/TR/base.css";
    @import "../indices.css";
  </style>
 </head>

 <body>

  <h1>CSS Multi-column Layout Module Level 1 CR Test Suite</h1>
  <h2>Column breaks (4 tests)</h2>
  <table width="100%">
    <col id="test-column">
    <col id="refs-column">
    <col id="flags-column">
    <col id="info-column">
    <thead>
      <tr>
        <th>Test</th>
        <th><abbr title="Rendering References">Refs</abbr></th>
        <th>Flags</th>
        <th>Info</th>
      </tr>
    </thead>
    <tbody id="s5">
      <tr><th colspan="4" scope="rowgroup">
        <a href="#s5">+</a>
        <a href="http://www.w3.org/TR/css3-multicol/#column-breaks">5 Column breaks</a></th></tr>
      <!-- 1 tests -->
      <tr id="multicol-br-inside-avoidcolumn-001-5" class="primary">
        <td><strong>
            <a href="multicol-br-inside-avoidcolumn-001.htm">multicol-br-inside-avoidcolumn-001</a></strong></td>
        <td><a href="reference/multicol-br-inside-avoidcolumn-ref.htm">=</a> </td>
        <td></td>
        <td>multicol | break-inside: avoid-column
        </td>
      </tr>
    </tbody>
    <tbody id="s5.1">
      <tr><th colspan="4" scope="rowgroup">
        <a href="#s5.1">+</a>
        <a href="http://www.w3.org/TR/css3-multicol/#break-before-break-after-break-inside">5.1 &#8216;break-before&#8217;, &#8216;break-after&#8217;, &#8216;break-inside&#8217;</a></th></tr>
      <!-- 3 tests -->
      <tr id="break-before-always-001-5.1" class="primary page">
        <td><strong>
            <a href="break-before-always-001.htm">break-before-always-001</a></strong></td>
        <td></td>
        <td><abbr class="page" title=""></abbr></td>
        <td>'break-before: always' and paginated multi-column elements
          <ul class="assert">
            <li>A forced break of type 'always' will break through both the multi-column context and the pagination context.</li>
          </ul>
        </td>
      </tr>
      <tr id="multicol-break-000-5.1" class="primary ahem image">
        <td><strong>
            <a href="multicol-break-000.htm">multicol-break-000</a></strong></td>
        <td><a href="reference/multicol-break-000-ref.htm">=</a> </td>
        <td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr></td>
        <td>break-after: column (basic)
          <ul class="assert">
            <li>This test checks that basic support of 'break-after: column'.</li>
          </ul>
        </td>
      </tr>
      <tr id="multicol-break-001-5.1" class="primary ahem image">
        <td><strong>
            <a href="multicol-break-001.htm">multicol-break-001</a></strong></td>
        <td><a href="reference/multicol-break-001-ref.htm">=</a> </td>
        <td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr></td>
        <td>break-before: column (basic)
          <ul class="assert">
            <li>This test checks that basic support of 'break-before: column'.</li>
          </ul>
        </td>
      </tr>
    </tbody>
    <tbody id="s5.1.#break-after">
      <!-- 0 tests -->
    </tbody>
    <tbody id="s5.1.#break-before">
      <!-- 0 tests -->
    </tbody>
    <tbody id="s5.1.#break-inside">
      <!-- 0 tests -->
    </tbody>
  </table>

 </body>
</html>