You are here

namespace Masterminds\HTML5 in Zircon Profile 8

Same name in other branches
  1. 8.0 Masterminds\HTML5
Classsort descending Location Description
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.