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

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

Issue 855803002: Remove attrs sky doesn't support. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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 | « sky/engine/core/dom/TreeScope.cpp ('k') | sky/engine/core/html/HTMLImageElement.cpp » ('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 accesskey 3 # Global
4 alt 4 class
5 contenteditable
6 dir
7 id
8 lang
9 spellcheck
10 style
11 tabindex
12
13 # <a>
14 href
15
16 # <img>
17 crossorigin
18 height
19 src
20 width
21
22 # <import>
5 as 23 as
6 async 24 async
7 class 25 # src
8 contenteditable 26
9 crossorigin 27 # <style>
10 dir
11 height
12 href
13 id
14 is
15 lang
16 media 28 media
17 name 29
18 rel 30 # <content>
19 select 31 select
20 sizes
21 spellcheck
22 src
23 srcset
24 style
25 tabindex
26 title
27 type
28 width
OLDNEW
« no previous file with comments | « sky/engine/core/dom/TreeScope.cpp ('k') | sky/engine/core/html/HTMLImageElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698