| Index: client/dom/generated/src/frog/HTMLObjectElement.dart
|
| diff --git a/client/dom/generated/src/frog/HTMLObjectElement.dart b/client/dom/generated/src/frog/HTMLObjectElement.dart
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..9d39304a2a6299dbee3e401438fc1329e065b468
|
| --- /dev/null
|
| +++ b/client/dom/generated/src/frog/HTMLObjectElement.dart
|
| @@ -0,0 +1,49 @@
|
| +
|
| +class HTMLObjectElement extends HTMLElement native "HTMLObjectElement" {
|
| +
|
| + String align;
|
| +
|
| + String archive;
|
| +
|
| + String border;
|
| +
|
| + String code;
|
| +
|
| + String codeBase;
|
| +
|
| + String codeType;
|
| +
|
| + Document contentDocument;
|
| +
|
| + String data;
|
| +
|
| + bool declare;
|
| +
|
| + HTMLFormElement form;
|
| +
|
| + String height;
|
| +
|
| + int hspace;
|
| +
|
| + String name;
|
| +
|
| + String standby;
|
| +
|
| + String type;
|
| +
|
| + String useMap;
|
| +
|
| + String validationMessage;
|
| +
|
| + ValidityState validity;
|
| +
|
| + int vspace;
|
| +
|
| + String width;
|
| +
|
| + bool willValidate;
|
| +
|
| + bool checkValidity() native;
|
| +
|
| + void setCustomValidity(String error) native;
|
| +}
|
|
|