You are here

constant Elements::AUTOCLOSE_P in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/masterminds/html5/src/HTML5/Elements.php \Masterminds\HTML5\Elements::AUTOCLOSE_P

Indicates that if a previous event is for a P tag, that element should be considered closed.

File

vendor/masterminds/html5/src/HTML5/Elements.php, line 56

Class

Elements
This class provides general information about HTML5 elements, including syntactic and semantic issues. Parsers and serializers can use this class as a reference point for information about the rules of various HTML5 elements.

Namespace

Masterminds\HTML5

Code

const AUTOCLOSE_P = 16;