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

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: Created 6 years, 6 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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 code 76 code
77 codebase 77 codebase
78 codetype 78 codetype
79 color 79 color
80 cols 80 cols
81 colspan 81 colspan
82 compact 82 compact
83 composite 83 composite
84 content 84 content
85 contenteditable 85 contenteditable
86 contextmenu
86 controls 87 controls
87 coords 88 coords
88 crossorigin 89 crossorigin
89 data 90 data
90 datetime 91 datetime
91 declare 92 declare
92 default 93 default
93 defer 94 defer
94 dir 95 dir
95 direction 96 direction
(...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
339 valign 340 valign
340 value 341 value
341 valuetype 342 valuetype
342 version 343 version
343 vlink 344 vlink
344 vspace 345 vspace
345 webkitallowfullscreen 346 webkitallowfullscreen
346 webkitdirectory 347 webkitdirectory
347 width 348 width
348 wrap 349 wrap
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698