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

Side by Side Diff: lib/src/html5_setters.g.dart

Issue 50433010: WebUI fixes for SDK 0.8.10 (Closed) Base URL: git@github.com:dart-lang/web-ui.git@master
Patch Set: Created 7 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 unified diff | Download patch
« no previous file with comments | « lib/observe/set.dart ('k') | lib/src/utils_observe.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 'AnchorElement': const {
5 'download': 'download', 5 'download': 'download',
6 'hash': 'hash', 6 'hash': 'hash',
7 'host': 'host', 7 'host': 'host',
8 'hostname': 'hostname', 8 'hostname': 'hostname',
9 'href': 'href', 9 'href': 'href',
10 'hreflang': 'hreflang', 10 'hreflang': 'hreflang',
11 'name': 'name',
12 'pathname': 'pathname', 11 'pathname': 'pathname',
13 'ping': 'ping',
14 'port': 'port', 12 'port': 'port',
15 'protocol': 'protocol', 13 'protocol': 'protocol',
16 'rel': 'rel', 14 'rel': 'rel',
17 'search': 'search', 15 'search': 'search',
18 'target': 'target', 16 'target': 'target',
19 'type': 'type', 17 'type': 'type',
20 }, 18 },
21 'AreaElement': const { 19 'AreaElement': const {
22 'alt': 'alt', 20 'alt': 'alt',
23 'coords': 'coords', 21 'coords': 'coords',
24 'href': 'href', 22 'href': 'href',
25 'ping': 'ping',
26 'shape': 'shape', 23 'shape': 'shape',
27 'target': 'target', 24 'target': 'target',
28 }, 25 },
29 'BaseElement': const { 26 'BaseElement': const {
30 'href': 'href', 27 'href': 'href',
31 'target': 'target', 28 'target': 'target',
32 }, 29 },
33 'ButtonElement': const { 30 'ButtonElement': const {
34 'autofocus': 'autofocus', 31 'autofocus': 'autofocus',
35 'disabled': 'disabled', 32 'disabled': 'disabled',
(...skipping 25 matching lines...) Expand all
61 'spellcheck': 'spellcheck', 58 'spellcheck': 'spellcheck',
62 'tabindex': 'tabIndex', 59 'tabindex': 'tabIndex',
63 'title': 'title', 60 'title': 'title',
64 'translate': 'translate', 61 'translate': 'translate',
65 'dropzone': 'dropzone', 62 'dropzone': 'dropzone',
66 'scrollleft': 'scrollLeft', 63 'scrollleft': 'scrollLeft',
67 'scrolltop': 'scrollTop', 64 'scrolltop': 'scrollTop',
68 'pseudo': 'pseudo', 65 'pseudo': 'pseudo',
69 }, 66 },
70 'EmbedElement': const { 67 'EmbedElement': const {
71 'align': 'align',
72 'height': 'height', 68 'height': 'height',
73 'name': 'name', 69 'name': 'name',
74 'src': 'src', 70 'src': 'src',
75 'type': 'type', 71 'type': 'type',
76 'width': 'width', 72 'width': 'width',
77 }, 73 },
78 'FieldSetElement': const { 74 'FieldSetElement': const {
79 'disabled': 'disabled', 75 'disabled': 'disabled',
80 'name': 'name', 76 'name': 'name',
81 }, 77 },
(...skipping 11 matching lines...) Expand all
93 'IFrameElement': const { 89 'IFrameElement': const {
94 'height': 'height', 90 'height': 'height',
95 'name': 'name', 91 'name': 'name',
96 'sandbox': 'sandbox', 92 'sandbox': 'sandbox',
97 'src': 'src', 93 'src': 'src',
98 'srcdoc': 'srcdoc', 94 'srcdoc': 'srcdoc',
99 'width': 'width', 95 'width': 'width',
100 }, 96 },
101 'ImageElement': const { 97 'ImageElement': const {
102 'alt': 'alt', 98 'alt': 'alt',
103 'border': 'border',
104 'crossorigin': 'crossOrigin', 99 'crossorigin': 'crossOrigin',
105 'height': 'height', 100 'height': 'height',
106 'ismap': 'isMap', 101 'ismap': 'isMap',
107 'lowsrc': 'lowsrc',
108 'src': 'src', 102 'src': 'src',
109 'usemap': 'useMap', 103 'usemap': 'useMap',
110 'width': 'width', 104 'width': 'width',
111 }, 105 },
112 'InputElement': const { 106 'InputElement': const {
113 'accept': 'accept', 107 'accept': 'accept',
114 'alt': 'alt', 108 'alt': 'alt',
115 'autocomplete': 'autocomplete', 109 'autocomplete': 'autocomplete',
116 'autofocus': 'autofocus', 110 'autofocus': 'autofocus',
117 'checked': 'checked', 111 'checked': 'checked',
(...skipping 19 matching lines...) Expand all
137 'placeholder': 'placeholder', 131 'placeholder': 'placeholder',
138 'readonly': 'readOnly', 132 'readonly': 'readOnly',
139 'required': 'required', 133 'required': 'required',
140 'selectiondirection': 'selectionDirection', 134 'selectiondirection': 'selectionDirection',
141 'selectionend': 'selectionEnd', 135 'selectionend': 'selectionEnd',
142 'selectionstart': 'selectionStart', 136 'selectionstart': 'selectionStart',
143 'size': 'size', 137 'size': 'size',
144 'src': 'src', 138 'src': 'src',
145 'step': 'step', 139 'step': 'step',
146 'type': 'type', 140 'type': 'type',
147 'usemap': 'useMap',
148 'value': 'value', 141 'value': 'value',
149 'valueasdate': 'valueAsDate', 142 'valueasdate': 'valueAsDate',
150 'valueasnumber': 'valueAsNumber', 143 'valueasnumber': 'valueAsNumber',
151 'grammar': 'grammar', 144 'grammar': 'grammar',
152 'speech': 'speech', 145 'speech': 'speech',
153 'directory': 'directory', 146 'directory': 'directory',
154 'width': 'width', 147 'width': 'width',
155 }, 148 },
156 'KeygenElement': const { 149 'KeygenElement': const {
157 'autofocus': 'autofocus', 150 'autofocus': 'autofocus',
158 'challenge': 'challenge', 151 'challenge': 'challenge',
159 'disabled': 'disabled', 152 'disabled': 'disabled',
160 'keytype': 'keytype', 153 'keytype': 'keytype',
161 'name': 'name', 154 'name': 'name',
162 }, 155 },
163 'LIElement': const { 156 'LIElement': const {
164 'type': 'type',
165 'value': 'value', 157 'value': 'value',
166 }, 158 },
167 'LabelElement': const { 159 'LabelElement': const {
168 'for': 'htmlFor', 160 'for': 'htmlFor',
169 }, 161 },
170 'LinkElement': const { 162 'LinkElement': const {
171 'disabled': 'disabled', 163 'disabled': 'disabled',
172 'href': 'href', 164 'href': 'href',
173 'hreflang': 'hreflang', 165 'hreflang': 'hreflang',
174 'media': 'media', 166 'media': 'media',
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 'ModElement': const { 204 'ModElement': const {
213 'cite': 'cite', 205 'cite': 'cite',
214 'datetime': 'dateTime', 206 'datetime': 'dateTime',
215 }, 207 },
216 'OListElement': const { 208 'OListElement': const {
217 'reversed': 'reversed', 209 'reversed': 'reversed',
218 'start': 'start', 210 'start': 'start',
219 'type': 'type', 211 'type': 'type',
220 }, 212 },
221 'ObjectElement': const { 213 'ObjectElement': const {
222 'code': 'code',
223 'data': 'data', 214 'data': 'data',
224 'height': 'height', 215 'height': 'height',
225 'name': 'name', 216 'name': 'name',
226 'type': 'type', 217 'type': 'type',
227 'usemap': 'useMap', 218 'usemap': 'useMap',
228 'width': 'width', 219 'width': 'width',
229 }, 220 },
230 'OptGroupElement': const { 221 'OptGroupElement': const {
231 'disabled': 'disabled', 222 'disabled': 'disabled',
232 'label': 'label', 223 'label': 'label',
233 }, 224 },
234 'OptionElement': const { 225 'OptionElement': const {
235 'defaultselected': 'defaultSelected', 226 'defaultselected': 'defaultSelected',
236 'disabled': 'disabled', 227 'disabled': 'disabled',
237 'label': 'label', 228 'label': 'label',
238 'selected': 'selected', 229 'selected': 'selected',
239 'value': 'value', 230 'value': 'value',
240 }, 231 },
241 'OutputElement': const { 232 'OutputElement': const {
242 'default': 'defaultValue', 233 'default': 'defaultValue',
243 'name': 'name', 234 'name': 'name',
244 'value': 'value', 235 'value': 'value',
245 }, 236 },
246 'ParamElement': const { 237 'ParamElement': const {
247 'name': 'name', 238 'name': 'name',
248 'value': 'value', 239 'value': 'value',
249 }, 240 },
250 'PreElement': const { 241 'PreElement': const {
251 'wrap': 'wrap',
252 }, 242 },
253 'ProgressElement': const { 243 'ProgressElement': const {
254 'max': 'max', 244 'max': 'max',
255 'value': 'value', 245 'value': 'value',
256 }, 246 },
257 'QuoteElement': const { 247 'QuoteElement': const {
258 'cite': 'cite', 248 'cite': 'cite',
259 }, 249 },
260 'ScriptElement': const { 250 'ScriptElement': const {
261 'async': 'async', 251 'async': 'async',
262 'charset': 'charset', 252 'charset': 'charset',
263 'crossorigin': 'crossOrigin', 253 'crossorigin': 'crossOrigin',
264 'defer': 'defer', 254 'defer': 'defer',
265 'event': 'event',
266 'for': 'htmlFor',
267 'src': 'src', 255 'src': 'src',
268 'type': 'type', 256 'type': 'type',
269 }, 257 },
270 'SelectElement': const { 258 'SelectElement': const {
271 'autofocus': 'autofocus', 259 'autofocus': 'autofocus',
272 'disabled': 'disabled', 260 'disabled': 'disabled',
273 'length': 'length', 261 'length': 'length',
274 'multiple': 'multiple', 262 'multiple': 'multiple',
275 'name': 'name', 263 'name': 'name',
276 'required': 'required', 264 'required': 'required',
(...skipping 14 matching lines...) Expand all
291 }, 279 },
292 'TableCellElement': const { 280 'TableCellElement': const {
293 'colspan': 'colSpan', 281 'colspan': 'colSpan',
294 'headers': 'headers', 282 'headers': 'headers',
295 'rowspan': 'rowSpan', 283 'rowspan': 'rowSpan',
296 }, 284 },
297 'TableColElement': const { 285 'TableColElement': const {
298 'span': 'span', 286 'span': 'span',
299 }, 287 },
300 'TableElement': const { 288 'TableElement': const {
301 'border': 'border',
302 'caption': 'caption', 289 'caption': 'caption',
303 'tfoot': 'tFoot', 290 'tfoot': 'tFoot',
304 'thead': 'tHead', 291 'thead': 'tHead',
305 }, 292 },
306 'TextAreaElement': const { 293 'TextAreaElement': const {
307 'autofocus': 'autofocus', 294 'autofocus': 'autofocus',
308 'cols': 'cols', 295 'cols': 'cols',
309 'default': 'defaultValue', 296 'default': 'defaultValue',
310 'dirname': 'dirName', 297 'dirname': 'dirName',
311 'disabled': 'disabled', 298 'disabled': 'disabled',
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
390 'TableElement': 'Element', 377 'TableElement': 'Element',
391 'TableRowElement': 'Element', 378 'TableRowElement': 'Element',
392 'TableSectionElement': 'Element', 379 'TableSectionElement': 'Element',
393 'TextAreaElement': 'Element', 380 'TextAreaElement': 'Element',
394 'TitleElement': 'Element', 381 'TitleElement': 'Element',
395 'TrackElement': 'Element', 382 'TrackElement': 'Element',
396 'UListElement': 'Element', 383 'UListElement': 'Element',
397 'UnknownElement': 'Element', 384 'UnknownElement': 'Element',
398 'VideoElement': 'MediaElement', 385 'VideoElement': 'MediaElement',
399 }; 386 };
OLDNEW
« no previous file with comments | « lib/observe/set.dart ('k') | lib/src/utils_observe.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698