summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/HTML5/Elements.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/HTML5/Elements.php b/src/HTML5/Elements.php
index 429dbbf..ded371d 100644
--- a/src/HTML5/Elements.php
+++ b/src/HTML5/Elements.php
@@ -148,6 +148,7 @@ class Elements {
'bgsound' => 8, // UNARY_TAG
'noframes' => 2, // RAW_TEXT
'frame' => 9, // NORMAL | UNARY_TAG
+ 'frameset' => 1,
'center' => 16, 'dir' => 16, 'listing' => 16, // AUTOCLOSE_P
'plaintext' => 48, // AUTOCLOSE_P | TEXT_PLAINTEXT
'applet' => 0,