You are here

protected property DOMTreeBuilder::$quirks in Zircon Profile 8

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

Quirks mode is enabled by default. Any document that is missing the DT will be considered to be in quirks mode.

File

vendor/masterminds/html5/src/HTML5/Parser/DOMTreeBuilder.php, line 158

Class

DOMTreeBuilder
Create an HTML5 DOM tree from events.

Namespace

Masterminds\HTML5\Parser

Code

protected $quirks = true;