In strict mode the parser throws exceptions for self-closing elements with a space before the closing slash: `(new Dom)->setOptions(['strict' => true])->load('<br />');` `Tag 'br' is not self closing! (character #5)`