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

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

Issue 2370783002: Adding CSP attribute on HTMLIFrameElement (Closed)
Patch Set: Adjusting expectations Created 4 years, 2 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 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 color 82 color
83 cols 83 cols
84 colspan 84 colspan
85 compact 85 compact
86 content 86 content
87 contenteditable 87 contenteditable
88 contextmenu 88 contextmenu
89 controls 89 controls
90 coords 90 coords
91 crossorigin 91 crossorigin
92 csp
92 data 93 data
93 datetime 94 datetime
94 declare 95 declare
95 default 96 default
96 defer 97 defer
97 dir 98 dir
98 direction 99 direction
99 dirname 100 dirname
100 disabled 101 disabled
101 disableremoteplayback 102 disableremoteplayback
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
315 usemap 316 usemap
316 valign 317 valign
317 value 318 value
318 valuetype 319 valuetype
319 version 320 version
320 vlink 321 vlink
321 vspace 322 vspace
322 webkitdirectory 323 webkitdirectory
323 width 324 width
324 wrap 325 wrap
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698