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

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: Fix up some tests Created 4 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 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 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 height 119 height
120 hidden 120 hidden
121 high 121 high
122 href 122 href
123 hreflang 123 hreflang
124 hspace 124 hspace
125 http-equiv 125 http-equiv
126 icon 126 icon
127 id 127 id
128 incremental 128 incremental
129 inert
129 inputmode 130 inputmode
130 integrity 131 integrity
131 is 132 is
132 ismap 133 ismap
133 keytype 134 keytype
134 kind 135 kind
135 label 136 label
136 lang 137 lang
137 language 138 language
138 leftmargin 139 leftmargin
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
314 usemap 315 usemap
315 valign 316 valign
316 value 317 value
317 valuetype 318 valuetype
318 version 319 version
319 vlink 320 vlink
320 vspace 321 vspace
321 webkitdirectory 322 webkitdirectory
322 width 323 width
323 wrap 324 wrap
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698