mirror of
https://github.com/Mibew/CanteenHTML5.git
synced 2025-02-05 13:34:42 +03:00
Add iframe to specification
This commit is contained in:
parent
76c68ac05e
commit
9e874d95f6
@ -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