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

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

Issue 464903002: Add contextmenu attribute for HTMLElement. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Added more tests Created 6 years, 4 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 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 code 72 code
73 codebase 73 codebase
74 codetype 74 codetype
75 color 75 color
76 cols 76 cols
77 colspan 77 colspan
78 compact 78 compact
79 composite 79 composite
80 content 80 content
81 contenteditable 81 contenteditable
82 contextmenu
82 controls 83 controls
83 coords 84 coords
84 crossorigin 85 crossorigin
85 data 86 data
86 datetime 87 datetime
87 declare 88 declare
88 default 89 default
89 defer 90 defer
90 dir 91 dir
91 direction 92 direction
(...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after
304 usemap 305 usemap
305 valign 306 valign
306 value 307 value
307 valuetype 308 valuetype
308 version 309 version
309 vlink 310 vlink
310 vspace 311 vspace
311 webkitdirectory 312 webkitdirectory
312 width 313 width
313 wrap 314 wrap
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/HTMLElement/contextmenu-expected.txt ('k') | Source/core/html/HTMLElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698