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

Side by Side Diff: sky/engine/core/html/HTMLAttributeNames.in

Issue 1055323002: Remove the x,y,width,height methods from HTMLImageElement. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: remove attrs Created 5 years, 8 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
« no previous file with comments | « no previous file | sky/engine/core/html/HTMLImageElement.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 namespace="HTML" 1 namespace="HTML"
2 2
3 # Global 3 # Global
4 class 4 class
5 contenteditable 5 contenteditable
6 dir 6 dir
7 id 7 id
8 lang 8 lang
9 spellcheck 9 spellcheck
10 style 10 style
11 tabindex 11 tabindex
12 12
13 # <a> 13 # <a>
14 href 14 href
15 15
16 # <img> 16 # <img>
17 crossorigin 17 crossorigin
18 height
19 src 18 src
20 width
21 19
22 # <import> 20 # <import>
23 as 21 as
24 async 22 async
25 # src 23 # src
26 24
27 # <style> 25 # <style>
28 media 26 media
29 27
30 # <content> 28 # <content>
31 select 29 select
OLDNEW
« no previous file with comments | « no previous file | sky/engine/core/html/HTMLImageElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698