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

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

Issue 243403006: Implement contextmenu attribute with basic support of <menu> (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Reflect HTMLMenuElement as per spec 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
« no previous file with comments | « Source/core/events/RelatedEvent.idl ('k') | Source/core/html/HTMLElement.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 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 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
305 usemap 306 usemap
306 valign 307 valign
307 value 308 value
308 valuetype 309 valuetype
309 version 310 version
310 vlink 311 vlink
311 vspace 312 vspace
312 webkitdirectory 313 webkitdirectory
313 width 314 width
314 wrap 315 wrap
OLDNEW
« no previous file with comments | « Source/core/events/RelatedEvent.idl ('k') | Source/core/html/HTMLElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698