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
11 // high-priority property names have to be listed first, to simplify the check
12 // for applying them first.
23 -webkit-font-feature-settings
24 -webkit-font-smoothing
26 -webkit-text-orientation
27 -epub-text-orientation = -webkit-text-orientation
28 -webkit-text-size-adjust
30 -epub-writing-mode = -webkit-writing-mode
33 // line height needs to be right after the above high-priority properties
36 // The remaining properties are listed in alphabetical order
53 border-bottom-left-radius
54 -webkit-border-bottom-left-radius = border-bottom-left-radius
55 border-bottom-right-radius
56 -webkit-border-bottom-right-radius = border-bottom-right-radius
80 border-top-left-radius
81 -webkit-border-top-left-radius = border-top-left-radius
82 border-top-right-radius
83 -webkit-border-top-right-radius = border-top-right-radius
90 // -webkit-box-sizing worked in Safari 4 and earlier.
91 -webkit-box-sizing = box-sizing
93 -epub-caption-side = caption-side
121 // Honor -webkit-opacity as a synonym for opacity. This was the only syntax that worked in Safari 1.1,
122 // and may be in use on some websites and widgets.
123 -webkit-opacity = opacity
155 text-line-through-color
156 text-line-through-mode
157 text-line-through-style
158 text-line-through-width
167 -epub-text-transform = text-transform
182 -epub-word-break = word-break
187 -webkit-animation-delay
188 -webkit-animation-direction
189 -webkit-animation-duration
190 -webkit-animation-fill-mode
191 -webkit-animation-iteration-count
192 -webkit-animation-name
193 -webkit-animation-play-state
194 -webkit-animation-timing-function
197 -webkit-backface-visibility
198 -webkit-background-clip
199 -webkit-background-composite
200 -webkit-background-origin
201 // -webkit-background-size differs from background-size only in the interpretation of
202 // a single value: -webkit-background-size: l; is equivalent to background-size: l l;
203 // whereas background-size: l; is equivalent to background-size: l auto;
204 -webkit-background-size
206 -webkit-border-after-color
207 -webkit-border-after-style
208 -webkit-border-after-width
209 -webkit-border-before
210 -webkit-border-before-color
211 -webkit-border-before-style
212 -webkit-border-before-width
214 -webkit-border-end-color
215 -webkit-border-end-style
216 -webkit-border-end-width
218 -webkit-border-horizontal-spacing
220 // -webkit-border-radius differs from border-radius only in the interpretation of
221 // a value consisting of two lengths: "-webkit-border-radius: l1 l2;" is equivalent
222 // to "border-radius: l1 / l2;"
223 -webkit-border-radius
225 -webkit-border-start-color
226 -webkit-border-start-style
227 -webkit-border-start-width
228 -webkit-border-vertical-spacing
230 -webkit-box-direction
232 -webkit-box-flex-group
234 -webkit-box-ordinal-group
239 -webkit-color-correction
241 -webkit-column-break-after
242 -webkit-column-break-before
243 -webkit-column-break-inside
247 -webkit-column-rule-color
248 -webkit-column-rule-style
249 -webkit-column-rule-width
253 #if defined(ENABLE_CSS_FILTERS) && ENABLE_CSS_FILTERS
256 -webkit-flex-direction
258 -webkit-flex-item-align
262 -webkit-font-size-delta
264 -webkit-hyphenate-character
265 -webkit-hyphenate-limit-after
266 -webkit-hyphenate-limit-before
267 -webkit-hyphenate-limit-lines
269 -epub-hyphens = -webkit-hyphens
270 -webkit-line-box-contain
274 -webkit-line-grid-snap
275 -webkit-logical-width
276 -webkit-logical-height
277 -webkit-margin-after-collapse
278 -webkit-margin-before-collapse
279 -webkit-margin-bottom-collapse
280 -webkit-margin-top-collapse
281 -webkit-margin-collapse
283 -webkit-margin-before
287 -webkit-marquee-direction
288 -webkit-marquee-increment
289 -webkit-marquee-repetition
290 -webkit-marquee-speed
291 -webkit-marquee-style
293 -webkit-mask-attachment
294 -webkit-mask-box-image
295 -webkit-mask-box-image-outset
296 -webkit-mask-box-image-repeat
297 -webkit-mask-box-image-slice
298 -webkit-mask-box-image-source
299 -webkit-mask-box-image-width
301 -webkit-mask-composite
304 -webkit-mask-position
305 -webkit-mask-position-x
306 -webkit-mask-position-y
308 -webkit-mask-repeat-x
309 -webkit-mask-repeat-y
311 -webkit-match-nearest-mail-blockquote-color
312 -webkit-max-logical-width
313 -webkit-max-logical-height
314 -webkit-min-logical-width
315 -webkit-min-logical-height
317 -webkit-padding-after
318 -webkit-padding-before
320 -webkit-padding-start
322 -webkit-perspective-origin
323 -webkit-perspective-origin-x
324 -webkit-perspective-origin-y
325 -webkit-print-color-adjust
328 -epub-text-combine = -webkit-text-combine
329 -webkit-text-decorations-in-effect
330 -webkit-text-emphasis
331 -epub-text-emphasis = -webkit-text-emphasis
332 -webkit-text-emphasis-color
333 -epub-text-emphasis-color = -webkit-text-emphasis-color
334 -webkit-text-emphasis-position
335 -webkit-text-emphasis-style
336 -epub-text-emphasis-style = -webkit-text-emphasis-style
337 -webkit-text-fill-color
338 -webkit-text-security
340 -webkit-text-stroke-color
341 -webkit-text-stroke-width
343 -webkit-transform-origin
344 -webkit-transform-origin-x
345 -webkit-transform-origin-y
346 -webkit-transform-origin-z
347 -webkit-transform-style
349 -webkit-transition-delay
350 -webkit-transition-duration
351 -webkit-transition-property
352 -webkit-transition-timing-function
358 -webkit-region-overflow
359 -webkit-wrap-shape-inside
360 -webkit-wrap-shape-outside
363 -webkit-region-break-after
364 -webkit-region-break-before
365 -webkit-region-break-inside
369 #if defined(ENABLE_TOUCH_EVENTS) && ENABLE_TOUCH_EVENTS
370 -webkit-tap-highlight-color
372 #if defined(ENABLE_CSS_GRID_LAYOUT) && ENABLE_CSS_GRID_LAYOUT