mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Add CEReactions where needed
This commit is contained in:
parent
438191e0b2
commit
2460997ee1
100 changed files with 1025 additions and 979 deletions
|
@ -5,15 +5,23 @@
|
|||
// https://html.spec.whatwg.org/multipage/#htmlframeelement
|
||||
[HTMLConstructor]
|
||||
interface HTMLFrameElement : HTMLElement {
|
||||
// attribute DOMString name;
|
||||
// attribute DOMString scrolling;
|
||||
// attribute DOMString src;
|
||||
// attribute DOMString frameBorder;
|
||||
// attribute DOMString longDesc;
|
||||
// attribute boolean noResize;
|
||||
//readonly attribute Document? contentDocument;
|
||||
//readonly attribute WindowProxy? contentWindow;
|
||||
// [CEReactions]
|
||||
// attribute DOMString name;
|
||||
// [CEReactions]
|
||||
// attribute DOMString scrolling;
|
||||
// [CEReactions]
|
||||
// attribute DOMString src;
|
||||
// [CEReactions]
|
||||
// attribute DOMString frameBorder;
|
||||
// [CEReactions]
|
||||
// attribute DOMString longDesc;
|
||||
// [CEReactions]
|
||||
// attribute boolean noResize;
|
||||
// readonly attribute Document? contentDocument;
|
||||
// readonly attribute WindowProxy? contentWindow;
|
||||
|
||||
//[TreatNullAs=EmptyString] attribute DOMString marginHeight;
|
||||
//[TreatNullAs=EmptyString] attribute DOMString marginWidth;
|
||||
// [CEReactions, TreatNullAs=EmptyString]
|
||||
// attribute DOMString marginHeight;
|
||||
// [CEReactions, TreatNullAs=EmptyString]
|
||||
// attribute DOMString marginWidth;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue