Moodle APIs 4.1
Moodle 4.1.9+ (Build: 20240402)
|
Directories | |
checks | |
Files | |
body_color_contrast.php | |
Helper function to support checking the varous color attributes of the <body> tag against WCAG standards. | |
body_wai_ert_color_contrast.php | |
Base class for test dealing with WAI ERT color contrast for the document. | |
brickfield_accessibility_color_test.php | |
Helper test base for tests dealing with color difference and luminosity. | |
brickfield_accessibility_css.php | |
Parse content to check CSS validity. | |
brickfield_accessibility_dom_element.php | |
Brickfield accessibility HTML checker library. | |
brickfield_accessibility_header_test.php | |
Special base test class that deals with tests concerning the logical heirarchy of headers. | |
brickfield_accessibility_table_test.php | |
Special base class which provides helper methods for tables. | |
brickfield_accessibility_tag_test.php | |
Special class test thats only for file a report whenever it hits the specified tag regardless of anything about the element. | |
brickfield_accessibility_test.php | |
This handles importing DOM objects, adding items to the report and provides a few DOM-traversing methods. | |
html_elements.php | |
This is a helper class which organizes all the HTML tags into groups for finding. | |
input_has_label.php | |
Base test class for tests which checks that the given input tag has an associated lable tag. | |
input_tab_index.php | |
Helper base class to check that input tags have an appropriate tab order. | |