| Index: client/dom/generated/src/interface/HTMLFormElement.dart
|
| diff --git a/client/dom/generated/src/interface/HTMLFormElement.dart b/client/dom/generated/src/interface/HTMLFormElement.dart
|
| deleted file mode 100644
|
| index f2b8cf0d88940ff187d623c86e2dfa7600db1adc..0000000000000000000000000000000000000000
|
| --- a/client/dom/generated/src/interface/HTMLFormElement.dart
|
| +++ /dev/null
|
| @@ -1,36 +0,0 @@
|
| -// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
|
| -// for details. All rights reserved. Use of this source code is governed by a
|
| -// BSD-style license that can be found in the LICENSE file.
|
| -
|
| -// WARNING: Do not edit - generated code.
|
| -
|
| -interface HTMLFormElement extends HTMLElement {
|
| -
|
| - String acceptCharset;
|
| -
|
| - String action;
|
| -
|
| - String autocomplete;
|
| -
|
| - final HTMLCollection elements;
|
| -
|
| - String encoding;
|
| -
|
| - String enctype;
|
| -
|
| - final int length;
|
| -
|
| - String method;
|
| -
|
| - String name;
|
| -
|
| - bool noValidate;
|
| -
|
| - String target;
|
| -
|
| - bool checkValidity();
|
| -
|
| - void reset();
|
| -
|
| - void submit();
|
| -}
|
|
|