Skip to content

Commit

Permalink
Enable css lenght type lh for chrome (mdn#18624)
Browse files Browse the repository at this point in the history
* Enable css lenght type lh for chrome

* Remove css.types.length.rlh
  • Loading branch information
sp-schoen committed Jan 11, 2023
1 parent ef68dca commit a41cdec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions css/types/length.json
Original file line number Diff line number Diff line change
Expand Up @@ -267,8 +267,7 @@
"description": "<code>lh</code> unit",
"support": {
"chrome": {
"version_added": false,
"notes": "See <a href='https://crbug.com/937104'>bug 937104</a>."
"version_added": "109"
},
"chrome_android": "mirror",
"edge": "mirror",
Expand Down
1 change: 0 additions & 1 deletion test/linter/test-obsolete.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ export default {
processData(logger, data);
},
exceptions: [
'css.types.length.lh',
'css.types.length.rlh',
'http.headers.Cache-Control.stale-if-error',
'http.headers.Feature-Policy.layout-animations',
Expand Down

0 comments on commit a41cdec

Please sign in to comment.