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

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

Issue 802233004: Implement icon attribute for menuitem (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.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
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 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 frame 107 frame
108 frameborder 108 frameborder
109 headers 109 headers
110 height 110 height
111 hidden 111 hidden
112 high 112 high
113 href 113 href
114 hreflang 114 hreflang
115 hspace 115 hspace
116 http-equiv 116 http-equiv
117 icon
117 id 118 id
118 incremental 119 incremental
119 inputmode 120 inputmode
120 integrity 121 integrity
121 is 122 is
122 ismap 123 ismap
123 keytype 124 keytype
124 kind 125 kind
125 label 126 label
126 lang 127 lang
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
303 usemap 304 usemap
304 valign 305 valign
305 value 306 value
306 valuetype 307 valuetype
307 version 308 version
308 vlink 309 vlink
309 vspace 310 vspace
310 webkitdirectory 311 webkitdirectory
311 width 312 width
312 wrap 313 wrap
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698