Skip to content

Commit

Permalink
Tag cap/ic/lh units for web-features (#22697)
Browse files Browse the repository at this point in the history
* Tag cap/ic/lh units for web-features

This is to fix web-platform-dx/web-features#730.

* Update CSS.json
  • Loading branch information
foolip authored Mar 25, 2024
1 parent 6ceeca2 commit 7445f22
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions api/CSS.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,9 @@
"__compat": {
"description": "<code>cap()</code> static method",
"spec_url": "https://drafts.css-houdini.org/css-typed-om/#dom-css-cap",
"tags": [
"web-features:cap"
],
"support": {
"chrome": {
"version_added": "118"
Expand Down Expand Up @@ -1008,6 +1011,9 @@
"__compat": {
"description": "<code>ic()</code> static method",
"spec_url": "https://drafts.css-houdini.org/css-typed-om/#dom-css-ic",
"tags": [
"web-features:ic"
],
"support": {
"chrome": {
"version_added": "118"
Expand Down Expand Up @@ -1115,6 +1121,9 @@
"__compat": {
"description": "<code>lh()</code> static method",
"spec_url": "https://drafts.css-houdini.org/css-typed-om/#dom-css-lh",
"tags": [
"web-features:lh"
],
"support": {
"chrome": {
"version_added": "118"
Expand Down
9 changes: 9 additions & 0 deletions css/types/length.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@
"cap": {
"__compat": {
"description": "<code>cap</code> unit",
"tags": [
"web-features:cap"
],
"support": {
"chrome": {
"version_added": "117"
Expand Down Expand Up @@ -266,6 +269,9 @@
"ic": {
"__compat": {
"description": "<code>ic</code> unit",
"tags": [
"web-features:ic"
],
"support": {
"chrome": {
"version_added": "106"
Expand Down Expand Up @@ -300,6 +306,9 @@
"__compat": {
"description": "<code>lh</code> unit",
"spec_url": "https://www.w3.org/TR/css-values-4/#lh",
"tags": [
"web-features:lh"
],
"support": {
"chrome": {
"version_added": "109"
Expand Down

0 comments on commit 7445f22

Please sign in to comment.