|
1783 | 1783 | "status": "standard",
|
1784 | 1784 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/all"
|
1785 | 1785 | },
|
| 1786 | + "anchor-name": { |
| 1787 | + "syntax": "none | <dashed-ident>#", |
| 1788 | + "media": "visual", |
| 1789 | + "inherited": false, |
| 1790 | + "animationType": "discrete", |
| 1791 | + "percentages": "no", |
| 1792 | + "groups": [ |
| 1793 | + "CSS Positioning" |
| 1794 | + ], |
| 1795 | + "initial": "none", |
| 1796 | + "appliesto": "allElementsThatGenerateAPrincipalBox", |
| 1797 | + "computed": "asSpecified", |
| 1798 | + "order": "perGrammar", |
| 1799 | + "status": "experimental", |
| 1800 | + "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/anchor-name" |
| 1801 | + }, |
| 1802 | + "anchor-scope": { |
| 1803 | + "syntax": "none | all | <dashed-ident>#", |
| 1804 | + "media": "visual", |
| 1805 | + "inherited": false, |
| 1806 | + "animationType": "discrete", |
| 1807 | + "percentages": "no", |
| 1808 | + "groups": [ |
| 1809 | + "CSS Positioning" |
| 1810 | + ], |
| 1811 | + "initial": "none", |
| 1812 | + "appliesto": "allElements", |
| 1813 | + "computed": "asSpecified", |
| 1814 | + "order": "perGrammar", |
| 1815 | + "status": "experimental", |
| 1816 | + "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/anchor-scope" |
| 1817 | + }, |
1786 | 1818 | "animation": {
|
1787 | 1819 | "syntax": "<single-animation>#",
|
1788 | 1820 | "media": "visual",
|
|
6002 | 6034 | "status": "standard",
|
6003 | 6035 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/inset"
|
6004 | 6036 | },
|
| 6037 | + "inset-area": { |
| 6038 | + "syntax": "none | <inset-area>", |
| 6039 | + "media": "visual", |
| 6040 | + "inherited": false, |
| 6041 | + "animationType": "discrete", |
| 6042 | + "percentages": "no", |
| 6043 | + "groups": [ |
| 6044 | + "CSS Positioning" |
| 6045 | + ], |
| 6046 | + "initial": "none", |
| 6047 | + "appliesto": "positionedElementsWithADefaultAnchorElement", |
| 6048 | + "computed": "asSpecified", |
| 6049 | + "order": "perGrammar", |
| 6050 | + "status": "experimental", |
| 6051 | + "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/inset-area" |
| 6052 | + }, |
6005 | 6053 | "inset-block": {
|
6006 | 6054 | "syntax": "<'top'>{1,2}",
|
6007 | 6055 | "media": "visual",
|
|
8142 | 8190 | "status": "standard",
|
8143 | 8191 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/position"
|
8144 | 8192 | },
|
| 8193 | + "position-anchor": { |
| 8194 | + "syntax": "<anchor-element>", |
| 8195 | + "media": "visual", |
| 8196 | + "inherited": false, |
| 8197 | + "animationType": "discrete", |
| 8198 | + "percentages": "no", |
| 8199 | + "groups": [ |
| 8200 | + "CSS Positioning" |
| 8201 | + ], |
| 8202 | + "initial": "implicit", |
| 8203 | + "appliesto": "absolutelyPositionedElements", |
| 8204 | + "computed": "asSpecified", |
| 8205 | + "order": "perGrammar", |
| 8206 | + "status": "experimental", |
| 8207 | + "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/position-anchor" |
| 8208 | + }, |
| 8209 | + "position-try": { |
| 8210 | + "syntax": "<'position-try-order'>? <'position-try-options'>", |
| 8211 | + "media": "visual", |
| 8212 | + "inherited": false, |
| 8213 | + "animationType": [ |
| 8214 | + "position-try-options", |
| 8215 | + "position-try-order" |
| 8216 | + ], |
| 8217 | + "percentages": "no", |
| 8218 | + "groups": [ |
| 8219 | + "CSS Positioning" |
| 8220 | + ], |
| 8221 | + "initial": [ |
| 8222 | + "position-try-options", |
| 8223 | + "position-try-order" |
| 8224 | + ], |
| 8225 | + "appliesto": "absolutelyPositionedElements", |
| 8226 | + "computed": [ |
| 8227 | + "position-try-options", |
| 8228 | + "position-try-order" |
| 8229 | + ], |
| 8230 | + "order": "perGrammar", |
| 8231 | + "status": "experimental", |
| 8232 | + "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/position-try" |
| 8233 | + }, |
| 8234 | + "position-try-options": { |
| 8235 | + "syntax": "none | [ [<dashed-ident> || <try-tactic>] | inset-area( <'inset-area'> ) ]#", |
| 8236 | + "media": "visual", |
| 8237 | + "inherited": false, |
| 8238 | + "animationType": "discrete", |
| 8239 | + "percentages": "no", |
| 8240 | + "groups": [ |
| 8241 | + "CSS Positioning" |
| 8242 | + ], |
| 8243 | + "initial": "none", |
| 8244 | + "appliesto": "absolutelyPositionedElements", |
| 8245 | + "computed": "asSpecified", |
| 8246 | + "order": "perGrammar", |
| 8247 | + "status": "experimental", |
| 8248 | + "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/position-try-options" |
| 8249 | + }, |
| 8250 | + "position-try-order": { |
| 8251 | + "syntax": "normal | <try-size>", |
| 8252 | + "media": "visual", |
| 8253 | + "inherited": false, |
| 8254 | + "animationType": "discrete", |
| 8255 | + "percentages": "no", |
| 8256 | + "groups": [ |
| 8257 | + "CSS Positioning" |
| 8258 | + ], |
| 8259 | + "initial": "normal", |
| 8260 | + "appliesto": "absolutelyPositionedElements", |
| 8261 | + "computed": "asSpecified", |
| 8262 | + "order": "perGrammar", |
| 8263 | + "status": "experimental", |
| 8264 | + "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/position-try-order" |
| 8265 | + }, |
| 8266 | + "position-visibility": { |
| 8267 | + "syntax": "always | [ anchors-valid || anchors-visible || no-overflow ]", |
| 8268 | + "media": "visual", |
| 8269 | + "inherited": false, |
| 8270 | + "animationType": "discrete", |
| 8271 | + "percentages": "no", |
| 8272 | + "groups": [ |
| 8273 | + "CSS Positioning" |
| 8274 | + ], |
| 8275 | + "initial": "anchors-visible", |
| 8276 | + "appliesto": "absolutelyPositionedElements", |
| 8277 | + "computed": "asSpecified", |
| 8278 | + "order": "perGrammar", |
| 8279 | + "status": "experimental", |
| 8280 | + "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/position-visibility" |
| 8281 | + }, |
8145 | 8282 | "print-color-adjust": {
|
8146 | 8283 | "syntax": "economy | exact",
|
8147 | 8284 | "media": "visual",
|
|
0 commit comments