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

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

Issue 1046853002: Implement 'tabstop' as an HTML attribute (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: style nit for layout test. Created 5 years, 8 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/dom/ElementRareData.h ('k') | Source/core/html/HTMLElement.cpp » ('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 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 281 matching lines...) Expand 10 before | Expand all | Expand 10 after
292 src 292 src
293 srcset 293 srcset
294 srcdoc 294 srcdoc
295 srclang 295 srclang
296 standby 296 standby
297 start 297 start
298 step 298 step
299 style 299 style
300 summary 300 summary
301 tabindex 301 tabindex
302 tabstop
302 target 303 target
303 text 304 text
304 title 305 title
305 topmargin 306 topmargin
306 translate 307 translate
307 truespeed 308 truespeed
308 type 309 type
309 usemap 310 usemap
310 valign 311 valign
311 value 312 value
312 valuetype 313 valuetype
313 version 314 version
314 vlink 315 vlink
315 vspace 316 vspace
316 webkitdirectory 317 webkitdirectory
317 width 318 width
318 wrap 319 wrap
OLDNEW
« no previous file with comments | « Source/core/dom/ElementRareData.h ('k') | Source/core/html/HTMLElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698