Skip to content

Instantly share code, notes, and snippets.

@sole
Forked from anonymous/gist:1817540b7c0160d0ef42
Created January 8, 2016 13:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sole/9c83f12f1564af66ee43 to your computer and use it in GitHub Desktop.
Save sole/9c83f12f1564af66ee43 to your computer and use it in GitHub Desktop.
Servo CSS properties
// List of all CSS properties parsed by servo as of 2016-01-08
// To extract again, build Servo and search for `is_supported_property`
// in the generated file target/debug/build/style-*/out/properties.rs
background
margin
padding
border-color
border-style
border-width
border-top
border-right
border-bottom
border-left
border
border-radius
outline
font
word-wrap
list-style
columns
overflow
transition
margin-top
margin-right
margin-bottom
margin-left
padding-top
padding-right
padding-bottom
padding-left
border-top-color
border-right-color
border-bottom-color
border-left-color
border-top-style
border-right-style
border-bottom-style
border-left-style
border-top-width
border-right-width
border-bottom-width
border-left-width
border-top-left-radius
border-top-right-radius
border-bottom-right-radius
border-bottom-left-radius
outline-color
outline-style
outline-width
outline-offset
top
right
bottom
left
display
position
float
clear
-servo-display-for-hypothetical-box
z-index
direction
width
height
min-width
max-width
min-height
max-height
line-height
vertical-align
overflow-x
overflow-y
visibility
content
list-style-position
list-style-type
list-style-image
quotes
counter-increment
counter-reset
background-color
background-image
background-position
background-repeat
background-attachment
background-clip
background-origin
background-size
color
font-family
font-style
font-variant
font-weight
font-size
font-stretch
text-align
letter-spacing
word-spacing
text-indent
overflow-wrap
word-break
text-overflow
text-justify
unicode-bidi
text-decoration
-servo-text-decorations-in-effect
white-space
text-transform
text-rendering
table-layout
border-collapse
empty-cells
caption-side
border-spacing
writing-mode
text-orientation
box-sizing
cursor
pointer-events
column-width
column-count
column-gap
opacity
box-shadow
clip
text-shadow
filter
transform
backface-visibility
transform-style
transform-origin
perspective
perspective-origin
mix-blend-mode
image-rendering
transition-duration
transition-timing-function
transition-property
transition-delay
flex-direction
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment