|
2383 | 2383 | "order": "perGrammar", |
2384 | 2384 | "status": "standard" |
2385 | 2385 | }, |
| 2386 | + "baseline-source": { |
| 2387 | + "syntax": "auto | first | last", |
| 2388 | + "media": "visual", |
| 2389 | + "inherited": false, |
| 2390 | + "animationType": "discrete", |
| 2391 | + "percentages": "no", |
| 2392 | + "groups": [ |
| 2393 | + "CSS Inline" |
| 2394 | + ], |
| 2395 | + "initial": "auto", |
| 2396 | + "appliesto": "inlineLevelBoxes", |
| 2397 | + "computed": "asSpecified", |
| 2398 | + "order": "perGrammar", |
| 2399 | + "status": "standard", |
| 2400 | + "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/baseline-source" |
| 2401 | + }, |
2386 | 2402 | "block-size": { |
2387 | 2403 | "syntax": "<'width'>", |
2388 | 2404 | "media": "visual", |
|
4728 | 4744 | "status": "standard", |
4729 | 4745 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/dominant-baseline" |
4730 | 4746 | }, |
| 4747 | + "dynamic-range-limit": { |
| 4748 | + "syntax": "standard | no-limit | constrained | <dynamic-range-limit-mix()>", |
| 4749 | + "media": "visual", |
| 4750 | + "inherited": true, |
| 4751 | + "animationType": "byDynamicRangeLimitMix", |
| 4752 | + "percentages": "no", |
| 4753 | + "groups": [ |
| 4754 | + "CSS Color" |
| 4755 | + ], |
| 4756 | + "initial": "no-limit", |
| 4757 | + "appliesto": "allElements", |
| 4758 | + "computed": "computedValueForDynamicRangeLimit", |
| 4759 | + "order": "perGrammar", |
| 4760 | + "status": "standard", |
| 4761 | + "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/dynamic-range-limit" |
| 4762 | + }, |
4731 | 4763 | "empty-cells": { |
4732 | 4764 | "syntax": "show | hide", |
4733 | 4765 | "media": "visual", |
|
6390 | 6422 | "status": "standard", |
6391 | 6423 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/isolation" |
6392 | 6424 | }, |
| 6425 | + "interactivity": { |
| 6426 | + "syntax": "auto | inert", |
| 6427 | + "media": "visual", |
| 6428 | + "inherited": true, |
| 6429 | + "animationType": "discrete", |
| 6430 | + "percentages": "no", |
| 6431 | + "groups": [ |
| 6432 | + "CSS Basic User Interface" |
| 6433 | + ], |
| 6434 | + "initial": "auto", |
| 6435 | + "appliesto": "allElements", |
| 6436 | + "computed": "asSpecified", |
| 6437 | + "order": "perGrammar", |
| 6438 | + "status": "standard", |
| 6439 | + "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/interactivity" |
| 6440 | + }, |
| 6441 | + "interest-delay": { |
| 6442 | + "syntax": "<'interest-delay-start'>{1,2}", |
| 6443 | + "media": "visual", |
| 6444 | + "inherited": true, |
| 6445 | + "animationType": [ |
| 6446 | + "interest-delay-start", |
| 6447 | + "interest-delay-end" |
| 6448 | + ], |
| 6449 | + "percentages": "no", |
| 6450 | + "groups": [ |
| 6451 | + "CSS Basic User Interface" |
| 6452 | + ], |
| 6453 | + "initial": [ |
| 6454 | + "interest-delay-start", |
| 6455 | + "interest-delay-end" |
| 6456 | + ], |
| 6457 | + "appliesto": "allElements", |
| 6458 | + "computed": [ |
| 6459 | + "interest-delay-start", |
| 6460 | + "interest-delay-end" |
| 6461 | + ], |
| 6462 | + "order": "perGrammar", |
| 6463 | + "status": "standard", |
| 6464 | + "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/interest-delay-end" |
| 6465 | + }, |
| 6466 | + "interest-delay-end": { |
| 6467 | + "syntax": "normal | <time>", |
| 6468 | + "media": "visual", |
| 6469 | + "inherited": true, |
| 6470 | + "animationType": "byComputedValueType", |
| 6471 | + "percentages": "no", |
| 6472 | + "groups": [ |
| 6473 | + "CSS Basic User Interface" |
| 6474 | + ], |
| 6475 | + "initial": "normal", |
| 6476 | + "appliesto": "allElements", |
| 6477 | + "computed": "normalOrComputedTime", |
| 6478 | + "order": "perGrammar", |
| 6479 | + "status": "standard", |
| 6480 | + "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/interest-delay-end" |
| 6481 | + }, |
| 6482 | + "interest-delay-start": { |
| 6483 | + "syntax": "normal | <time>", |
| 6484 | + "media": "visual", |
| 6485 | + "inherited": true, |
| 6486 | + "animationType": "byComputedValueType", |
| 6487 | + "percentages": "no", |
| 6488 | + "groups": [ |
| 6489 | + "CSS Basic User Interface" |
| 6490 | + ], |
| 6491 | + "initial": "normal", |
| 6492 | + "appliesto": "allElements", |
| 6493 | + "computed": "normalOrComputedTime", |
| 6494 | + "order": "perGrammar", |
| 6495 | + "status": "standard", |
| 6496 | + "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/interest-delay-start" |
| 6497 | + }, |
6393 | 6498 | "justify-content": { |
6394 | 6499 | "syntax": "normal | <content-distribution> | <overflow-position>? [ <content-position> | left | right ]", |
6395 | 6500 | "media": "visual", |
|
8672 | 8777 | "status": "standard", |
8673 | 8778 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/r" |
8674 | 8779 | }, |
| 8780 | + "reading-flow": { |
| 8781 | + "syntax": "normal | source-order | flex-visual | flex-flow | grid-rows | grid-columns | grid-order", |
| 8782 | + "media": "visual", |
| 8783 | + "inherited": false, |
| 8784 | + "animationType": "notAnimatable", |
| 8785 | + "percentages": "no", |
| 8786 | + "groups": [ |
| 8787 | + "CSS Display" |
| 8788 | + ], |
| 8789 | + "initial": "normal", |
| 8790 | + "appliesto": "blockContainersFlexContainersGridContainers", |
| 8791 | + "computed": "asSpecified", |
| 8792 | + "order": "perGrammar", |
| 8793 | + "status": "standard", |
| 8794 | + "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/reading-flow" |
| 8795 | + }, |
| 8796 | + "reading-order": { |
| 8797 | + "syntax": "<integer>", |
| 8798 | + "media": "visual", |
| 8799 | + "inherited": false, |
| 8800 | + "animationType": "byComputedValueType", |
| 8801 | + "percentages": "no", |
| 8802 | + "groups": [ |
| 8803 | + "CSS Display" |
| 8804 | + ], |
| 8805 | + "initial": "0", |
| 8806 | + "appliesto": "blockContainersFlexContainersGridContainers", |
| 8807 | + "computed": "specifiedInteger", |
| 8808 | + "order": "perGrammar", |
| 8809 | + "status": "standard", |
| 8810 | + "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/reading-order" |
| 8811 | + }, |
8675 | 8812 | "resize": { |
8676 | 8813 | "syntax": "none | both | horizontal | vertical | block | inline", |
8677 | 8814 | "media": "visual", |
|
10037 | 10174 | "status": "standard", |
10038 | 10175 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/text-decoration-color" |
10039 | 10176 | }, |
| 10177 | + "text-decoration-inset": { |
| 10178 | + "syntax": "<length>{1,2} | auto", |
| 10179 | + "media": "visual", |
| 10180 | + "inherited": false, |
| 10181 | + "animationType": "byComputedValue", |
| 10182 | + "percentages": "no", |
| 10183 | + "groups": [ |
| 10184 | + "CSS Text Decoration" |
| 10185 | + ], |
| 10186 | + "initial": "0", |
| 10187 | + "appliesto": "allElements", |
| 10188 | + "computed": "absoluteLengthOrKeyword", |
| 10189 | + "order": "perGrammar", |
| 10190 | + "alsoAppliesTo": [ |
| 10191 | + "::first-letter", |
| 10192 | + "::first-line", |
| 10193 | + "::placeholder" |
| 10194 | + ], |
| 10195 | + "status": "standard", |
| 10196 | + "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/text-decoration-inset" |
| 10197 | + }, |
10040 | 10198 | "text-decoration-line": { |
10041 | 10199 | "syntax": "none | [ underline || overline || line-through || blink ] | spelling-error | grammar-error", |
10042 | 10200 | "media": "visual", |
|
0 commit comments