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

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

Issue 2088453002: Implement the inert attribute (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: dmazzoni comments Created 3 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 export="CORE_EXPORT" 5 export="CORE_EXPORT"
6 6
7 abbr 7 abbr
8 accept-charset 8 accept-charset
9 accept 9 accept
10 accesskey 10 accesskey
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 height 129 height
130 hidden 130 hidden
131 high 131 high
132 href 132 href
133 hreflang 133 hreflang
134 hspace 134 hspace
135 http-equiv 135 http-equiv
136 icon 136 icon
137 id 137 id
138 incremental 138 incremental
139 inert
139 inputmode 140 inputmode
140 integrity 141 integrity
141 is 142 is
142 ismap 143 ismap
143 keytype 144 keytype
144 kind 145 kind
145 label 146 label
146 lang 147 lang
147 language 148 language
148 leftmargin 149 leftmargin
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
334 usemap 335 usemap
335 valign 336 valign
336 value 337 value
337 valuetype 338 valuetype
338 version 339 version
339 vlink 340 vlink
340 vspace 341 vspace
341 webkitdirectory 342 webkitdirectory
342 width 343 width
343 wrap 344 wrap
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698