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

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

Issue 1148603002: Anchor element's referrer attribute implementation for Referrer Policy Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fails for right-click opening (new window/tab, etc.) Created 5 years, 7 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 referrer
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 30 matching lines...) Expand all
313 usemap 314 usemap
314 valign 315 valign
315 value 316 value
316 valuetype 317 valuetype
317 version 318 version
318 vlink 319 vlink
319 vspace 320 vspace
320 webkitdirectory 321 webkitdirectory
321 width 322 width
322 wrap 323 wrap
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698