Add iframe to specification

This commit is contained in:
Dmitriy Simushev 2014-12-25 14:26:27 +00:00
parent 76c68ac05e
commit 9e874d95f6

View File

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