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

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

Issue 208423011: SRI: Add the 'integrity' attribute, and a SubresourceIntegrity runtime flag. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Test. Created 6 years, 9 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 | Annotate | Revision Log
« no previous file with comments | « Source/core/html/HTMLAnchorElement.idl ('k') | Source/core/html/HTMLEmbedElement.idl » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 hidden 119 hidden
120 high 120 high
121 href 121 href
122 hreflang 122 hreflang
123 hspace 123 hspace
124 http-equiv 124 http-equiv
125 id 125 id
126 incremental 126 incremental
127 indeterminate 127 indeterminate
128 inputmode 128 inputmode
129 integrity
129 is 130 is
130 ismap 131 ismap
131 itemid 132 itemid
132 itemprop 133 itemprop
133 itemref 134 itemref
134 itemscope 135 itemscope
135 itemtype 136 itemtype
136 keytype 137 keytype
137 kind 138 kind
138 label 139 label
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
340 valign 341 valign
341 value 342 value
342 valuetype 343 valuetype
343 version 344 version
344 vlink 345 vlink
345 vspace 346 vspace
346 webkitallowfullscreen 347 webkitallowfullscreen
347 webkitdirectory 348 webkitdirectory
348 width 349 width
349 wrap 350 wrap
OLDNEW
« no previous file with comments | « Source/core/html/HTMLAnchorElement.idl ('k') | Source/core/html/HTMLEmbedElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698