Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(css): Remove cross-fade from Filter Effects group #903

Open
wants to merge 24 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
1f261e0
chore(css): Update group for CSS Text
skyclouds2001 Feb 17, 2025
2138f3e
chore(css): Update group for CSS Fonts
skyclouds2001 Feb 17, 2025
49f6c92
chore(css): Update group for CSS Animations
skyclouds2001 Feb 11, 2025
212baaa
chore(css): Fix group for CSS Transitions module (#5)
skyclouds2001 Feb 21, 2025
b5af8d8
chore(css): Rename CSS Logical Properties to CSS Logical Properties a…
skyclouds2001 Feb 9, 2025
cf51b7c
feat(css): Update syntax for `circle()` and `ellipse()` functions
skyclouds2001 Feb 9, 2025
0e4d6a1
feat(css): Add missing `rect()` and `xywh()` functions
skyclouds2001 Feb 9, 2025
729efa9
chore(css): Fix group for `shape-rendering`
skyclouds2001 Feb 9, 2025
faa30d8
chore(css): Fix group for `clip-rule`
skyclouds2001 Feb 9, 2025
d0c1baf
chore(css): Rename CSS Positioning group to CSS Positioned Layout gro…
skyclouds2001 Feb 21, 2025
f6693ed
chore(css): Fix group for some CSS Inline module feature
skyclouds2001 Feb 21, 2025
26ab04c
Fix group for CSS Images module (#14)
skyclouds2001 Feb 21, 2025
c9e8272
chore(css): Add CSS Anchor Positioning group (#15)
skyclouds2001 Feb 21, 2025
4616b96
chore(css): Fox group for CSS Display module features
skyclouds2001 Jan 28, 2025
e110015
chore(css): Fix group for css `env()` function
skyclouds2001 Jan 28, 2025
620041f
Update status for page-break-* properties
skyclouds2001 Jan 25, 2025
60987fe
chore(css): Fix group key for `text-overflow`
skyclouds2001 Jan 25, 2025
8ec4d72
chore(css): Update group for `@import`
skyclouds2001 Jan 23, 2025
34d2220
feat(css): Update syntax for `an+b` type
skyclouds2001 Jan 22, 2025
82c1f64
feat(css): Add css `symbols()` function
skyclouds2001 Jan 19, 2025
dad8642
chore(ci): remove unused workflows
bsmth Feb 3, 2025
f1c8abf
Remove never used CSSOM View group
skyclouds2001 Jan 19, 2025
62b1235
Remove cross-fade from Filter Effects group
skyclouds2001 Jan 19, 2025
6098b20
Merge branch 'next' into Filter-Effects-group
skyclouds2001 Feb 21, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 0 additions & 40 deletions .github/workflows/codeql.yml

This file was deleted.

7 changes: 3 additions & 4 deletions css/at-rules.json
Original file line number Diff line number Diff line change
Expand Up @@ -334,8 +334,7 @@
"CSSImportRule"
],
"groups": [
"CSS Conditional Rules",
"Media Queries"
"CSS Cascading and Inheritance"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@import"
Expand Down Expand Up @@ -456,7 +455,7 @@
"CSSPositionTryRule"
],
"groups": [
"CSS Positioning"
"CSS Anchor Positioning"
],
"status": "experimental",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@position-try"
Expand Down Expand Up @@ -521,7 +520,7 @@
"CSSStartingStyleRule"
],
"groups": [
"CSS Animations"
"CSS Transitions"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@starting-style"
Expand Down
10 changes: 7 additions & 3 deletions css/definitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"Basic Selectors",
"Combinators",
"Compositing and Blending",
"CSS Anchor Positioning",
"CSS Angles",
"CSS Animations",
"CSS Backgrounds and Borders",
Expand All @@ -19,6 +20,7 @@
"CSS Custom Properties for Cascading Variables",
"CSS Device Adaptation",
"CSS Display",
"CSS Environment Variables",
"CSS Flexible Box Layout",
"CSS Fonts",
"CSS Fragmentation",
Expand All @@ -30,16 +32,18 @@
"CSS Inline",
"CSS Lengths",
"CSS Lists and Counters",
"CSS Logical Properties",
"CSS Logical Properties and Values",
"CSS Masking",
"CSS Mobile Text Size Adjustment",
"CSS Motion Path",
"CSS Multi-column Layout",
"CSS Namespaces",
"CSS Overflow",
"CSS Overscroll Behavior",
"CSS Paged Media",
"CSS Positioning",
"CSS Positioned Layout",
"CSS Resolutions",
"CSS Rhythmic Sizing",
"CSS Ruby",
"CSS Scroll Anchoring",
"CSS Scrollbars",
Expand All @@ -59,7 +63,6 @@
"CSS View Transitions",
"CSS Will Change",
"CSS Writing Modes",
"CSSOM View",
"Filter Effects",
"Grouping Selectors",
"MathML",
Expand All @@ -72,6 +75,7 @@
"Pseudo-elements",
"Selectors",
"Scalable Vector Graphics",
"Scroll-driven Animations",
"WebKit Extensions"
]
}
Expand Down
59 changes: 38 additions & 21 deletions css/functions.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@
"anchor()": {
"syntax": "anchor( <anchor-name>? && <anchor-side>, <length-percentage>? )",
"groups": [
"CSS Positioning"
"CSS Anchor Positioning"
],
"status": "experimental",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/anchor"
},
"anchor-size()": {
"syntax": "anchor-size( [ <anchor-name> || <anchor-size> ]? , <length-percentage>? )",
"groups": [
"CSS Positioning"
"CSS Anchor Positioning"
],
"status": "experimental",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/anchor-size"
Expand Down Expand Up @@ -103,7 +103,7 @@
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/calc-size"
},
"circle()": {
"syntax": "circle( [ <shape-radius> ]? [ at <position> ]? )",
"syntax": "circle( <radial-size>? [ at <position> ]? )",
"groups": [
"CSS Shapes"
],
Expand Down Expand Up @@ -138,8 +138,7 @@
"conic-gradient()": {
"syntax": "conic-gradient( [ from <angle> ]? [ at <position> ]?, <angular-color-stop-list> )",
"groups": [
"CSS Backgrounds and Borders",
"CSS Color"
"CSS Images"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/gradient/conic-gradient"
Expand Down Expand Up @@ -180,8 +179,7 @@
"cross-fade()": {
"syntax": "cross-fade( <cf-mixing-image> , <cf-final-image>? )",
"groups": [
"Filter Effects",
"CSS Color"
"CSS Images"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/cross-fade"
Expand All @@ -203,7 +201,7 @@
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/element"
},
"ellipse()": {
"syntax": "ellipse( [ <shape-radius>{2} ]? [ at <position> ]? )",
"syntax": "ellipse( <radial-size>? [ at <position> ]? )",
"groups": [
"CSS Shapes"
],
Expand All @@ -213,7 +211,7 @@
"env()": {
"syntax": "env( <custom-ident> , <declaration-value>? )",
"groups": [
"CSS Box Model"
"CSS Environment Variables"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/env"
Expand Down Expand Up @@ -359,8 +357,7 @@
"linear-gradient()": {
"syntax": "linear-gradient( [ <angle> | to <side-or-corner> ]? , <color-stop-list> )",
"groups": [
"CSS Backgrounds and Borders",
"CSS Color"
"CSS Images"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/gradient/linear-gradient"
Expand Down Expand Up @@ -503,8 +500,7 @@
"radial-gradient()": {
"syntax": "radial-gradient( [ <ending-shape> || <size> ]? [ at <position> ]? , <color-stop-list> )",
"groups": [
"CSS Backgrounds and Borders",
"CSS Color"
"CSS Images"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/gradient/radial-gradient"
Expand All @@ -517,6 +513,14 @@
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/ray"
},
"rect()": {
"syntax": "rect( [ <length-percentage> | auto ]{4} [ round <'border-radius'> ]? )",
"groups": [
"CSS Shapes"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/basic-shape/rect"
},
"rem()": {
"syntax": "rem( <calc-sum>, <calc-sum> )",
"groups": [
Expand All @@ -529,26 +533,23 @@
"repeating-conic-gradient()": {
"syntax": "repeating-conic-gradient( [ from <angle> ]? [ at <position> ]?, <angular-color-stop-list> )",
"groups": [
"CSS Backgrounds and Borders",
"CSS Color"
"CSS Images"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/gradient/repeating-conic-gradient"
},
"repeating-linear-gradient()": {
"syntax": "repeating-linear-gradient( [ <angle> | to <side-or-corner> ]? , <color-stop-list> )",
"groups": [
"CSS Backgrounds and Borders",
"CSS Color"
"CSS Images"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/gradient/repeating-linear-gradient"
},
"repeating-radial-gradient()": {
"syntax": "repeating-radial-gradient( [ <ending-shape> || <size> ]? [ at <position> ]? , <color-stop-list> )",
"groups": [
"CSS Backgrounds and Borders",
"CSS Color"
"CSS Images"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/gradient/repeating-radial-gradient"
Expand Down Expand Up @@ -669,7 +670,7 @@
"scroll()": {
"syntax": "scroll( [ <scroller> || <axis> ]? )",
"groups": [
"CSS Animations"
"Scroll-driven Animations"
],
"status": "experimental",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/animation-timeline/scroll"
Expand Down Expand Up @@ -733,6 +734,14 @@
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/sqrt"
},
"symbols()": {
"syntax": "symbols( <symbols-type>? [ <string> | <image> ]+ )",
"groups": [
"CSS Counter Styles"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/symbols"
},
"tan()": {
"syntax": "tan( <calc-sum> )",
"groups": [
Expand Down Expand Up @@ -814,9 +823,17 @@
"view()": {
"syntax": "view([<axis> || <'view-timeline-inset'>]?)",
"groups": [
"CSS Animations"
"Scroll-driven Animations"
],
"status": "experimental",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/animation-timeline/view"
},
"xywh()": {
"syntax": "xywh( <length-percentage>{2} <length-percentage [0,∞]>{2} [ round <'border-radius'> ]? )",
"groups": [
"CSS Shapes"
],
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/basic-shape/xywh"
}
}
Loading