<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>CSS 2.1 Chapter [% chapter %]</title> <style type="text/css"> @import "http://www.w3.org/StyleSheets/TR/base.css"; @import "../indices.css"; </style> </head> <body> <h1>CSS2.1 Conformance Test Suite - Chapter [% chapter %]</h1> <table width="100%"> <col id="test-column"/> <col id="flags-column"/> <thead> <tr> <th>Test</th> <th>Flags</th> </tr> </thead> [% FOREACH section IN tocData %][% IF section.chapter == chapter %] <tbody id="s[% section.section %]"> <tr><th colspan="2" scope="rowgroup"><a href="[% section.uri %]">[% section.section %] [% section.title %]</a></th></tr> </tbody> [% FOREACH entry IN section.tests %] <tr id="[% entry.file %]"> <td><strong><a href="[% entry.file %].xht">[% entry.title %]</a></strong></td> <td>[% FOREACH flag IN entry.flags %]<abbr title="[% flag.title %]">[% flag.string %]</abbr>[% END %]</td> </tr> [% FOREACH assertion IN entry.assert %] <tr> <td><strong>assertion: [% assertion %]</strong></td> <td/> </tr> [% END %][% END %][% END %][% END %] </table> </body> </html>