 Chromium Code Reviews
 Chromium Code Reviews Issue 23861003:
  Enable srcset support in HTMLImageElement  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/blink.git@master
    
  
    Issue 23861003:
  Enable srcset support in HTMLImageElement  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/blink.git@master| Index: Source/core/html/HTMLAttributeNames.in | 
| diff --git a/Source/core/html/HTMLAttributeNames.in b/Source/core/html/HTMLAttributeNames.in | 
| index dc3b049f808fd423d8c1bc0339880464c562ae97..02f566703e783eb352b11eeff92482d624dc4e12 100644 | 
| --- a/Source/core/html/HTMLAttributeNames.in | 
| +++ b/Source/core/html/HTMLAttributeNames.in | 
| @@ -316,6 +316,7 @@ x-webkit-speech | 
| x-webkit-grammar | 
| spellcheck | 
| src | 
| +srcset | 
| srcdoc | 
| srclang | 
| standby |