Skip to content

Commit

Permalink
fix(css): Add group field for CSS Box Sizing module (#855)
Browse files Browse the repository at this point in the history
Co-authored-by: Brian Smith <brian@smith.berlin>
  • Loading branch information
skyclouds2001 and bsmth authored Dec 30, 2024
1 parent 7f652b0 commit 97536bb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion css/definitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@
"CSS Animations",
"CSS Backgrounds and Borders",
"CSS Basic User Interface",
"CSS Box Model",
"CSS Box Alignment",
"CSS Box Model",
"CSS Box Sizing",
"CSS Break",
"CSS Cascading and Inheritance",
"CSS Charsets",
Expand Down
12 changes: 6 additions & 6 deletions css/properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -2106,7 +2106,7 @@
"animationType": "byComputedValueType",
"percentages": "no",
"groups": [
"CSS Basic User Interface"
"CSS Box Sizing"
],
"initial": "auto",
"appliesto": "allElementsExceptInlineBoxesAndInternalRubyOrTableBoxes",
Expand Down Expand Up @@ -4378,7 +4378,7 @@
"animationType": "byComputedValueType",
"percentages": "no",
"groups": [
"CSS Containment"
"CSS Box Sizing"
],
"initial": "none",
"appliesto": "elementsForWhichSizeContainmentCanApply",
Expand All @@ -4393,7 +4393,7 @@
"animationType": "byComputedValueType",
"percentages": "no",
"groups": [
"CSS Containment"
"CSS Box Sizing"
],
"initial": "none",
"appliesto": "elementsForWhichSizeContainmentCanApply",
Expand All @@ -4408,7 +4408,7 @@
"animationType": "byComputedValueType",
"percentages": "no",
"groups": [
"CSS Containment"
"CSS Box Sizing"
],
"initial": "none",
"appliesto": "elementsForWhichSizeContainmentCanApply",
Expand All @@ -4430,7 +4430,7 @@
"contain-intrinsic-height"
],
"groups": [
"CSS Containment"
"CSS Box Sizing"
],
"initial": [
"contain-intrinsic-width",
Expand All @@ -4452,7 +4452,7 @@
"animationType": "byComputedValueType",
"percentages": "no",
"groups": [
"CSS Containment"
"CSS Box Sizing"
],
"initial": "none",
"appliesto": "elementsForWhichSizeContainmentCanApply",
Expand Down

0 comments on commit 97536bb

Please sign in to comment.