We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb1ce51 commit 1fad89cCopy full SHA for 1fad89c
src/HTML5/Elements.php
@@ -79,7 +79,7 @@ class Elements
79
public static $html5 = array(
80
"a" => 1,
81
"abbr" => 1,
82
- "address" => 89, // NORMAL | VOID_TAG | AUTOCLOSE_P | BLOCK_TAG
+ "address" => 65, // NORMAL | BLOCK_TAG
83
"area" => 9, // NORMAL | VOID_TAG
84
"article" => 81, // NORMAL | AUTOCLOSE_P | BLOCK_TAG
85
"aside" => 81, // NORMAL | AUTOCLOSE_P | BLOCK_TAG
0 commit comments