Home | History | Annotate | Download | only in html

Lines Matching full:reflect

22     [Reflect] attribute DOMString align;
23 [Reflect] attribute boolean allowFullscreen;
24 [Reflect] attribute DOMString frameBorder;
25 [Reflect] attribute DOMString height;
26 [Reflect, URL] attribute DOMString longDesc;
27 [Reflect, TreatNullAs=EmptyString] attribute DOMString marginHeight;
28 [Reflect, TreatNullAs=EmptyString] attribute DOMString marginWidth;
29 [Reflect] attribute DOMString name;
30 [Reflect, TreatNullAs=NullString] attribute DOMString sandbox;
31 [Reflect] attribute DOMString scrolling;
32 [Reflect, URL] attribute DOMString src;
33 [Reflect] attribute DOMString srcdoc;
34 [Reflect] attribute DOMString width;
44 [Reflect, RuntimeEnabled=SubresourceIntegrity] attribute DOMString integrity;