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

Unified Diff: lib/src/html5_setters.g.dart

Issue 11412285: New pub release - changes to comply with new SDK. (Closed) Base URL: git@github.com:dart-lang/dart-web-components.git@master
Patch Set: Created 8 years, 1 month 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/src/emitters.dart ('k') | lib/src/html5_utils.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/html5_setters.g.dart
diff --git a/lib/src/html5_setters.g.dart b/lib/src/html5_setters.g.dart
index 570db2e7c4ebc68bafffd2a05a494af9e0ad3f26..cd023d149af0a54b206425c860793a6927db89fd 100644
--- a/lib/src/html5_setters.g.dart
+++ b/lib/src/html5_setters.g.dart
@@ -1,7 +1,7 @@
// This file is autogenerated by build/gen_html_setters.sh. Do not edit.
library html5_setters;
var htmlElementFields = const {
- 'AnchorElement': const {
+ 'html.AnchorElement': const {
'charset': 'charset',
'coords': 'coords',
'download': 'download',
@@ -22,7 +22,7 @@ var htmlElementFields = const {
'target': 'target',
'type': 'type',
},
- 'AreaElement': const {
+ 'html.AreaElement': const {
'alt': 'alt',
'coords': 'coords',
'href': 'href',
@@ -31,21 +31,21 @@ var htmlElementFields = const {
'shape': 'shape',
'target': 'target',
},
- 'BRElement': const {
+ 'html.BRElement': const {
'clear': 'clear',
},
- 'BaseElement': const {
+ 'html.BaseElement': const {
'href': 'href',
'target': 'target',
},
- 'BodyElement': const {
+ 'html.BodyElement': const {
'alink': 'aLink',
'background': 'background',
'bgcolor': 'bgColor',
'link': 'link',
'vlink': 'vLink',
},
- 'ButtonElement': const {
+ 'html.ButtonElement': const {
'autofocus': 'autofocus',
'disabled': 'disabled',
'formaction': 'formAction',
@@ -57,24 +57,24 @@ var htmlElementFields = const {
'type': 'type',
'value': 'value',
},
- 'CanvasElement': const {
+ 'html.CanvasElement': const {
'height': 'height',
'width': 'width',
},
- 'DListElement': const {
+ 'html.DListElement': const {
'compact': 'compact',
},
- 'DetailsElement': const {
+ 'html.DetailsElement': const {
'open': 'open',
},
- 'Element': const {
+ 'html.Element': const {
'xtag': 'xtag',
'contenteditable': 'contentEditable',
'dir': 'dir',
'draggable': 'draggable',
'hidden': 'hidden',
'id': 'id',
- 'innerhtml': 'innerHTML',
+ 'innerhtml': 'innerHtml',
'lang': 'lang',
'spellcheck': 'spellcheck',
'tabindex': 'tabIndex',
@@ -84,7 +84,7 @@ var htmlElementFields = const {
'scrollleft': 'scrollLeft',
'scrolltop': 'scrollTop',
},
- 'EmbedElement': const {
+ 'html.EmbedElement': const {
'align': 'align',
'height': 'height',
'name': 'name',
@@ -92,11 +92,11 @@ var htmlElementFields = const {
'type': 'type',
'width': 'width',
},
- 'FieldSetElement': const {
+ 'html.FieldSetElement': const {
'disabled': 'disabled',
'name': 'name',
},
- 'FormElement': const {
+ 'html.FormElement': const {
'accept-charset': 'acceptCharset',
'action': 'action',
'autocomplete': 'autocomplete',
@@ -107,19 +107,19 @@ var htmlElementFields = const {
'novalidate': 'noValidate',
'target': 'target',
},
- 'HRElement': const {
+ 'html.HRElement': const {
'align': 'align',
'noshade': 'noShade',
'size': 'size',
'width': 'width',
},
- 'HeadElement': const {
+ 'html.HeadElement': const {
'profile': 'profile',
},
- 'HeadingElement': const {
+ 'html.HeadingElement': const {
'align': 'align',
},
- 'IFrameElement': const {
+ 'html.IFrameElement': const {
'align': 'align',
'frameborder': 'frameBorder',
'height': 'height',
@@ -133,7 +133,7 @@ var htmlElementFields = const {
'srcdoc': 'srcdoc',
'width': 'width',
},
- 'ImageElement': const {
+ 'html.ImageElement': const {
'align': 'align',
'alt': 'alt',
'border': 'border',
@@ -149,7 +149,7 @@ var htmlElementFields = const {
'vspace': 'vspace',
'width': 'width',
},
- 'InputElement': const {
+ 'html.InputElement': const {
'accept': 'accept',
'align': 'align',
'alt': 'alt',
@@ -194,24 +194,24 @@ var htmlElementFields = const {
'webkitdirectory': 'webkitdirectory',
'width': 'width',
},
- 'KeygenElement': const {
+ 'html.KeygenElement': const {
'autofocus': 'autofocus',
'challenge': 'challenge',
'disabled': 'disabled',
'keytype': 'keytype',
'name': 'name',
},
- 'LIElement': const {
+ 'html.LIElement': const {
'type': 'type',
'value': 'value',
},
- 'LabelElement': const {
+ 'html.LabelElement': const {
'for': 'htmlFor',
},
- 'LegendElement': const {
+ 'html.LegendElement': const {
'align': 'align',
},
- 'LinkElement': const {
+ 'html.LinkElement': const {
'charset': 'charset',
'disabled': 'disabled',
'href': 'href',
@@ -223,10 +223,10 @@ var htmlElementFields = const {
'target': 'target',
'type': 'type',
},
- 'MapElement': const {
+ 'html.MapElement': const {
'name': 'name',
},
- 'MediaElement': const {
+ 'html.MediaElement': const {
'autoplay': 'autoplay',
'controller': 'controller',
'controls': 'controls',
@@ -243,16 +243,13 @@ var htmlElementFields = const {
'webkitclosedcaptionsvisible': 'webkitClosedCaptionsVisible',
'webkitpreservespitch': 'webkitPreservesPitch',
},
- 'MenuElement': const {
- 'compact': 'compact',
- },
- 'MetaElement': const {
+ 'html.MetaElement': const {
'content': 'content',
'http-equiv': 'httpEquiv',
'name': 'name',
'scheme': 'scheme',
},
- 'MeterElement': const {
+ 'html.MeterElement': const {
'high': 'high',
'low': 'low',
'max': 'max',
@@ -260,17 +257,17 @@ var htmlElementFields = const {
'optimum': 'optimum',
'value': 'value',
},
- 'ModElement': const {
+ 'html.ModElement': const {
'cite': 'cite',
'datetime': 'dateTime',
},
- 'OListElement': const {
+ 'html.OListElement': const {
'compact': 'compact',
'reversed': 'reversed',
'start': 'start',
'type': 'type',
},
- 'ObjectElement': const {
+ 'html.ObjectElement': const {
'align': 'align',
'archive': 'archive',
'border': 'border',
@@ -288,44 +285,44 @@ var htmlElementFields = const {
'vspace': 'vspace',
'width': 'width',
},
- 'OptGroupElement': const {
+ 'html.OptGroupElement': const {
'disabled': 'disabled',
'label': 'label',
},
- 'OptionElement': const {
+ 'html.OptionElement': const {
'defaultselected': 'defaultSelected',
'disabled': 'disabled',
'label': 'label',
'selected': 'selected',
'value': 'value',
},
- 'OutputElement': const {
+ 'html.OutputElement': const {
'default': 'defaultValue',
'for': 'htmlFor',
'name': 'name',
'value': 'value',
},
- 'ParagraphElement': const {
+ 'html.ParagraphElement': const {
'align': 'align',
},
- 'ParamElement': const {
+ 'html.ParamElement': const {
'name': 'name',
'type': 'type',
'value': 'value',
'valuetype': 'valueType',
},
- 'PreElement': const {
+ 'html.PreElement': const {
'width': 'width',
'wrap': 'wrap',
},
- 'ProgressElement': const {
+ 'html.ProgressElement': const {
'max': 'max',
'value': 'value',
},
- 'QuoteElement': const {
+ 'html.QuoteElement': const {
'cite': 'cite',
},
- 'ScriptElement': const {
+ 'html.ScriptElement': const {
'async': 'async',
'charset': 'charset',
'crossorigin': 'crossOrigin',
@@ -335,7 +332,7 @@ var htmlElementFields = const {
'src': 'src',
'type': 'type',
},
- 'SelectElement': const {
+ 'html.SelectElement': const {
'autofocus': 'autofocus',
'disabled': 'disabled',
'length': 'length',
@@ -346,21 +343,21 @@ var htmlElementFields = const {
'size': 'size',
'value': 'value',
},
- 'SourceElement': const {
+ 'html.SourceElement': const {
'media': 'media',
'src': 'src',
'type': 'type',
},
- 'StyleElement': const {
+ 'html.StyleElement': const {
'disabled': 'disabled',
'media': 'media',
'scoped': 'scoped',
'type': 'type',
},
- 'TableCaptionElement': const {
+ 'html.TableCaptionElement': const {
'align': 'align',
},
- 'TableCellElement': const {
+ 'html.TableCellElement': const {
'abbr': 'abbr',
'align': 'align',
'axis': 'axis',
@@ -376,7 +373,7 @@ var htmlElementFields = const {
'valign': 'vAlign',
'width': 'width',
},
- 'TableColElement': const {
+ 'html.TableColElement': const {
'align': 'align',
'ch': 'ch',
'choff': 'chOff',
@@ -384,7 +381,7 @@ var htmlElementFields = const {
'valign': 'vAlign',
'width': 'width',
},
- 'TableElement': const {
+ 'html.TableElement': const {
'align': 'align',
'bgcolor': 'bgColor',
'border': 'border',
@@ -398,20 +395,20 @@ var htmlElementFields = const {
'thead': 'tHead',
'width': 'width',
},
- 'TableRowElement': const {
+ 'html.TableRowElement': const {
'align': 'align',
'bgcolor': 'bgColor',
'ch': 'ch',
'choff': 'chOff',
'valign': 'vAlign',
},
- 'TableSectionElement': const {
+ 'html.TableSectionElement': const {
'align': 'align',
'ch': 'ch',
'choff': 'chOff',
'valign': 'vAlign',
},
- 'TextAreaElement': const {
+ 'html.TextAreaElement': const {
'autofocus': 'autofocus',
'cols': 'cols',
'default': 'defaultValue',
@@ -429,17 +426,18 @@ var htmlElementFields = const {
'value': 'value',
'wrap': 'wrap',
},
- 'TrackElement': const {
+ 'html.TrackElement': const {
+ 'default': 'defaultValue',
'kind': 'kind',
'label': 'label',
'src': 'src',
'srclang': 'srclang',
},
- 'UListElement': const {
+ 'html.UListElement': const {
'compact': 'compact',
'type': 'type',
},
- 'VideoElement': const {
+ 'html.VideoElement': const {
'height': 'height',
'poster': 'poster',
'width': 'width',
@@ -447,64 +445,64 @@ var htmlElementFields = const {
};
var htmlElementExtends = const {
- 'AnchorElement': 'Element',
- 'AreaElement': 'Element',
- 'AudioElement': 'MediaElement',
- 'BRElement': 'Element',
- 'BaseElement': 'Element',
- 'BodyElement': 'Element',
- 'ButtonElement': 'Element',
- 'CanvasElement': 'Element',
- 'DListElement': 'Element',
- 'DataListElement': 'Element',
- 'DetailsElement': 'Element',
- 'DivElement': 'Element',
- 'EmbedElement': 'Element',
- 'FieldSetElement': 'Element',
- 'FormElement': 'Element',
- 'HRElement': 'Element',
- 'HeadElement': 'Element',
- 'HeadingElement': 'Element',
- 'HtmlElement': 'Element',
- 'IFrameElement': 'Element',
- 'ImageElement': 'Element',
- 'InputElement': 'Element',
- 'KeygenElement': 'Element',
- 'LIElement': 'Element',
- 'LabelElement': 'Element',
- 'LegendElement': 'Element',
- 'LinkElement': 'Element',
- 'MapElement': 'Element',
- 'MediaElement': 'Element',
- 'MenuElement': 'Element',
- 'MetaElement': 'Element',
- 'MeterElement': 'Element',
- 'ModElement': 'Element',
- 'OListElement': 'Element',
- 'ObjectElement': 'Element',
- 'OptGroupElement': 'Element',
- 'OptionElement': 'Element',
- 'OutputElement': 'Element',
- 'ParagraphElement': 'Element',
- 'ParamElement': 'Element',
- 'PreElement': 'Element',
- 'ProgressElement': 'Element',
- 'QuoteElement': 'Element',
- 'ScriptElement': 'Element',
- 'SelectElement': 'Element',
- 'SourceElement': 'Element',
- 'SpanElement': 'Element',
- 'StyleElement': 'Element',
- 'TableCaptionElement': 'Element',
- 'TableCellElement': 'Element',
- 'TableColElement': 'Element',
- 'TableElement': 'Element',
- 'TableRowElement': 'Element',
- 'TableSectionElement': 'Element',
- 'TextAreaElement': 'Element',
- 'TitleElement': 'Element',
- 'TrackElement': 'Element',
- 'UListElement': 'Element',
- 'UnknownElement': 'Element',
- 'VideoElement': 'MediaElement',
+ 'html.AnchorElement': 'html.Element',
+ 'html.AreaElement': 'html.Element',
+ 'web_audio.AudioElement': 'html.MediaElement',
+ 'html.BRElement': 'html.Element',
+ 'html.BaseElement': 'html.Element',
+ 'html.BodyElement': 'html.Element',
+ 'html.ButtonElement': 'html.Element',
+ 'html.CanvasElement': 'html.Element',
+ 'html.DListElement': 'html.Element',
+ 'html.DataListElement': 'html.Element',
+ 'html.DetailsElement': 'html.Element',
+ 'html.DivElement': 'html.Element',
+ 'html.EmbedElement': 'html.Element',
+ 'html.FieldSetElement': 'html.Element',
+ 'html.FormElement': 'html.Element',
+ 'html.HRElement': 'html.Element',
+ 'html.HeadElement': 'html.Element',
+ 'html.HeadingElement': 'html.Element',
+ 'html.HtmlElement': 'html.Element',
+ 'html.IFrameElement': 'html.Element',
+ 'html.ImageElement': 'html.Element',
+ 'html.InputElement': 'html.Element',
+ 'html.KeygenElement': 'html.Element',
+ 'html.LIElement': 'html.Element',
+ 'html.LabelElement': 'html.Element',
+ 'html.LegendElement': 'html.Element',
+ 'html.LinkElement': 'html.Element',
+ 'html.MapElement': 'html.Element',
+ 'html.MediaElement': 'html.Element',
+ 'html.MenuElement': 'html.Element',
+ 'html.MetaElement': 'html.Element',
+ 'html.MeterElement': 'html.Element',
+ 'html.ModElement': 'html.Element',
+ 'html.OListElement': 'html.Element',
+ 'html.ObjectElement': 'html.Element',
+ 'html.OptGroupElement': 'html.Element',
+ 'html.OptionElement': 'html.Element',
+ 'html.OutputElement': 'html.Element',
+ 'html.ParagraphElement': 'html.Element',
+ 'html.ParamElement': 'html.Element',
+ 'html.PreElement': 'html.Element',
+ 'html.ProgressElement': 'html.Element',
+ 'html.QuoteElement': 'html.Element',
+ 'html.ScriptElement': 'html.Element',
+ 'html.SelectElement': 'html.Element',
+ 'html.SourceElement': 'html.Element',
+ 'html.SpanElement': 'html.Element',
+ 'html.StyleElement': 'html.Element',
+ 'html.TableCaptionElement': 'html.Element',
+ 'html.TableCellElement': 'html.Element',
+ 'html.TableColElement': 'html.Element',
+ 'html.TableElement': 'html.Element',
+ 'html.TableRowElement': 'html.Element',
+ 'html.TableSectionElement': 'html.Element',
+ 'html.TextAreaElement': 'html.Element',
+ 'html.TitleElement': 'html.Element',
+ 'html.TrackElement': 'html.Element',
+ 'html.UListElement': 'html.Element',
+ 'html.UnknownElement': 'html.Element',
+ 'html.VideoElement': 'html.MediaElement',
};
« no previous file with comments | « lib/src/emitters.dart ('k') | lib/src/html5_utils.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698