implement missing steps for complete api

This commit is contained in:
nupurbaghel 2018-09-19 19:01:43 +00:00
parent df2adebefd
commit 7ab5df1106
10 changed files with 37 additions and 242 deletions

View file

@ -9,8 +9,8 @@ interface HTMLImageElement : HTMLElement {
attribute DOMString alt;
[CEReactions]
attribute DOMString src;
// [CEReactions]
// attribute DOMString srcset;
[CEReactions]
attribute DOMString srcset;
[CEReactions]
attribute DOMString? crossOrigin;
[CEReactions]