summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMatt Farina <[email protected]>2013-04-29 15:50:36 -0500
committerMatt Farina <[email protected]>2013-04-29 15:50:36 -0500
commitddca26307a6aae80aeaf52c7e77e2425fd10054c (patch)
treedd95083876f52677b548c85107a543351b341c5e /src
parent56d9b965f6d81f540a75786fae3800fc513985d6 (diff)
I feel dirty. Added frameset tag.
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,