Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(592)

Unified Diff: lib/dom/dom.dart

Issue 10824326: Enable (HTML)DataListElement (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lib/dom/dart2js/dom_dart2js.dart ('k') | lib/dom/scripts/fremontcutbuilder.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/dom/dom.dart
diff --git a/lib/dom/dom.dart b/lib/dom/dom.dart
index fb73853f1086bcebfdde2297c0938e3c0b75e35f..9ac87f17cfea2358849e0c8e55c634c9026e808a 100644
--- a/lib/dom/dom.dart
+++ b/lib/dom/dom.dart
@@ -3511,6 +3511,16 @@ interface HTMLDListElement extends HTMLElement {
// WARNING: Do not edit - generated code.
+interface HTMLDataListElement extends HTMLElement {
+
+ final HTMLCollection options;
+}
+// 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 HTMLDetailsElement extends HTMLElement {
bool open;
@@ -3971,6 +3981,8 @@ interface HTMLInputElement extends HTMLElement {
final NodeList labels;
+ 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
+
String max;
int maxLength;
« no previous file with comments | « lib/dom/dart2js/dom_dart2js.dart ('k') | lib/dom/scripts/fremontcutbuilder.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698