Inherited by tableComplexHasSummary, tableDataShouldHaveTh, tableHeaderLabelMustBeTerse, tableLayoutDataShouldNotHaveTh, tableLayoutHasNoCaption, tableLayoutHasNoSummary, tableLayoutMakesSenseLinearized, tableSummaryIsEmpty, tableSummaryIsSufficient, tableUseColGroup, tableUsesAbbreviationForHeader, tableUsesCaption, and tableWithMoreHeadersUseID.
Public Member Functions | |
| getTable ($table) | |
| isData ($table) | |
Definition at line 474 of file test.php.
| quailTableTest::getTable | ( | $ | table | ) |
Takes the element object of a main table and returns the number of rows and columns in it.
| object | The DOMElement of the main table tag |
| quailTableTest::isData | ( | $ | table | ) |
Finds whether or not the table is a data table. Checks that the table has a logical order and uses 'th' or 'thead' tags to illustrate the page author thought it was a data table.
| object | $table The DOMElement object of the table tag |
Definition at line 512 of file test.php.
Referenced by tableWithMoreHeadersUseID::check(), tableUseColGroup::check(), tableLayoutMakesSenseLinearized::check(), tableLayoutDataShouldNotHaveTh::check(), and tableDataShouldHaveTh::check().
1.5.7.1