Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 #library('dart:dom_deprecated'); | 1 #library('dart:dom_deprecated'); |
| 2 | 2 |
| 3 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 4 // for details. All rights reserved. Use of this source code is governed by a | 4 // for details. All rights reserved. Use of this source code is governed by a |
| 5 // BSD-style license that can be found in the LICENSE file. | 5 // BSD-style license that can be found in the LICENSE file. |
| 6 | 6 |
| 7 // DO NOT EDIT | 7 // DO NOT EDIT |
| 8 // Auto-generated Dart DOM library with no implementation. | 8 // Auto-generated Dart DOM library with no implementation. |
| 9 | 9 |
| 10 | 10 |
| (...skipping 3493 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 3504 interface HTMLDListElement extends HTMLElement { | 3504 interface HTMLDListElement extends HTMLElement { |
| 3505 | 3505 |
| 3506 bool compact; | 3506 bool compact; |
| 3507 } | 3507 } |
| 3508 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3508 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3509 // for details. All rights reserved. Use of this source code is governed by a | 3509 // for details. All rights reserved. Use of this source code is governed by a |
| 3510 // BSD-style license that can be found in the LICENSE file. | 3510 // BSD-style license that can be found in the LICENSE file. |
| 3511 | 3511 |
| 3512 // WARNING: Do not edit - generated code. | 3512 // WARNING: Do not edit - generated code. |
| 3513 | 3513 |
| 3514 interface HTMLDataListElement extends HTMLElement { | |
| 3515 | |
| 3516 final HTMLCollection options; | |
| 3517 } | |
| 3518 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | |
| 3519 // for details. All rights reserved. Use of this source code is governed by a | |
| 3520 // BSD-style license that can be found in the LICENSE file. | |
| 3521 | |
| 3522 // WARNING: Do not edit - generated code. | |
| 3523 | |
| 3514 interface HTMLDetailsElement extends HTMLElement { | 3524 interface HTMLDetailsElement extends HTMLElement { |
| 3515 | 3525 |
| 3516 bool open; | 3526 bool open; |
| 3517 } | 3527 } |
| 3518 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 3528 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 3519 // for details. All rights reserved. Use of this source code is governed by a | 3529 // for details. All rights reserved. Use of this source code is governed by a |
| 3520 // BSD-style license that can be found in the LICENSE file. | 3530 // BSD-style license that can be found in the LICENSE file. |
| 3521 | 3531 |
| 3522 // WARNING: Do not edit - generated code. | 3532 // WARNING: Do not edit - generated code. |
| 3523 | 3533 |
| (...skipping 440 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 3964 String formTarget; | 3974 String formTarget; |
| 3965 | 3975 |
| 3966 int height; | 3976 int height; |
| 3967 | 3977 |
| 3968 bool incremental; | 3978 bool incremental; |
| 3969 | 3979 |
| 3970 bool indeterminate; | 3980 bool indeterminate; |
| 3971 | 3981 |
| 3972 final NodeList labels; | 3982 final NodeList labels; |
| 3973 | 3983 |
| 3984 final HTMLElement list; | |
|
Emily Fortuna
2012/08/16 17:45:05
Just to be sure -- we want this to be HTMLElement
sra1
2012/08/16 18:49:54
This file, 'dom.dart', is what remains of the stra
| |
| 3985 | |
| 3974 String max; | 3986 String max; |
| 3975 | 3987 |
| 3976 int maxLength; | 3988 int maxLength; |
| 3977 | 3989 |
| 3978 String min; | 3990 String min; |
| 3979 | 3991 |
| 3980 bool multiple; | 3992 bool multiple; |
| 3981 | 3993 |
| 3982 String name; | 3994 String name; |
| 3983 | 3995 |
| (...skipping 9088 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 13072 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 13084 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 13073 // for details. All rights reserved. Use of this source code is governed by a | 13085 // for details. All rights reserved. Use of this source code is governed by a |
| 13074 // BSD-style license that can be found in the LICENSE file. | 13086 // BSD-style license that can be found in the LICENSE file. |
| 13075 | 13087 |
| 13076 Window get window() => _dummy(); | 13088 Window get window() => _dummy(); |
| 13077 | 13089 |
| 13078 // TODO(vsm): Remove when prefixes are supported. | 13090 // TODO(vsm): Remove when prefixes are supported. |
| 13079 Window get dom_window() => _dummy(); | 13091 Window get dom_window() => _dummy(); |
| 13080 | 13092 |
| 13081 Document get document() => _dummy(); | 13093 Document get document() => _dummy(); |
| OLD | NEW |