namespace Masterminds\HTML5
Object name | File name | Summary |
---|---|---|
Elements | vendor/masterminds/html5/src/HTML5/Elements.php | 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. |
Entities | vendor/masterminds/html5/src/HTML5/Entities.php | Entity lookup tables. This class is automatically generated. |
Exception | vendor/masterminds/html5/src/HTML5/Exception.php | The base exception for the HTML5 project. |
InstructionProcessor | vendor/masterminds/html5/src/HTML5/InstructionProcessor.php | Provide an processor to handle embedded instructions. |