Moodle APIs 4.0
Moodle 4.0.11 (Build: 20231009)
|
Brickfield accessibility HTML checker library. More...
Classes | |
class | tool_brickfield\local\htmlchecker\common\checks\a_links_dont_open_new_window |
Namespaces | |
namespace | tool_brickfield\local\htmlchecker\common\checks |
| |
Brickfield accessibility HTML checker library.
Anchor should not open new window without warning. a (anchor) element must not contain a target attribute unless the target attribute value is either _self, _top, or _parent.