mirror of
https://github.com/Mibew/CanteenHTML5.git
synced 2025-02-05 13:34:42 +03:00
Merge pull request #7 from JustBlackBird/add_iframe
Add iframe to specification
This commit is contained in:
commit
19149925e6
@ -147,6 +147,13 @@ namespace Canteen\HTML5
|
|||||||
'width'
|
'width'
|
||||||
),
|
),
|
||||||
'i' => array(),
|
'i' => array(),
|
||||||
|
'iframe' => array(
|
||||||
|
'src',
|
||||||
|
'srcdoc',
|
||||||
|
'name',
|
||||||
|
'width',
|
||||||
|
'height'
|
||||||
|
),
|
||||||
'input' => array(
|
'input' => array(
|
||||||
'accept',
|
'accept',
|
||||||
'alt',
|
'alt',
|
||||||
|
Loading…
Reference in New Issue
Block a user