Skip to content

Commit a6b1773

Browse files
committed
Merge pull request #110 from sylus/feature-html5-address
Correct address tag to reflect proper specification.
2 parents cb1ce51 + 1fad89c commit a6b1773

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/HTML5/Elements.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ class Elements
7979
public static $html5 = array(
8080
"a" => 1,
8181
"abbr" => 1,
82-
"address" => 89, // NORMAL | VOID_TAG | AUTOCLOSE_P | BLOCK_TAG
82+
"address" => 65, // NORMAL | BLOCK_TAG
8383
"area" => 9, // NORMAL | VOID_TAG
8484
"article" => 81, // NORMAL | AUTOCLOSE_P | BLOCK_TAG
8585
"aside" => 81, // NORMAL | AUTOCLOSE_P | BLOCK_TAG

0 commit comments

Comments
 (0)