WebIDLpedia

HTMLFencedFrameElement interface

Definition

Fenced Frame defines HTMLFencedFrameElement

[Exposed=Window]
interface HTMLFencedFrameElement : HTMLElement {
  [HTMLConstructor] constructor();

  [CEReactions] attribute FencedFrameConfig? config;
  [CEReactions] attribute DOMString width;
  [CEReactions] attribute DOMString height;
  [CEReactions] attribute DOMString allow;
};

Methods and attributes that return objects implementing HTMLFencedFrameElement