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

Side by Side Diff: Source/core/css/CSSPropertyNames.in

Issue 26588002: Remove support for -webkit-line-clamp Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Base files missing... Created 7 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 | Annotate | Revision Log
« no previous file with comments | « Source/core/css/CSSProperty.cpp ('k') | Source/core/css/resolver/StyleBuilderCustom.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 // 1 //
2 // CSS property names 2 // CSS property names
3 // 3 //
4 // Some properties are used internally, but are not part of CSS. They are used t o get 4 // Some properties are used internally, but are not part of CSS. They are used t o get
5 // HTML4 compatibility in the rendering engine. 5 // HTML4 compatibility in the rendering engine.
6 // 6 //
7 // Microsoft extensions are documented here: 7 // Microsoft extensions are documented here:
8 // http://msdn.microsoft.com/workshop/author/css/reference/attributes.asp 8 // http://msdn.microsoft.com/workshop/author/css/reference/attributes.asp
9 // 9 //
10 10
(...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after
321 grid-definition-rows 321 grid-definition-rows
322 grid-row 322 grid-row
323 grid-row-end 323 grid-row-end
324 grid-row-start 324 grid-row-start
325 grid-template 325 grid-template
326 -webkit-highlight 326 -webkit-highlight
327 -webkit-hyphenate-character 327 -webkit-hyphenate-character
328 -webkit-line-box-contain 328 -webkit-line-box-contain
329 -webkit-line-align 329 -webkit-line-align
330 -webkit-line-break 330 -webkit-line-break
331 -webkit-line-clamp
332 -webkit-line-grid 331 -webkit-line-grid
333 -webkit-line-snap 332 -webkit-line-snap
334 -webkit-logical-width 333 -webkit-logical-width
335 -webkit-logical-height 334 -webkit-logical-height
336 -webkit-margin-after-collapse 335 -webkit-margin-after-collapse
337 -webkit-margin-before-collapse 336 -webkit-margin-before-collapse
338 -webkit-margin-bottom-collapse 337 -webkit-margin-bottom-collapse
339 -webkit-margin-top-collapse 338 -webkit-margin-top-collapse
340 -webkit-margin-collapse 339 -webkit-margin-collapse
341 -webkit-margin-after 340 -webkit-margin-after
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
421 user-zoom 420 user-zoom
422 -webkit-tap-highlight-color 421 -webkit-tap-highlight-color
423 -webkit-app-region 422 -webkit-app-region
424 423
425 // Internal properties. 424 // Internal properties.
426 -internal-marquee-direction 425 -internal-marquee-direction
427 -internal-marquee-increment 426 -internal-marquee-increment
428 -internal-marquee-repetition 427 -internal-marquee-repetition
429 -internal-marquee-speed 428 -internal-marquee-speed
430 -internal-marquee-style 429 -internal-marquee-style
OLDNEW
« no previous file with comments | « Source/core/css/CSSProperty.cpp ('k') | Source/core/css/resolver/StyleBuilderCustom.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698