|
3957 | 3957 | "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/caption-side" |
3958 | 3958 | }, |
3959 | 3959 | "caret": { |
3960 | | - "syntax": "<'caret-color'> || <'caret-shape'>", |
| 3960 | + "syntax": "<'caret-color'> || <'caret-animation'> || <'caret-shape'>", |
3961 | 3961 | "media": "interactive", |
3962 | 3962 | "inherited": true, |
3963 | 3963 | "animationType": [ |
3964 | 3964 | "caret-color", |
| 3965 | + "caret-animation", |
3965 | 3966 | "caret-shape" |
3966 | 3967 | ], |
3967 | 3968 | "percentages": "no", |
|
3970 | 3971 | ], |
3971 | 3972 | "initial": [ |
3972 | 3973 | "caret-color", |
| 3974 | + "caret-animation", |
3973 | 3975 | "caret-shape" |
3974 | 3976 | ], |
3975 | | - "appliesto": "elementsThatAcceptInput", |
| 3977 | + "appliesto": "textOrElementsThatAcceptInput", |
3976 | 3978 | "computed": [ |
3977 | 3979 | "caret-color", |
| 3980 | + "caret-animation", |
3978 | 3981 | "caret-shape" |
3979 | 3982 | ], |
3980 | 3983 | "order": "perGrammar", |
3981 | 3984 | "status": "standard" |
3982 | 3985 | }, |
| 3986 | + "caret-animation": { |
| 3987 | + "syntax": "auto | manual", |
| 3988 | + "media": "interactive", |
| 3989 | + "inherited": true, |
| 3990 | + "animationType": "discrete", |
| 3991 | + "percentages": "no", |
| 3992 | + "groups": [ |
| 3993 | + "CSS Basic User Interface" |
| 3994 | + ], |
| 3995 | + "initial": "auto", |
| 3996 | + "appliesto": "textOrElementsThatAcceptInput", |
| 3997 | + "computed": "asSpecified", |
| 3998 | + "order": "perGrammar", |
| 3999 | + "status": "standard", |
| 4000 | + "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/caret-animation" |
| 4001 | + }, |
3983 | 4002 | "caret-color": { |
3984 | 4003 | "syntax": "auto | <color>", |
3985 | 4004 | "media": "interactive", |
|
3990 | 4009 | "CSS Basic User Interface" |
3991 | 4010 | ], |
3992 | 4011 | "initial": "auto", |
3993 | | - "appliesto": "allElements", |
| 4012 | + "appliesto": "textOrElementsThatAcceptInput", |
3994 | 4013 | "computed": "asAutoOrColor", |
3995 | 4014 | "order": "perGrammar", |
3996 | 4015 | "status": "standard", |
|
4006 | 4025 | "CSS Basic User Interface" |
4007 | 4026 | ], |
4008 | 4027 | "initial": "auto", |
4009 | | - "appliesto": "elementsThatAcceptInput", |
| 4028 | + "appliesto": "textOrElementsThatAcceptInput", |
4010 | 4029 | "computed": "asSpecified", |
4011 | 4030 | "order": "perGrammar", |
4012 | 4031 | "status": "standard" |
|
0 commit comments