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

Side by Side Diff: Source/core/html/HTMLAttributeNames.in

Issue 23861003: Enable srcset support in HTMLImageElement (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Added a run-time flag, marking this feature as experimental Created 7 years, 3 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 unified diff | Download patch
OLDNEW
1 namespace="HTML" 1 namespace="HTML"
2 namespacePrefix="xhtml" 2 namespacePrefix="xhtml"
3 namespaceURI="http://www.w3.org/1999/xhtml" 3 namespaceURI="http://www.w3.org/1999/xhtml"
4 attrsNullNamespace 4 attrsNullNamespace
5 5
6 abbr 6 abbr
7 accept_charset 7 accept_charset
8 accept 8 accept
9 accesskey 9 accesskey
10 action 10 action
(...skipping 295 matching lines...) Expand 10 before | Expand all | Expand 10 after
306 shape 306 shape
307 size 307 size
308 sizes 308 sizes
309 sortable 309 sortable
310 sortdirection 310 sortdirection
311 span 311 span
312 x-webkit-speech 312 x-webkit-speech
313 x-webkit-grammar 313 x-webkit-grammar
314 spellcheck 314 spellcheck
315 src 315 src
316 srcset
316 srcdoc 317 srcdoc
317 srclang 318 srclang
318 standby 319 standby
319 start 320 start
320 step 321 step
321 style 322 style
322 summary 323 summary
323 tabindex 324 tabindex
324 tableborder 325 tableborder
325 target 326 target
326 text 327 text
327 title 328 title
328 top 329 top
329 topmargin 330 topmargin
330 translate 331 translate
331 truespeed 332 truespeed
332 type 333 type
333 usemap 334 usemap
334 valign 335 valign
335 value 336 value
336 valuetype 337 valuetype
337 version 338 version
338 viewsource 339 viewsource
339 vlink 340 vlink
340 vspace 341 vspace
341 webkitallowfullscreen 342 webkitallowfullscreen
342 webkitdirectory 343 webkitdirectory
343 width 344 width
344 wrap 345 wrap
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698