Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 // Universally supported properties. | |
| 2 // | |
| 3 // This list was constructed by filtering CSS2.1 properties against CSSPropertyN ames.in | |
|
Alan Knight
2015/03/04 17:49:32
line length
sra1
2015/03/25 05:23:35
Done.
| |
| 4 // | |
| 5 // TODO(sra): Remove this file once we have samples from all supported browsers. | |
| 6 | |
| 7 backgroundAttachment | |
| 8 backgroundColor | |
| 9 backgroundImage | |
| 10 backgroundPosition | |
| 11 backgroundRepeat | |
| 12 background | |
| 13 borderCollapse | |
| 14 borderColor | |
| 15 borderSpacing | |
| 16 borderStyle | |
| 17 borderTop | |
| 18 borderRight | |
| 19 borderBottom | |
| 20 borderLeft | |
| 21 borderTopColor | |
| 22 borderRightColor | |
| 23 borderBottomColor | |
| 24 borderLeftColor | |
| 25 borderTopStyle | |
| 26 borderRightStyle | |
| 27 borderBottomStyle | |
| 28 borderLeftStyle | |
| 29 borderTopWidth | |
| 30 borderRightWidth | |
| 31 borderBottomWidth | |
| 32 borderLeftWidth | |
| 33 borderWidth | |
| 34 border | |
| 35 bottom | |
| 36 captionSide | |
| 37 clear | |
| 38 clip | |
| 39 color | |
| 40 content | |
| 41 counterIncrement | |
| 42 counterReset | |
| 43 cursor | |
| 44 direction | |
| 45 display | |
| 46 emptyCells | |
| 47 float | |
| 48 fontFamily | |
| 49 fontSize | |
| 50 fontStyle | |
| 51 fontVariant | |
| 52 fontWeight | |
| 53 font | |
| 54 height | |
| 55 left | |
| 56 letterSpacing | |
| 57 lineHeight | |
| 58 listStyleImage | |
| 59 listStylePosition | |
| 60 listStyleType | |
| 61 listStyle | |
| 62 marginRight | |
| 63 marginLeft | |
| 64 marginTop | |
| 65 marginBottom | |
| 66 margin | |
| 67 maxHeight | |
| 68 maxWidth | |
| 69 minHeight | |
| 70 minWidth | |
| 71 orphans | |
| 72 outlineColor | |
| 73 outlineStyle | |
| 74 outlineWidth | |
| 75 outline | |
| 76 overflow | |
| 77 paddingTop | |
| 78 paddingRight | |
| 79 paddingBottom | |
| 80 paddingLeft | |
| 81 padding | |
| 82 pageBreakAfter | |
| 83 pageBreakBefore | |
| 84 pageBreakInside | |
| 85 position | |
| 86 quotes | |
| 87 right | |
| 88 tableLayout | |
| 89 textAlign | |
| 90 textDecoration | |
| 91 textIndent | |
| 92 textTransform | |
| 93 top | |
| 94 unicodeBidi | |
| 95 verticalAlign | |
| 96 visibility | |
| 97 whiteSpace | |
| 98 widows | |
| 99 width | |
| 100 wordSpacing | |
| 101 zIndex | |
| OLD | NEW |