(no description)
File Size: | 56 lines (2 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
a_must_contain_text:: (2 methods):
check()
is_not_anchor()
Class: a_must_contain_text - X-Ref
Brickfield accessibility HTML checker library.check() X-Ref |
The main check function. This is called by the parent class to actually check content. |
is_not_anchor(\DOMElement $a) X-Ref |
Returns if a link is not a candidate to be an anchor (which does not need text). param: \DOMElement $a return: bool Whether is is a link (TRUE) or an anchor (FALSE) |