Moodle APIs 3.11
Moodle 3.11.11+ (Build: 20221125)
|
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.