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

Side by Side 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 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 unified diff | Download patch
« no previous file with comments | « lib/src/emitters.dart ('k') | lib/src/html5_utils.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // This file is autogenerated by build/gen_html_setters.sh. Do not edit. 1 // This file is autogenerated by build/gen_html_setters.sh. Do not edit.
2 library html5_setters; 2 library html5_setters;
3 var htmlElementFields = const { 3 var htmlElementFields = const {
4 'AnchorElement': const { 4 'html.AnchorElement': const {
5 'charset': 'charset', 5 'charset': 'charset',
6 'coords': 'coords', 6 'coords': 'coords',
7 'download': 'download', 7 'download': 'download',
8 'hash': 'hash', 8 'hash': 'hash',
9 'host': 'host', 9 'host': 'host',
10 'hostname': 'hostname', 10 'hostname': 'hostname',
11 'href': 'href', 11 'href': 'href',
12 'hreflang': 'hreflang', 12 'hreflang': 'hreflang',
13 'name': 'name', 13 'name': 'name',
14 'pathname': 'pathname', 14 'pathname': 'pathname',
15 'ping': 'ping', 15 'ping': 'ping',
16 'port': 'port', 16 'port': 'port',
17 'protocol': 'protocol', 17 'protocol': 'protocol',
18 'rel': 'rel', 18 'rel': 'rel',
19 'rev': 'rev', 19 'rev': 'rev',
20 'search': 'search', 20 'search': 'search',
21 'shape': 'shape', 21 'shape': 'shape',
22 'target': 'target', 22 'target': 'target',
23 'type': 'type', 23 'type': 'type',
24 }, 24 },
25 'AreaElement': const { 25 'html.AreaElement': const {
26 'alt': 'alt', 26 'alt': 'alt',
27 'coords': 'coords', 27 'coords': 'coords',
28 'href': 'href', 28 'href': 'href',
29 'nohref': 'noHref', 29 'nohref': 'noHref',
30 'ping': 'ping', 30 'ping': 'ping',
31 'shape': 'shape', 31 'shape': 'shape',
32 'target': 'target', 32 'target': 'target',
33 }, 33 },
34 'BRElement': const { 34 'html.BRElement': const {
35 'clear': 'clear', 35 'clear': 'clear',
36 }, 36 },
37 'BaseElement': const { 37 'html.BaseElement': const {
38 'href': 'href', 38 'href': 'href',
39 'target': 'target', 39 'target': 'target',
40 }, 40 },
41 'BodyElement': const { 41 'html.BodyElement': const {
42 'alink': 'aLink', 42 'alink': 'aLink',
43 'background': 'background', 43 'background': 'background',
44 'bgcolor': 'bgColor', 44 'bgcolor': 'bgColor',
45 'link': 'link', 45 'link': 'link',
46 'vlink': 'vLink', 46 'vlink': 'vLink',
47 }, 47 },
48 'ButtonElement': const { 48 'html.ButtonElement': const {
49 'autofocus': 'autofocus', 49 'autofocus': 'autofocus',
50 'disabled': 'disabled', 50 'disabled': 'disabled',
51 'formaction': 'formAction', 51 'formaction': 'formAction',
52 'formenctype': 'formEnctype', 52 'formenctype': 'formEnctype',
53 'formmethod': 'formMethod', 53 'formmethod': 'formMethod',
54 'formnovalidate': 'formNoValidate', 54 'formnovalidate': 'formNoValidate',
55 'formtarget': 'formTarget', 55 'formtarget': 'formTarget',
56 'name': 'name', 56 'name': 'name',
57 'type': 'type', 57 'type': 'type',
58 'value': 'value', 58 'value': 'value',
59 }, 59 },
60 'CanvasElement': const { 60 'html.CanvasElement': const {
61 'height': 'height', 61 'height': 'height',
62 'width': 'width', 62 'width': 'width',
63 }, 63 },
64 'DListElement': const { 64 'html.DListElement': const {
65 'compact': 'compact', 65 'compact': 'compact',
66 }, 66 },
67 'DetailsElement': const { 67 'html.DetailsElement': const {
68 'open': 'open', 68 'open': 'open',
69 }, 69 },
70 'Element': const { 70 'html.Element': const {
71 'xtag': 'xtag', 71 'xtag': 'xtag',
72 'contenteditable': 'contentEditable', 72 'contenteditable': 'contentEditable',
73 'dir': 'dir', 73 'dir': 'dir',
74 'draggable': 'draggable', 74 'draggable': 'draggable',
75 'hidden': 'hidden', 75 'hidden': 'hidden',
76 'id': 'id', 76 'id': 'id',
77 'innerhtml': 'innerHTML', 77 'innerhtml': 'innerHtml',
78 'lang': 'lang', 78 'lang': 'lang',
79 'spellcheck': 'spellcheck', 79 'spellcheck': 'spellcheck',
80 'tabindex': 'tabIndex', 80 'tabindex': 'tabIndex',
81 'title': 'title', 81 'title': 'title',
82 'translate': 'translate', 82 'translate': 'translate',
83 'dropzone': 'webkitdropzone', 83 'dropzone': 'webkitdropzone',
84 'scrollleft': 'scrollLeft', 84 'scrollleft': 'scrollLeft',
85 'scrolltop': 'scrollTop', 85 'scrolltop': 'scrollTop',
86 }, 86 },
87 'EmbedElement': const { 87 'html.EmbedElement': const {
88 'align': 'align', 88 'align': 'align',
89 'height': 'height', 89 'height': 'height',
90 'name': 'name', 90 'name': 'name',
91 'src': 'src', 91 'src': 'src',
92 'type': 'type', 92 'type': 'type',
93 'width': 'width', 93 'width': 'width',
94 }, 94 },
95 'FieldSetElement': const { 95 'html.FieldSetElement': const {
96 'disabled': 'disabled', 96 'disabled': 'disabled',
97 'name': 'name', 97 'name': 'name',
98 }, 98 },
99 'FormElement': const { 99 'html.FormElement': const {
100 'accept-charset': 'acceptCharset', 100 'accept-charset': 'acceptCharset',
101 'action': 'action', 101 'action': 'action',
102 'autocomplete': 'autocomplete', 102 'autocomplete': 'autocomplete',
103 'encoding': 'encoding', 103 'encoding': 'encoding',
104 'enctype': 'enctype', 104 'enctype': 'enctype',
105 'method': 'method', 105 'method': 'method',
106 'name': 'name', 106 'name': 'name',
107 'novalidate': 'noValidate', 107 'novalidate': 'noValidate',
108 'target': 'target', 108 'target': 'target',
109 }, 109 },
110 'HRElement': const { 110 'html.HRElement': const {
111 'align': 'align', 111 'align': 'align',
112 'noshade': 'noShade', 112 'noshade': 'noShade',
113 'size': 'size', 113 'size': 'size',
114 'width': 'width', 114 'width': 'width',
115 }, 115 },
116 'HeadElement': const { 116 'html.HeadElement': const {
117 'profile': 'profile', 117 'profile': 'profile',
118 }, 118 },
119 'HeadingElement': const { 119 'html.HeadingElement': const {
120 'align': 'align', 120 'align': 'align',
121 }, 121 },
122 'IFrameElement': const { 122 'html.IFrameElement': const {
123 'align': 'align', 123 'align': 'align',
124 'frameborder': 'frameBorder', 124 'frameborder': 'frameBorder',
125 'height': 'height', 125 'height': 'height',
126 'longdesc': 'longDesc', 126 'longdesc': 'longDesc',
127 'marginheight': 'marginHeight', 127 'marginheight': 'marginHeight',
128 'marginwidth': 'marginWidth', 128 'marginwidth': 'marginWidth',
129 'name': 'name', 129 'name': 'name',
130 'sandbox': 'sandbox', 130 'sandbox': 'sandbox',
131 'scrolling': 'scrolling', 131 'scrolling': 'scrolling',
132 'src': 'src', 132 'src': 'src',
133 'srcdoc': 'srcdoc', 133 'srcdoc': 'srcdoc',
134 'width': 'width', 134 'width': 'width',
135 }, 135 },
136 'ImageElement': const { 136 'html.ImageElement': const {
137 'align': 'align', 137 'align': 'align',
138 'alt': 'alt', 138 'alt': 'alt',
139 'border': 'border', 139 'border': 'border',
140 'crossorigin': 'crossOrigin', 140 'crossorigin': 'crossOrigin',
141 'height': 'height', 141 'height': 'height',
142 'hspace': 'hspace', 142 'hspace': 'hspace',
143 'ismap': 'isMap', 143 'ismap': 'isMap',
144 'longdesc': 'longDesc', 144 'longdesc': 'longDesc',
145 'lowsrc': 'lowsrc', 145 'lowsrc': 'lowsrc',
146 'name': 'name', 146 'name': 'name',
147 'src': 'src', 147 'src': 'src',
148 'usemap': 'useMap', 148 'usemap': 'useMap',
149 'vspace': 'vspace', 149 'vspace': 'vspace',
150 'width': 'width', 150 'width': 'width',
151 }, 151 },
152 'InputElement': const { 152 'html.InputElement': const {
153 'accept': 'accept', 153 'accept': 'accept',
154 'align': 'align', 154 'align': 'align',
155 'alt': 'alt', 155 'alt': 'alt',
156 'autocomplete': 'autocomplete', 156 'autocomplete': 'autocomplete',
157 'autofocus': 'autofocus', 157 'autofocus': 'autofocus',
158 'checked': 'checked', 158 'checked': 'checked',
159 'defaultchecked': 'defaultChecked', 159 'defaultchecked': 'defaultChecked',
160 'default': 'defaultValue', 160 'default': 'defaultValue',
161 'dirname': 'dirName', 161 'dirname': 'dirName',
162 'disabled': 'disabled', 162 'disabled': 'disabled',
(...skipping 24 matching lines...) Expand all
187 'type': 'type', 187 'type': 'type',
188 'usemap': 'useMap', 188 'usemap': 'useMap',
189 'value': 'value', 189 'value': 'value',
190 'valueasdate': 'valueAsDate', 190 'valueasdate': 'valueAsDate',
191 'valueasnumber': 'valueAsNumber', 191 'valueasnumber': 'valueAsNumber',
192 'webkitgrammar': 'webkitGrammar', 192 'webkitgrammar': 'webkitGrammar',
193 'webkitspeech': 'webkitSpeech', 193 'webkitspeech': 'webkitSpeech',
194 'webkitdirectory': 'webkitdirectory', 194 'webkitdirectory': 'webkitdirectory',
195 'width': 'width', 195 'width': 'width',
196 }, 196 },
197 'KeygenElement': const { 197 'html.KeygenElement': const {
198 'autofocus': 'autofocus', 198 'autofocus': 'autofocus',
199 'challenge': 'challenge', 199 'challenge': 'challenge',
200 'disabled': 'disabled', 200 'disabled': 'disabled',
201 'keytype': 'keytype', 201 'keytype': 'keytype',
202 'name': 'name', 202 'name': 'name',
203 }, 203 },
204 'LIElement': const { 204 'html.LIElement': const {
205 'type': 'type', 205 'type': 'type',
206 'value': 'value', 206 'value': 'value',
207 }, 207 },
208 'LabelElement': const { 208 'html.LabelElement': const {
209 'for': 'htmlFor', 209 'for': 'htmlFor',
210 }, 210 },
211 'LegendElement': const { 211 'html.LegendElement': const {
212 'align': 'align', 212 'align': 'align',
213 }, 213 },
214 'LinkElement': const { 214 'html.LinkElement': const {
215 'charset': 'charset', 215 'charset': 'charset',
216 'disabled': 'disabled', 216 'disabled': 'disabled',
217 'href': 'href', 217 'href': 'href',
218 'hreflang': 'hreflang', 218 'hreflang': 'hreflang',
219 'media': 'media', 219 'media': 'media',
220 'rel': 'rel', 220 'rel': 'rel',
221 'rev': 'rev', 221 'rev': 'rev',
222 'sizes': 'sizes', 222 'sizes': 'sizes',
223 'target': 'target', 223 'target': 'target',
224 'type': 'type', 224 'type': 'type',
225 }, 225 },
226 'MapElement': const { 226 'html.MapElement': const {
227 'name': 'name', 227 'name': 'name',
228 }, 228 },
229 'MediaElement': const { 229 'html.MediaElement': const {
230 'autoplay': 'autoplay', 230 'autoplay': 'autoplay',
231 'controller': 'controller', 231 'controller': 'controller',
232 'controls': 'controls', 232 'controls': 'controls',
233 'currenttime': 'currentTime', 233 'currenttime': 'currentTime',
234 'defaultmuted': 'defaultMuted', 234 'defaultmuted': 'defaultMuted',
235 'defaultplaybackrate': 'defaultPlaybackRate', 235 'defaultplaybackrate': 'defaultPlaybackRate',
236 'loop': 'loop', 236 'loop': 'loop',
237 'mediagroup': 'mediaGroup', 237 'mediagroup': 'mediaGroup',
238 'muted': 'muted', 238 'muted': 'muted',
239 'playbackrate': 'playbackRate', 239 'playbackrate': 'playbackRate',
240 'preload': 'preload', 240 'preload': 'preload',
241 'src': 'src', 241 'src': 'src',
242 'volume': 'volume', 242 'volume': 'volume',
243 'webkitclosedcaptionsvisible': 'webkitClosedCaptionsVisible', 243 'webkitclosedcaptionsvisible': 'webkitClosedCaptionsVisible',
244 'webkitpreservespitch': 'webkitPreservesPitch', 244 'webkitpreservespitch': 'webkitPreservesPitch',
245 }, 245 },
246 'MenuElement': const { 246 'html.MetaElement': const {
247 'compact': 'compact',
248 },
249 'MetaElement': const {
250 'content': 'content', 247 'content': 'content',
251 'http-equiv': 'httpEquiv', 248 'http-equiv': 'httpEquiv',
252 'name': 'name', 249 'name': 'name',
253 'scheme': 'scheme', 250 'scheme': 'scheme',
254 }, 251 },
255 'MeterElement': const { 252 'html.MeterElement': const {
256 'high': 'high', 253 'high': 'high',
257 'low': 'low', 254 'low': 'low',
258 'max': 'max', 255 'max': 'max',
259 'min': 'min', 256 'min': 'min',
260 'optimum': 'optimum', 257 'optimum': 'optimum',
261 'value': 'value', 258 'value': 'value',
262 }, 259 },
263 'ModElement': const { 260 'html.ModElement': const {
264 'cite': 'cite', 261 'cite': 'cite',
265 'datetime': 'dateTime', 262 'datetime': 'dateTime',
266 }, 263 },
267 'OListElement': const { 264 'html.OListElement': const {
268 'compact': 'compact', 265 'compact': 'compact',
269 'reversed': 'reversed', 266 'reversed': 'reversed',
270 'start': 'start', 267 'start': 'start',
271 'type': 'type', 268 'type': 'type',
272 }, 269 },
273 'ObjectElement': const { 270 'html.ObjectElement': const {
274 'align': 'align', 271 'align': 'align',
275 'archive': 'archive', 272 'archive': 'archive',
276 'border': 'border', 273 'border': 'border',
277 'code': 'code', 274 'code': 'code',
278 'codebase': 'codeBase', 275 'codebase': 'codeBase',
279 'codetype': 'codeType', 276 'codetype': 'codeType',
280 'data': 'data', 277 'data': 'data',
281 'declare': 'declare', 278 'declare': 'declare',
282 'height': 'height', 279 'height': 'height',
283 'hspace': 'hspace', 280 'hspace': 'hspace',
284 'name': 'name', 281 'name': 'name',
285 'standby': 'standby', 282 'standby': 'standby',
286 'type': 'type', 283 'type': 'type',
287 'usemap': 'useMap', 284 'usemap': 'useMap',
288 'vspace': 'vspace', 285 'vspace': 'vspace',
289 'width': 'width', 286 'width': 'width',
290 }, 287 },
291 'OptGroupElement': const { 288 'html.OptGroupElement': const {
292 'disabled': 'disabled', 289 'disabled': 'disabled',
293 'label': 'label', 290 'label': 'label',
294 }, 291 },
295 'OptionElement': const { 292 'html.OptionElement': const {
296 'defaultselected': 'defaultSelected', 293 'defaultselected': 'defaultSelected',
297 'disabled': 'disabled', 294 'disabled': 'disabled',
298 'label': 'label', 295 'label': 'label',
299 'selected': 'selected', 296 'selected': 'selected',
300 'value': 'value', 297 'value': 'value',
301 }, 298 },
302 'OutputElement': const { 299 'html.OutputElement': const {
303 'default': 'defaultValue', 300 'default': 'defaultValue',
304 'for': 'htmlFor', 301 'for': 'htmlFor',
305 'name': 'name', 302 'name': 'name',
306 'value': 'value', 303 'value': 'value',
307 }, 304 },
308 'ParagraphElement': const { 305 'html.ParagraphElement': const {
309 'align': 'align', 306 'align': 'align',
310 }, 307 },
311 'ParamElement': const { 308 'html.ParamElement': const {
312 'name': 'name', 309 'name': 'name',
313 'type': 'type', 310 'type': 'type',
314 'value': 'value', 311 'value': 'value',
315 'valuetype': 'valueType', 312 'valuetype': 'valueType',
316 }, 313 },
317 'PreElement': const { 314 'html.PreElement': const {
318 'width': 'width', 315 'width': 'width',
319 'wrap': 'wrap', 316 'wrap': 'wrap',
320 }, 317 },
321 'ProgressElement': const { 318 'html.ProgressElement': const {
322 'max': 'max', 319 'max': 'max',
323 'value': 'value', 320 'value': 'value',
324 }, 321 },
325 'QuoteElement': const { 322 'html.QuoteElement': const {
326 'cite': 'cite', 323 'cite': 'cite',
327 }, 324 },
328 'ScriptElement': const { 325 'html.ScriptElement': const {
329 'async': 'async', 326 'async': 'async',
330 'charset': 'charset', 327 'charset': 'charset',
331 'crossorigin': 'crossOrigin', 328 'crossorigin': 'crossOrigin',
332 'defer': 'defer', 329 'defer': 'defer',
333 'event': 'event', 330 'event': 'event',
334 'for': 'htmlFor', 331 'for': 'htmlFor',
335 'src': 'src', 332 'src': 'src',
336 'type': 'type', 333 'type': 'type',
337 }, 334 },
338 'SelectElement': const { 335 'html.SelectElement': const {
339 'autofocus': 'autofocus', 336 'autofocus': 'autofocus',
340 'disabled': 'disabled', 337 'disabled': 'disabled',
341 'length': 'length', 338 'length': 'length',
342 'multiple': 'multiple', 339 'multiple': 'multiple',
343 'name': 'name', 340 'name': 'name',
344 'required': 'required', 341 'required': 'required',
345 'selectedindex': 'selectedIndex', 342 'selectedindex': 'selectedIndex',
346 'size': 'size', 343 'size': 'size',
347 'value': 'value', 344 'value': 'value',
348 }, 345 },
349 'SourceElement': const { 346 'html.SourceElement': const {
350 'media': 'media', 347 'media': 'media',
351 'src': 'src', 348 'src': 'src',
352 'type': 'type', 349 'type': 'type',
353 }, 350 },
354 'StyleElement': const { 351 'html.StyleElement': const {
355 'disabled': 'disabled', 352 'disabled': 'disabled',
356 'media': 'media', 353 'media': 'media',
357 'scoped': 'scoped', 354 'scoped': 'scoped',
358 'type': 'type', 355 'type': 'type',
359 }, 356 },
360 'TableCaptionElement': const { 357 'html.TableCaptionElement': const {
361 'align': 'align', 358 'align': 'align',
362 }, 359 },
363 'TableCellElement': const { 360 'html.TableCellElement': const {
364 'abbr': 'abbr', 361 'abbr': 'abbr',
365 'align': 'align', 362 'align': 'align',
366 'axis': 'axis', 363 'axis': 'axis',
367 'bgcolor': 'bgColor', 364 'bgcolor': 'bgColor',
368 'ch': 'ch', 365 'ch': 'ch',
369 'choff': 'chOff', 366 'choff': 'chOff',
370 'colspan': 'colSpan', 367 'colspan': 'colSpan',
371 'headers': 'headers', 368 'headers': 'headers',
372 'height': 'height', 369 'height': 'height',
373 'nowrap': 'noWrap', 370 'nowrap': 'noWrap',
374 'rowspan': 'rowSpan', 371 'rowspan': 'rowSpan',
375 'scope': 'scope', 372 'scope': 'scope',
376 'valign': 'vAlign', 373 'valign': 'vAlign',
377 'width': 'width', 374 'width': 'width',
378 }, 375 },
379 'TableColElement': const { 376 'html.TableColElement': const {
380 'align': 'align', 377 'align': 'align',
381 'ch': 'ch', 378 'ch': 'ch',
382 'choff': 'chOff', 379 'choff': 'chOff',
383 'span': 'span', 380 'span': 'span',
384 'valign': 'vAlign', 381 'valign': 'vAlign',
385 'width': 'width', 382 'width': 'width',
386 }, 383 },
387 'TableElement': const { 384 'html.TableElement': const {
388 'align': 'align', 385 'align': 'align',
389 'bgcolor': 'bgColor', 386 'bgcolor': 'bgColor',
390 'border': 'border', 387 'border': 'border',
391 'caption': 'caption', 388 'caption': 'caption',
392 'cellpadding': 'cellPadding', 389 'cellpadding': 'cellPadding',
393 'cellspacing': 'cellSpacing', 390 'cellspacing': 'cellSpacing',
394 'frame': 'frame', 391 'frame': 'frame',
395 'rules': 'rules', 392 'rules': 'rules',
396 'summary': 'summary', 393 'summary': 'summary',
397 'tfoot': 'tFoot', 394 'tfoot': 'tFoot',
398 'thead': 'tHead', 395 'thead': 'tHead',
399 'width': 'width', 396 'width': 'width',
400 }, 397 },
401 'TableRowElement': const { 398 'html.TableRowElement': const {
402 'align': 'align', 399 'align': 'align',
403 'bgcolor': 'bgColor', 400 'bgcolor': 'bgColor',
404 'ch': 'ch', 401 'ch': 'ch',
405 'choff': 'chOff', 402 'choff': 'chOff',
406 'valign': 'vAlign', 403 'valign': 'vAlign',
407 }, 404 },
408 'TableSectionElement': const { 405 'html.TableSectionElement': const {
409 'align': 'align', 406 'align': 'align',
410 'ch': 'ch', 407 'ch': 'ch',
411 'choff': 'chOff', 408 'choff': 'chOff',
412 'valign': 'vAlign', 409 'valign': 'vAlign',
413 }, 410 },
414 'TextAreaElement': const { 411 'html.TextAreaElement': const {
415 'autofocus': 'autofocus', 412 'autofocus': 'autofocus',
416 'cols': 'cols', 413 'cols': 'cols',
417 'default': 'defaultValue', 414 'default': 'defaultValue',
418 'dirname': 'dirName', 415 'dirname': 'dirName',
419 'disabled': 'disabled', 416 'disabled': 'disabled',
420 'maxlength': 'maxLength', 417 'maxlength': 'maxLength',
421 'name': 'name', 418 'name': 'name',
422 'placeholder': 'placeholder', 419 'placeholder': 'placeholder',
423 'readonly': 'readOnly', 420 'readonly': 'readOnly',
424 'required': 'required', 421 'required': 'required',
425 'rows': 'rows', 422 'rows': 'rows',
426 'selectiondirection': 'selectionDirection', 423 'selectiondirection': 'selectionDirection',
427 'selectionend': 'selectionEnd', 424 'selectionend': 'selectionEnd',
428 'selectionstart': 'selectionStart', 425 'selectionstart': 'selectionStart',
429 'value': 'value', 426 'value': 'value',
430 'wrap': 'wrap', 427 'wrap': 'wrap',
431 }, 428 },
432 'TrackElement': const { 429 'html.TrackElement': const {
430 'default': 'defaultValue',
433 'kind': 'kind', 431 'kind': 'kind',
434 'label': 'label', 432 'label': 'label',
435 'src': 'src', 433 'src': 'src',
436 'srclang': 'srclang', 434 'srclang': 'srclang',
437 }, 435 },
438 'UListElement': const { 436 'html.UListElement': const {
439 'compact': 'compact', 437 'compact': 'compact',
440 'type': 'type', 438 'type': 'type',
441 }, 439 },
442 'VideoElement': const { 440 'html.VideoElement': const {
443 'height': 'height', 441 'height': 'height',
444 'poster': 'poster', 442 'poster': 'poster',
445 'width': 'width', 443 'width': 'width',
446 }, 444 },
447 }; 445 };
448 446
449 var htmlElementExtends = const { 447 var htmlElementExtends = const {
450 'AnchorElement': 'Element', 448 'html.AnchorElement': 'html.Element',
451 'AreaElement': 'Element', 449 'html.AreaElement': 'html.Element',
452 'AudioElement': 'MediaElement', 450 'web_audio.AudioElement': 'html.MediaElement',
453 'BRElement': 'Element', 451 'html.BRElement': 'html.Element',
454 'BaseElement': 'Element', 452 'html.BaseElement': 'html.Element',
455 'BodyElement': 'Element', 453 'html.BodyElement': 'html.Element',
456 'ButtonElement': 'Element', 454 'html.ButtonElement': 'html.Element',
457 'CanvasElement': 'Element', 455 'html.CanvasElement': 'html.Element',
458 'DListElement': 'Element', 456 'html.DListElement': 'html.Element',
459 'DataListElement': 'Element', 457 'html.DataListElement': 'html.Element',
460 'DetailsElement': 'Element', 458 'html.DetailsElement': 'html.Element',
461 'DivElement': 'Element', 459 'html.DivElement': 'html.Element',
462 'EmbedElement': 'Element', 460 'html.EmbedElement': 'html.Element',
463 'FieldSetElement': 'Element', 461 'html.FieldSetElement': 'html.Element',
464 'FormElement': 'Element', 462 'html.FormElement': 'html.Element',
465 'HRElement': 'Element', 463 'html.HRElement': 'html.Element',
466 'HeadElement': 'Element', 464 'html.HeadElement': 'html.Element',
467 'HeadingElement': 'Element', 465 'html.HeadingElement': 'html.Element',
468 'HtmlElement': 'Element', 466 'html.HtmlElement': 'html.Element',
469 'IFrameElement': 'Element', 467 'html.IFrameElement': 'html.Element',
470 'ImageElement': 'Element', 468 'html.ImageElement': 'html.Element',
471 'InputElement': 'Element', 469 'html.InputElement': 'html.Element',
472 'KeygenElement': 'Element', 470 'html.KeygenElement': 'html.Element',
473 'LIElement': 'Element', 471 'html.LIElement': 'html.Element',
474 'LabelElement': 'Element', 472 'html.LabelElement': 'html.Element',
475 'LegendElement': 'Element', 473 'html.LegendElement': 'html.Element',
476 'LinkElement': 'Element', 474 'html.LinkElement': 'html.Element',
477 'MapElement': 'Element', 475 'html.MapElement': 'html.Element',
478 'MediaElement': 'Element', 476 'html.MediaElement': 'html.Element',
479 'MenuElement': 'Element', 477 'html.MenuElement': 'html.Element',
480 'MetaElement': 'Element', 478 'html.MetaElement': 'html.Element',
481 'MeterElement': 'Element', 479 'html.MeterElement': 'html.Element',
482 'ModElement': 'Element', 480 'html.ModElement': 'html.Element',
483 'OListElement': 'Element', 481 'html.OListElement': 'html.Element',
484 'ObjectElement': 'Element', 482 'html.ObjectElement': 'html.Element',
485 'OptGroupElement': 'Element', 483 'html.OptGroupElement': 'html.Element',
486 'OptionElement': 'Element', 484 'html.OptionElement': 'html.Element',
487 'OutputElement': 'Element', 485 'html.OutputElement': 'html.Element',
488 'ParagraphElement': 'Element', 486 'html.ParagraphElement': 'html.Element',
489 'ParamElement': 'Element', 487 'html.ParamElement': 'html.Element',
490 'PreElement': 'Element', 488 'html.PreElement': 'html.Element',
491 'ProgressElement': 'Element', 489 'html.ProgressElement': 'html.Element',
492 'QuoteElement': 'Element', 490 'html.QuoteElement': 'html.Element',
493 'ScriptElement': 'Element', 491 'html.ScriptElement': 'html.Element',
494 'SelectElement': 'Element', 492 'html.SelectElement': 'html.Element',
495 'SourceElement': 'Element', 493 'html.SourceElement': 'html.Element',
496 'SpanElement': 'Element', 494 'html.SpanElement': 'html.Element',
497 'StyleElement': 'Element', 495 'html.StyleElement': 'html.Element',
498 'TableCaptionElement': 'Element', 496 'html.TableCaptionElement': 'html.Element',
499 'TableCellElement': 'Element', 497 'html.TableCellElement': 'html.Element',
500 'TableColElement': 'Element', 498 'html.TableColElement': 'html.Element',
501 'TableElement': 'Element', 499 'html.TableElement': 'html.Element',
502 'TableRowElement': 'Element', 500 'html.TableRowElement': 'html.Element',
503 'TableSectionElement': 'Element', 501 'html.TableSectionElement': 'html.Element',
504 'TextAreaElement': 'Element', 502 'html.TextAreaElement': 'html.Element',
505 'TitleElement': 'Element', 503 'html.TitleElement': 'html.Element',
506 'TrackElement': 'Element', 504 'html.TrackElement': 'html.Element',
507 'UListElement': 'Element', 505 'html.UListElement': 'html.Element',
508 'UnknownElement': 'Element', 506 'html.UnknownElement': 'html.Element',
509 'VideoElement': 'MediaElement', 507 'html.VideoElement': 'html.MediaElement',
510 }; 508 };
OLDNEW
« 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