Skip to content

Commit

Permalink
[css-tables] Add spec link(s) to 8 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsgrogan authored and jgraham committed May 9, 2017
1 parent 37e1c37 commit 045e231
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 0 deletions.
Expand Up @@ -2,6 +2,8 @@
<script src='/resources/testharness.js'></script>
<script src='/resources/testharnessreport.js'></script>
<link rel='stylesheet' href='./base.css' />
<link rel="help" href="https://drafts.csswg.org/css-tables-3/#fixup">
<link rel="help" href="https://drafts.csswg.org/css-tables-3/#mapping">
<main>

<h1>HTML-2-CSS Mapping</h1>
Expand Down
Expand Up @@ -2,6 +2,7 @@
<script src='/resources/testharness.js'></script>
<script src='/resources/testharnessreport.js'></script>
<link rel='stylesheet' href='./base.css' />
<link rel="help" href="https://drafts.csswg.org/css-tables-3/#mapping">
<main>

<h1>HTML-2-CSS Mapping</h1>
Expand Down
Expand Up @@ -2,6 +2,7 @@
<script src='/resources/testharness.js'></script>
<script src='/resources/testharnessreport.js'></script>
<link rel='stylesheet' href='./base.css' />
<link rel="help" href="https://drafts.csswg.org/css-tables-3/#table-layout-algorithm">
<main>

<h1>HTML5 Table Formatting algorithm (row/column grid computation)</h1>
Expand Down
Expand Up @@ -2,6 +2,8 @@
<script src='/resources/testharness.js'></script>
<script src='/resources/testharnessreport.js'></script>
<link rel='stylesheet' href='./base.css' />
<link rel="help" href="https://drafts.csswg.org/css-tables-3/#missing-cells-fixup">
<link rel="help" href="https://drafts.csswg.org/css-tables-3/#dimensioning-the-row-column-grid">
<main>

<h1>HTML5 Table Formatting algorithm (row/column grid computation)</h1>
Expand Down
Expand Up @@ -2,6 +2,8 @@
<script src='/resources/testharness.js'></script>
<script src='/resources/testharnessreport.js'></script>
<link rel='stylesheet' href='./base.css' />
<link rel="help" href="https://drafts.csswg.org/css-tables-3/#missing-cells-fixup">
<link rel="help" href="https://drafts.csswg.org/css-tables-3/#dimensioning-the-row-column-grid">
<main>

<h1>HTML5 Table Formatting algorithm (row/column grid computation)</h1>
Expand Down
Expand Up @@ -2,6 +2,7 @@
<script src='/resources/testharness.js'></script>
<script src='/resources/testharnessreport.js'></script>
<link rel='stylesheet' href='./base.css' />
<link rel="help" href="https://drafts.csswg.org/css-tables-3/#dimensioning-the-row-column-grid">
<main>

<h1>HTML5 Table Formatting algorithm and Fixed Layout (row/column grid computation)</h1>
Expand Down
Expand Up @@ -2,6 +2,7 @@
<script src='/resources/testharness.js'></script>
<script src='/resources/testharnessreport.js'></script>
<link rel='stylesheet' href='./base.css' />
<link rel="help" href="https://drafts.csswg.org/css-tables-3/#table-structure">
<style>
[inline] { display: inline !important; }
[block] { display: block !important; }
Expand Down
Expand Up @@ -2,6 +2,7 @@
<script src='/resources/testharness.js'></script>
<script src='/resources/testharnessreport.js'></script>
<link rel='stylesheet' href='./base.css' />
<link rel="help" href="https://drafts.csswg.org/css-tables-3/#fixup">
<main>

<h1>Table fixup</h1>
Expand Down

0 comments on commit 045e231

Please sign in to comment.