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

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

Issue 1253413003: Implement referrerpolicy attribute for anchor elements (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 4 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 252 matching lines...) Expand 10 before | Expand all | Expand 10 after
263 open 263 open
264 optimum 264 optimum
265 pattern 265 pattern
266 placeholder 266 placeholder
267 ping 267 ping
268 poster 268 poster
269 preload 269 preload
270 pseudo 270 pseudo
271 radiogroup 271 radiogroup
272 readonly 272 readonly
273 referrerpolicy
273 rel 274 rel
274 required 275 required
275 results 276 results
276 rev 277 rev
277 reversed 278 reversed
278 role 279 role
279 rows 280 rows
280 rowspan 281 rowspan
281 rules 282 rules
282 sandbox 283 sandbox
(...skipping 29 matching lines...) Expand all
312 usemap 313 usemap
313 valign 314 valign
314 value 315 value
315 valuetype 316 valuetype
316 version 317 version
317 vlink 318 vlink
318 vspace 319 vspace
319 webkitdirectory 320 webkitdirectory
320 width 321 width
321 wrap 322 wrap
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698