Moodle APIs 4.1
Moodle 4.1.9+ (Build: 20240402)
|
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.