mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01: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:
parent
e888b76534
commit
f83e1a34dc
4 changed files with 6 additions and 133 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue