Merge pull request #7 from JustBlackBird/add_iframe

Add iframe to specification
This commit is contained in:
Matt Karl 2014-12-26 09:07:53 -05:00
commit 19149925e6

View File

@ -147,6 +147,13 @@ namespace Canteen\HTML5
'width'
),
'i' => array(),
'iframe' => array(
'src',
'srcdoc',
'name',
'width',
'height'
),
'input' => array(
'accept',
'alt',