mirror of
https://github.com/servo/servo
synced 2026-04-28 10:27:40 +02:00
script: Implement the frameBorder attribute on HTMLIFrameElement.
google.com uses this for the "set Google as your home page" popup.
This commit is contained in:
@@ -23,7 +23,7 @@ interface HTMLIFrameElement : HTMLElement {
|
||||
partial interface HTMLIFrameElement {
|
||||
// attribute DOMString align;
|
||||
// attribute DOMString scrolling;
|
||||
// attribute DOMString frameBorder;
|
||||
attribute DOMString frameBorder;
|
||||
// attribute DOMString longDesc;
|
||||
|
||||
//[TreatNullAs=EmptyString] attribute DOMString marginHeight;
|
||||
|
||||
Reference in New Issue
Block a user