Skip to content

Commit

Permalink
Remove experimental flags overflow and overflow-anchor (#5210)
Browse files Browse the repository at this point in the history
  • Loading branch information
rachelandrew authored and Elchi3 committed Nov 27, 2019
1 parent 2e8dbe3 commit c23c98f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion css/properties/overflow-anchor.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
}
},
"status": {
"experimental": true,
"experimental": false,
"standard_track": true,
"deprecated": false
}
Expand Down
2 changes: 1 addition & 1 deletion css/properties/overflow.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
}
},
"status": {
"experimental": true,
"experimental": false,
"standard_track": true,
"deprecated": false
}
Expand Down

0 comments on commit c23c98f

Please sign in to comment.