Moodle APIs 4.1
Moodle 4.1.9+ (Build: 20240402)
Classes | Namespaces
a_links_dont_open_new_window.php File Reference

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
  
 

Detailed Description

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.

License
http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later