Skip to content

Commit

Permalink
Merge pull request #110 from sylus/feature-html5-address
Browse files Browse the repository at this point in the history
Correct address tag to reflect proper specification.
  • Loading branch information
mattfarina committed May 10, 2016
2 parents cb1ce51 + 1fad89c commit a6b1773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HTML5/Elements.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ class Elements
public static $html5 = array(
"a" => 1,
"abbr" => 1,
"address" => 89, // NORMAL | VOID_TAG | AUTOCLOSE_P | BLOCK_TAG
"address" => 65, // NORMAL | BLOCK_TAG
"area" => 9, // NORMAL | VOID_TAG
"article" => 81, // NORMAL | AUTOCLOSE_P | BLOCK_TAG
"aside" => 81, // NORMAL | AUTOCLOSE_P | BLOCK_TAG
Expand Down

0 comments on commit a6b1773

Please sign in to comment.