Created
January 8, 2016 12:40
-
-
Save anonymous/1817540b7c0160d0ef42 to your computer and use it in GitHub Desktop.
Servo CSS properties
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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