|
| 1 | +draft_date: 2025-07-30 |
| 2 | +name: CSS Backgrounds and Borders Module Level 3 |
| 3 | +description: TODO |
| 4 | +spec: https://drafts.csswg.org/css-backgrounds-3/ |
| 5 | +compat_features: |
| 6 | + - css.properties.background-repeat-x |
| 7 | + - css.properties.background-repeat-y |
| 8 | + |
| 9 | +# The following features in the spec are already part of web-features: |
| 10 | +# - background: |
| 11 | +# - css.properties.background |
| 12 | +# - css.properties.background.multiple_backgrounds |
| 13 | +# - SVG: |
| 14 | +# - css.properties.background.SVG_image_as_background |
| 15 | +# - css.properties.background-image.svg_images |
| 16 | +# - background-clip: |
| 17 | +# - css.properties.background.background-clip |
| 18 | +# - css.properties.background-clip |
| 19 | +# - css.properties.background-clip.border-box |
| 20 | +# - css.properties.background-clip.content-box |
| 21 | +# - css.properties.background-clip.padding-box |
| 22 | +# - background-origin: |
| 23 | +# - css.properties.background.background-origin |
| 24 | +# - css.properties.background-origin |
| 25 | +# - css.properties.background-origin.border-box |
| 26 | +# - css.properties.background-origin.content-box |
| 27 | +# - css.properties.background-origin.padding-box |
| 28 | +# - background-size: |
| 29 | +# - css.properties.background.background-size |
| 30 | +# - css.properties.background-size |
| 31 | +# - css.properties.background-size.auto |
| 32 | +# - css.properties.background-size.contain |
| 33 | +# - css.properties.background-size.cover |
| 34 | +# - background-attachment: |
| 35 | +# - css.properties.background-attachment |
| 36 | +# - css.properties.background-attachment.fixed |
| 37 | +# - css.properties.background-attachment.local |
| 38 | +# - css.properties.background-attachment.multiple_backgrounds |
| 39 | +# - css.properties.background-attachment.scroll |
| 40 | +# - background-clip: border-area: |
| 41 | +# - css.properties.background-clip.border-area |
| 42 | +# - background-clip: text: |
| 43 | +# - css.properties.background-clip.text |
| 44 | +# - background-color: |
| 45 | +# - css.properties.background-color |
| 46 | +# - background-image: |
| 47 | +# - css.properties.background-image |
| 48 | +# - css.properties.background-image.multiple_backgrounds |
| 49 | +# - css.properties.background-image.none |
| 50 | +# - background-position: |
| 51 | +# - css.properties.background-position |
| 52 | +# - css.properties.background-position.bottom |
| 53 | +# - css.properties.background-position.center |
| 54 | +# - css.properties.background-position.left |
| 55 | +# - css.properties.background-position.multiple_backgrounds |
| 56 | +# - css.properties.background-position.right |
| 57 | +# - css.properties.background-position.side-relative_values |
| 58 | +# - css.properties.background-position.top |
| 59 | +# - css.properties.background-position-x |
| 60 | +# - css.properties.background-position-x.side-relative_values |
| 61 | +# - css.properties.background-position-y |
| 62 | +# - css.properties.background-position-y.side-relative_values |
| 63 | +# - background-repeat: |
| 64 | +# - css.properties.background-repeat |
| 65 | +# - css.properties.background-repeat.2-value |
| 66 | +# - css.properties.background-repeat.multiple_backgrounds |
| 67 | +# - css.properties.background-repeat.no-repeat |
| 68 | +# - css.properties.background-repeat.repeat |
| 69 | +# - css.properties.background-repeat.repeat-x |
| 70 | +# - css.properties.background-repeat.repeat-y |
| 71 | +# - css.properties.background-repeat.round |
| 72 | +# - css.properties.background-repeat.space |
| 73 | +# - Borders: |
| 74 | +# - css.properties.border |
| 75 | +# - css.properties.border-bottom |
| 76 | +# - css.properties.border-bottom-color |
| 77 | +# - css.properties.border-bottom-style |
| 78 | +# - css.properties.border-bottom-width |
| 79 | +# - css.properties.border-color |
| 80 | +# - css.properties.border-left |
| 81 | +# - css.properties.border-left-color |
| 82 | +# - css.properties.border-left-style |
| 83 | +# - css.properties.border-left-width |
| 84 | +# - css.properties.border-right |
| 85 | +# - css.properties.border-right-color |
| 86 | +# - css.properties.border-right-style |
| 87 | +# - css.properties.border-right-width |
| 88 | +# - css.properties.border-style |
| 89 | +# - css.properties.border-style.dashed |
| 90 | +# - css.properties.border-style.dotted |
| 91 | +# - css.properties.border-style.double |
| 92 | +# - css.properties.border-style.groove |
| 93 | +# - css.properties.border-style.hidden |
| 94 | +# - css.properties.border-style.inset |
| 95 | +# - css.properties.border-style.none |
| 96 | +# - css.properties.border-style.outset |
| 97 | +# - css.properties.border-style.ridge |
| 98 | +# - css.properties.border-style.solid |
| 99 | +# - css.properties.border-top |
| 100 | +# - css.properties.border-top-color |
| 101 | +# - css.properties.border-top-style |
| 102 | +# - css.properties.border-top-width |
| 103 | +# - css.properties.border-width |
| 104 | +# - css.types.line-style |
| 105 | +# - border-radius: |
| 106 | +# - css.properties.border-bottom-left-radius |
| 107 | +# - css.properties.border-bottom-left-radius.elliptical_corners |
| 108 | +# - css.properties.border-bottom-left-radius.percentages |
| 109 | +# - css.properties.border-bottom-right-radius |
| 110 | +# - css.properties.border-bottom-right-radius.elliptical_corners |
| 111 | +# - css.properties.border-bottom-right-radius.percentages |
| 112 | +# - css.properties.border-radius |
| 113 | +# - css.properties.border-radius.4_values_for_4_corners |
| 114 | +# - css.properties.border-radius.elliptical_borders |
| 115 | +# - css.properties.border-radius.percentages |
| 116 | +# - css.properties.border-top-left-radius |
| 117 | +# - css.properties.border-top-left-radius.elliptical_corners |
| 118 | +# - css.properties.border-top-left-radius.percentages |
| 119 | +# - css.properties.border-top-right-radius |
| 120 | +# - css.properties.border-top-right-radius.elliptical_corners |
| 121 | +# - css.properties.border-top-right-radius.percentages |
| 122 | +# - Border images: |
| 123 | +# - css.properties.border-image |
| 124 | +# - css.properties.border-image.fill |
| 125 | +# - css.properties.border-image.gradient |
| 126 | +# - css.properties.border-image.optional_border_image_slice |
| 127 | +# - css.properties.border-image-outset |
| 128 | +# - css.properties.border-image-repeat |
| 129 | +# - css.properties.border-image-repeat.repeat |
| 130 | +# - css.properties.border-image-repeat.round |
| 131 | +# - css.properties.border-image-repeat.space |
| 132 | +# - css.properties.border-image-repeat.stretch |
| 133 | +# - css.properties.border-image-slice |
| 134 | +# - css.properties.border-image-source |
| 135 | +# - css.properties.border-image-width |
| 136 | +# - css.properties.border-image-width.auto |
| 137 | +# - box-shadow: |
| 138 | +# - css.properties.box-shadow |
| 139 | +# - css.properties.box-shadow.inset |
| 140 | +# - css.properties.box-shadow.multiple_shadows |
| 141 | +# - css.properties.box-shadow.spread_radius |
| 142 | +# - Outlines: |
| 143 | +# - css.properties.outline-style.dashed |
| 144 | +# - css.properties.outline-style.dotted |
| 145 | +# - css.properties.outline-style.double |
| 146 | +# - css.properties.outline-style.groove |
| 147 | +# - css.properties.outline-style.inset |
| 148 | +# - css.properties.outline-style.none |
| 149 | +# - css.properties.outline-style.outset |
| 150 | +# - css.properties.outline-style.ridge |
| 151 | +# - css.properties.outline-style.solid |
0 commit comments