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

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

Issue 20526006: Remove -webkit-hyphens and -webkit-hyphenate-limit-* properties. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: init removal Created 7 years, 5 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 292 matching lines...) Expand 10 before | Expand all | Expand 10 after
303 grid-column 303 grid-column
304 grid-column-end 304 grid-column-end
305 grid-column-start 305 grid-column-start
306 grid-definition-columns 306 grid-definition-columns
307 grid-definition-rows 307 grid-definition-rows
308 grid-row 308 grid-row
309 grid-row-end 309 grid-row-end
310 grid-row-start 310 grid-row-start
311 -webkit-highlight 311 -webkit-highlight
312 -webkit-hyphenate-character 312 -webkit-hyphenate-character
313 -webkit-hyphenate-limit-after
314 -webkit-hyphenate-limit-before
315 -webkit-hyphenate-limit-lines
316 -webkit-hyphens
317 -epub-hyphens alias_for=-webkit-hyphens
318 -webkit-line-box-contain 313 -webkit-line-box-contain
319 -webkit-line-align 314 -webkit-line-align
320 -webkit-line-break 315 -webkit-line-break
321 -webkit-line-clamp 316 -webkit-line-clamp
322 -webkit-line-grid 317 -webkit-line-grid
323 -webkit-line-snap 318 -webkit-line-snap
324 -webkit-logical-width 319 -webkit-logical-width
325 -webkit-logical-height 320 -webkit-logical-height
326 -webkit-margin-after-collapse 321 -webkit-margin-after-collapse
327 -webkit-margin-before-collapse 322 -webkit-margin-before-collapse
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
409 -webkit-shape-margin 404 -webkit-shape-margin
410 -webkit-shape-padding 405 -webkit-shape-padding
411 -webkit-wrap-flow 406 -webkit-wrap-flow
412 -webkit-wrap-through 407 -webkit-wrap-through
413 max-zoom 408 max-zoom
414 min-zoom 409 min-zoom
415 orientation 410 orientation
416 user-zoom 411 user-zoom
417 -webkit-tap-highlight-color 412 -webkit-tap-highlight-color
418 -webkit-app-region 413 -webkit-app-region
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