summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMatt Farina <[email protected]>2016-05-10 09:48:23 -0400
committerMatt Farina <[email protected]>2016-05-10 09:48:23 -0400
commita6b1773f2ff6dad6c89fb3603d4d0d3970c53eed (patch)
tree08e1fa96146cc69b5a73df21804f2e4176507658 /src
parentcb1ce51f817af9bbf400c88e8dcebcbf9a097077 (diff)
parent1fad89c7bc98b2e5f28b1e163fd1e62a6d8a67e3 (diff)
Merge pull request #110 from sylus/feature-html5-address
Correct address tag to reflect proper specification.
Diffstat (limited to 'src')
-rw-r--r--src/HTML5/Elements.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/HTML5/Elements.php b/src/HTML5/Elements.php
index d105343..0e880e7 100644
--- a/src/HTML5/Elements.php
+++ b/src/HTML5/Elements.php
@@ -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