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

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, 7 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 245 matching lines...) Expand 10 before | Expand all | Expand 10 after
341 valign 342 valign
342 value 343 value
343 valuetype 344 valuetype
344 version 345 version
345 vlink 346 vlink
346 vspace 347 vspace
347 webkitallowfullscreen 348 webkitallowfullscreen
348 webkitdirectory 349 webkitdirectory
349 width 350 width
350 wrap 351 wrap
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698