| Index: client/dom/generated/src/interface/HTMLTableColElement.dart
|
| diff --git a/client/dom/generated/src/interface/HTMLTableColElement.dart b/client/dom/generated/src/interface/HTMLTableColElement.dart
|
| index 0623ad637099f38161d616cdb6043867d8bf2898..89ad2a2e6f8f263a7805a96a3331193fa170d54f 100644
|
| --- a/client/dom/generated/src/interface/HTMLTableColElement.dart
|
| +++ b/client/dom/generated/src/interface/HTMLTableColElement.dart
|
| @@ -6,27 +6,15 @@
|
|
|
| interface HTMLTableColElement extends HTMLElement {
|
|
|
| - String get align();
|
| + String align;
|
|
|
| - void set align(String value);
|
| + String ch;
|
|
|
| - String get ch();
|
| + String chOff;
|
|
|
| - void set ch(String value);
|
| + int span;
|
|
|
| - String get chOff();
|
| + String vAlign;
|
|
|
| - void set chOff(String value);
|
| -
|
| - int get span();
|
| -
|
| - void set span(int value);
|
| -
|
| - String get vAlign();
|
| -
|
| - void set vAlign(String value);
|
| -
|
| - String get width();
|
| -
|
| - void set width(String value);
|
| + String width;
|
| }
|
|
|