Skip to content

Commit

Permalink
Drop unnecessary spec URL for CSS viewport-fit (#10115)
Browse files Browse the repository at this point in the history
In #7514
(c0e0e2b)
we removed data for the viewport-fit descriptor from BCD.
So this change drops corresponding spec URL for the definition
of the viewport-fit descriptor in the CSS Round Display spec.
  • Loading branch information
sideshowbarker authored Apr 27, 2021
1 parent d616965 commit 54d1300
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions css/at-rules/viewport.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@
"__compat": {
"description": "<code>@viewport</code>",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@viewport",
"spec_url": [
"https://drafts.csswg.org/css-round-display/#extending-viewport-rule",
"https://drafts.csswg.org/css-device-adapt/#atviewport-rule"
],
"spec_url": "https://drafts.csswg.org/css-device-adapt/#atviewport-rule",
"support": {
"chrome": {
"version_removed": "84",
Expand Down

0 comments on commit 54d1300

Please sign in to comment.