summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAsmir Mustafic <[email protected]>2018-10-08 19:53:38 +0200
committerAsmir Mustafic <[email protected]>2018-10-08 19:53:38 +0200
commiteccd1f35c6a4e072ca6be552089534ea3d4c20f8 (patch)
tree1a2e6087b4f4d822b8a16e7878a6d049793ca23f /src
parentc7c7657e3c2ef21053164992038015089ed7bf7e (diff)
audio is not a block tag
see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/audio
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 0e880e7..b45de89 100644
--- a/src/HTML5/Elements.php
+++ b/src/HTML5/Elements.php
@@ -83,7 +83,7 @@ class Elements
"area" => 9, // NORMAL | VOID_TAG
"article" => 81, // NORMAL | AUTOCLOSE_P | BLOCK_TAG
"aside" => 81, // NORMAL | AUTOCLOSE_P | BLOCK_TAG
- "audio" => 65, // NORMAL | BLOCK_TAG
+ "audio" => 1, // NORMAL
"b" => 1,
"base" => 9, // NORMAL | VOID_TAG
"bdi" => 1,