width property
The width property of the HTMLEmbedElement interface returns a
string that reflects the width attribute of the embed element,
indicating the displayed width of the resource in CSS pixels.
Implementation
external String get width;
Implementation
external set width(String value);