4 // Some properties are used internally, but are not part of CSS. They are used to get
5 // HTML4 compatibility in the rendering engine.
7 // Microsoft extensions are documented here:
8 // http://msdn.microsoft.com/workshop/author/css/reference/attributes.asp
12 // high-priority property names have to be listed first, to simplify the check
13 // for applying them first.
18 font-family [Inherited]
20 font-style [Inherited]
21 font-variant [Inherited]
22 font-weight [Inherited]
23 text-rendering [Inherited]
24 -webkit-font-feature-settings [Inherited]
25 -webkit-font-kerning [Inherited]
26 -webkit-font-smoothing [Inherited]
27 -webkit-font-variant-ligatures [Inherited]
28 -webkit-locale [Inherited]
29 -webkit-text-orientation [Inherited]
30 -epub-text-orientation = -webkit-text-orientation
31 #if defined(ENABLE_IOS_TEXT_AUTOSIZING) && ENABLE_IOS_TEXT_AUTOSIZING
32 -webkit-text-size-adjust [Inherited]
34 -webkit-writing-mode [Inherited]
35 -epub-writing-mode = -webkit-writing-mode
38 // line height needs to be right after the above high-priority properties
39 line-height [Inherited]
41 // The remaining properties are listed in alphabetical order
59 border-bottom-left-radius
60 -webkit-border-bottom-left-radius = border-bottom-left-radius
61 border-bottom-right-radius
62 -webkit-border-bottom-right-radius = border-bottom-right-radius
65 border-collapse [Inherited]
82 border-spacing [Inherited]
86 border-top-left-radius
87 -webkit-border-top-left-radius = border-top-left-radius
88 border-top-right-radius
89 -webkit-border-top-right-radius = border-top-right-radius
96 // -webkit-box-sizing worked in Safari 4 and earlier.
97 -webkit-box-sizing = box-sizing
98 caption-side [Inherited]
99 -epub-caption-side = caption-side
107 #if defined(ENABLE_CURSOR_VISIBILITY) && ENABLE_CURSOR_VISIBILITY
108 -webkit-cursor-visibility [Inherited]
110 empty-cells [Inherited]
114 #if defined(ENABLE_CSS_IMAGE_ORIENTATION) && ENABLE_CSS_IMAGE_ORIENTATION
115 image-orientation [Inherited]
117 image-rendering [Inherited]
118 #if defined(ENABLE_CSS_IMAGE_RESOLUTION) && ENABLE_CSS_IMAGE_RESOLUTION
119 image-resolution [Inherited]
122 letter-spacing [Inherited]
123 list-style [Inherited]
124 list-style-image [Inherited]
125 list-style-position [Inherited]
126 list-style-type [Inherited]
138 // Honor -webkit-opacity as a synonym for opacity. This was the only syntax that worked in Safari 1.1,
139 // and may be in use on some websites and widgets.
140 -webkit-opacity = opacity
161 pointer-events [Inherited]
171 text-align [Inherited]
173 text-indent [Inherited]
175 text-line-through-color
176 text-line-through-mode
177 text-line-through-style
178 text-line-through-width
185 text-shadow [Inherited]
186 text-transform [Inherited]
187 -epub-text-transform = text-transform
198 transition-timing-function
203 visibility [Inherited]
204 white-space [Inherited]
207 word-break [Inherited]
208 -epub-word-break = word-break
209 word-spacing [Inherited]
210 word-wrap [Inherited]
214 -webkit-animation-delay
215 -webkit-animation-direction
216 -webkit-animation-duration
217 -webkit-animation-fill-mode
218 -webkit-animation-iteration-count
219 -webkit-animation-name
220 -webkit-animation-play-state
221 -webkit-animation-timing-function
223 -webkit-aspect-ratio [Inherited]
224 -webkit-backface-visibility
225 -webkit-background-clip
226 -webkit-background-composite
227 -webkit-background-origin
228 // -webkit-background-size differs from background-size only in the interpretation of
229 // a single value: -webkit-background-size: l; is equivalent to background-size: l l;
230 // whereas background-size: l; is equivalent to background-size: l auto;
231 -webkit-background-size
233 -webkit-border-after-color
234 -webkit-border-after-style
235 -webkit-border-after-width
236 -webkit-border-before
237 -webkit-border-before-color
238 -webkit-border-before-style
239 -webkit-border-before-width
241 -webkit-border-end-color
242 -webkit-border-end-style
243 -webkit-border-end-width
245 -webkit-border-horizontal-spacing [Inherited]
247 // -webkit-border-radius differs from border-radius only in the interpretation of
248 // a value consisting of two lengths: "-webkit-border-radius: l1 l2;" is equivalent
249 // to "border-radius: l1 / l2;"
250 -webkit-border-radius
252 -webkit-border-start-color
253 -webkit-border-start-style
254 -webkit-border-start-width
255 -webkit-border-vertical-spacing [Inherited]
257 -webkit-box-direction [Inherited]
259 -webkit-box-flex-group
261 -webkit-box-ordinal-group
265 // -webkit-box-shadow differs from box-shadow in its treatement of blur radii > 8px.
266 // Let -webkit-box-shadow blur radius be w_r and box-shadow blur radius be b_r. For
267 // w_r > 8px, b_r = 8 + 4 * sqrt((w_r - 8) / 2).
269 -webkit-color-correction [Inherited]
271 -webkit-column-break-after
272 -webkit-column-break-before
273 -webkit-column-break-inside
277 -webkit-column-progression
279 -webkit-column-rule-color
280 -webkit-column-rule-style
281 -webkit-column-rule-width
285 #if defined(ENABLE_CSS_BOX_DECORATION_BREAK) && ENABLE_CSS_BOX_DECORATION_BREAK
286 -webkit-box-decoration-break
288 #if defined(ENABLE_CSS_COMPOSITING) && ENABLE_CSS_COMPOSITING
292 #if defined(ENABLE_CSS_FILTERS) && ENABLE_CSS_FILTERS
295 -webkit-align-content
300 -webkit-flex-direction
305 -webkit-justify-content
306 -webkit-font-size-delta
307 #if defined(ENABLE_CSS_GRID_LAYOUT) && ENABLE_CSS_GRID_LAYOUT
309 -webkit-grid-auto-columns
310 -webkit-grid-auto-rows
311 -webkit-grid-column-end
312 -webkit-grid-column-start
313 -webkit-grid-template
314 -webkit-grid-template-columns
315 -webkit-grid-template-rows
317 -webkit-grid-row-start
320 -webkit-grid-template-areas
321 -webkit-grid-auto-flow
323 -webkit-hyphenate-character [Inherited]
324 -webkit-hyphenate-limit-after [Inherited]
325 -webkit-hyphenate-limit-before [Inherited]
326 -webkit-hyphenate-limit-lines [Inherited]
327 -webkit-hyphens [Inherited]
328 -epub-hyphens = -webkit-hyphens
329 -webkit-line-box-contain [Inherited]
330 -webkit-line-align [Inherited]
331 -webkit-line-break [Inherited]
333 -webkit-line-grid [Inherited]
334 -webkit-line-snap [Inherited]
335 -webkit-logical-width
336 -webkit-logical-height
337 -webkit-margin-after-collapse
338 -webkit-margin-before-collapse
339 -webkit-margin-bottom-collapse
340 -webkit-margin-top-collapse
341 -webkit-margin-collapse
343 -webkit-margin-before
347 -webkit-marquee-direction
348 -webkit-marquee-increment
349 -webkit-marquee-repetition
350 -webkit-marquee-speed
351 -webkit-marquee-style
353 -webkit-mask-box-image
354 -webkit-mask-box-image-outset
355 -webkit-mask-box-image-repeat
356 -webkit-mask-box-image-slice
357 -webkit-mask-box-image-source
358 -webkit-mask-box-image-width
360 -webkit-mask-composite
363 -webkit-mask-position
364 -webkit-mask-position-x
365 -webkit-mask-position-y
367 -webkit-mask-repeat-x
368 -webkit-mask-repeat-y
370 -webkit-mask-source-type
371 -webkit-max-logical-width
372 -webkit-max-logical-height
373 -webkit-min-logical-width
374 -webkit-min-logical-height
375 -webkit-nbsp-mode [Inherited]
377 -webkit-padding-after
378 -webkit-padding-before
380 -webkit-padding-start
382 -webkit-perspective-origin
383 -webkit-perspective-origin-x
384 -webkit-perspective-origin-y
385 -webkit-print-color-adjust [Inherited]
386 -webkit-rtl-ordering [Inherited]
387 -webkit-ruby-position [Inherited]
388 -webkit-text-combine [Inherited]
389 -epub-text-combine = -webkit-text-combine
390 #if defined(ENABLE_CSS3_TEXT) && ENABLE_CSS3_TEXT
391 -webkit-text-align-last [Inherited]
392 -webkit-text-justify [Inherited]
394 -webkit-text-decoration
395 -webkit-text-decoration-line
396 -webkit-text-decoration-style
397 -webkit-text-decoration-color
398 -webkit-text-decoration-skip [Inherited]
399 -webkit-text-underline-position [Inherited]
400 -webkit-text-decorations-in-effect [Inherited]
401 -webkit-text-emphasis [Inherited]
402 -epub-text-emphasis = -webkit-text-emphasis
403 text-emphasis = -webkit-text-emphasis
404 -webkit-text-emphasis-color [Inherited]
405 -epub-text-emphasis-color = -webkit-text-emphasis-color
406 text-emphasis-color = -webkit-text-emphasis-color
407 -webkit-text-emphasis-position [Inherited]
408 text-emphasis-position = -webkit-text-emphasis-position
409 -webkit-text-emphasis-style [Inherited]
410 -epub-text-emphasis-style = -webkit-text-emphasis-style
411 text-emphasis-style = -webkit-text-emphasis-style
412 -webkit-text-fill-color [Inherited]
413 -webkit-text-security [Inherited]
414 -webkit-text-stroke [Inherited]
415 -webkit-text-stroke-color [Inherited]
416 -webkit-text-stroke-width [Inherited]
418 -webkit-transform-origin
419 -webkit-transform-origin-x
420 -webkit-transform-origin-y
421 -webkit-transform-origin-z
422 -webkit-transform-style
424 -webkit-transition-delay
425 -webkit-transition-duration
426 -webkit-transition-property
427 -webkit-transition-timing-function
429 -webkit-user-modify [Inherited]
430 -webkit-user-select [Inherited]
431 #if defined(ENABLE_CSS_REGIONS) && ENABLE_CSS_REGIONS
434 -webkit-region-fragment
435 -webkit-region-break-after
436 -webkit-region-break-before
437 -webkit-region-break-inside
439 #if defined(ENABLE_CSS_SHAPES) && ENABLE_CSS_SHAPES
440 -webkit-shape-outside
442 -webkit-shape-image-threshold
444 #if defined(ENABLE_CSS_DEVICE_ADAPTATION) && ENABLE_CSS_DEVICE_ADAPTATION
450 #if defined(ENABLE_TOUCH_EVENTS) && ENABLE_TOUCH_EVENTS
451 -webkit-tap-highlight-color [Inherited]
453 #if defined(ENABLE_DASHBOARD_SUPPORT) && ENABLE_DASHBOARD_SUPPORT
454 -webkit-dashboard-region
456 #if defined(ENABLE_ACCELERATED_OVERFLOW_SCROLLING) && ENABLE_ACCELERATED_OVERFLOW_SCROLLING
457 -webkit-overflow-scrolling [Inherited]
459 #if defined(WTF_PLATFORM_IOS) && WTF_PLATFORM_IOS
460 -webkit-touch-callout [Inherited]
462 // FIXME: This property shouldn't be iOS-specific. Once we fix up its usage in InlineTextBox::paintCompositionBackground()
463 // we should move it outside the WTF_PLATFORM_IOS-guard.
464 -webkit-composition-fill-color [Inherited]