diff options
| author | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-04-05 18:51:18 +0000 |
|---|---|---|
| committer | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2005-04-05 18:51:18 +0000 |
| commit | 9d556eaefcd81f177006526c46973138e80ce6fc (patch) | |
| tree | b571b68285e5ac488468d0b9966aa98e22a6afc2 /docutils/test/functional/expected | |
| parent | 439b2698d414b4d29797445406156cb12cf94cfc (diff) | |
| download | docutils-9d556eaefcd81f177006526c46973138e80ce6fc.tar.gz | |
assigned classes to <th> elements to indicate role: table head and/or stub
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3172 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/test/functional/expected')
| -rw-r--r-- | docutils/test/functional/expected/standalone_rst_html4css1.html | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/docutils/test/functional/expected/standalone_rst_html4css1.html b/docutils/test/functional/expected/standalone_rst_html4css1.html index f3b49e496..be1c9816e 100644 --- a/docutils/test/functional/expected/standalone_rst_html4css1.html +++ b/docutils/test/functional/expected/standalone_rst_html4css1.html @@ -745,12 +745,12 @@ Fifth test in HTML.<br />Line two.</div> <col width="38%" /> </colgroup> <thead valign="bottom"> -<tr><th colspan="2">Inputs</th> -<th>Output</th> +<tr><th class="head" colspan="2">Inputs</th> +<th class="head">Output</th> </tr> -<tr><th>A</th> -<th>B</th> -<th>A or B</th> +<tr><th class="head">A</th> +<th class="head">B</th> +<th class="head">A or B</th> </tr> </thead> <tbody valign="top"> @@ -783,10 +783,10 @@ Fifth test in HTML.<br />Line two.</div> <col width="33%" /> </colgroup> <thead valign="bottom"> -<tr><th>Header row, column 1 +<tr><th class="head">Header row, column 1 (header rows optional)</th> -<th>Header 2</th> -<th>Header 3</th> +<th class="head">Header 2</th> +<th class="head">Header 3</th> </tr> </thead> <tbody valign="top"> @@ -820,11 +820,11 @@ span rows.</td> <col width="18%" /> </colgroup> <thead valign="bottom"> -<tr><th>Header row, column 1 +<tr><th class="head">Header row, column 1 (header rows optional)</th> -<th>Header 2</th> -<th>Header 3</th> -<th>Header 4</th> +<th class="head">Header 2</th> +<th class="head">Header 3</th> +<th class="head">Header 4</th> </tr> </thead> <tbody valign="top"> @@ -869,22 +869,22 @@ empty: <tt class="docutils literal"><span class="pre">--></span></tt></td> <col width="50%" /> </colgroup> <thead valign="bottom"> -<tr><th>Treat</th> -<th>Quantity</th> -<th>Description</th> +<tr><th class="head stub">Treat</th> +<th class="head">Quantity</th> +<th class="head">Description</th> </tr> </thead> <tbody valign="top"> -<tr><th>Albatross</th> +<tr><th class="stub">Albatross</th> <td>2.99</td> <td>On a stick!</td> </tr> -<tr><th>Crunchy Frog</th> +<tr><th class="stub">Crunchy Frog</th> <td>1.49</td> <td>If we took the bones out, it wouldn't be crunchy, now would it?</td> </tr> -<tr><th>Gannet Ripple</th> +<tr><th class="stub">Gannet Ripple</th> <td>1.99</td> <td>On a stick!</td> </tr> |
