mirror of
https://github.com/servo/servo
synced 2026-04-28 02:19:14 +02:00
script: Implement the width and height attributes for iframes per
HTML5 § 4.8.6. Improves Amazon and Ars Technica.
This commit is contained in:
@@ -12,8 +12,8 @@ interface HTMLIFrameElement : HTMLElement {
|
||||
attribute DOMString sandbox;
|
||||
// attribute boolean seamless;
|
||||
// attribute boolean allowFullscreen;
|
||||
// attribute DOMString width;
|
||||
// attribute DOMString height;
|
||||
attribute DOMString width;
|
||||
attribute DOMString height;
|
||||
readonly attribute Document? contentDocument;
|
||||
//readonly attribute WindowProxy? contentWindow;
|
||||
readonly attribute Window? contentWindow;
|
||||
|
||||
Reference in New Issue
Block a user