Skip to content

Commit

Permalink
Remove nonstandard display properties (#148)
Browse files Browse the repository at this point in the history
See issue: #133
  • Loading branch information
mfluehr authored and teoli2003 committed Feb 6, 2018
1 parent 10cad60 commit 9900789
Showing 1 changed file with 0 additions and 45 deletions.
45 changes: 0 additions & 45 deletions css/properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -2938,51 +2938,6 @@
"order": "uniqueOrder",
"status": "standard"
},
"display-inside": {
"syntax": "auto | block | table | flex | grid | ruby",
"media": "all",
"inherited": false,
"animationType": "discrete",
"percentages": "no",
"groups": [
"CSS Display"
],
"initial": "auto",
"appliesto": "allElements",
"computed": "asSpecified",
"order": "uniqueOrder",
"status": "experimental"
},
"display-list": {
"syntax": "none | list-item",
"media": "all",
"inherited": false,
"animationType": "discrete",
"percentages": "no",
"groups": [
"CSS Display"
],
"initial": "none",
"appliesto": "allElements",
"computed": "asSpecified",
"order": "uniqueOrder",
"status": "experimental"
},
"display-outside": {
"syntax": "block-level | inline-level | run-in | contents | none | table-row-group | table-header-group | table-footer-group | table-row | table-cell | table-column-group | table-column | table-caption | ruby-base | ruby-text | ruby-base-container | ruby-text-container",
"media": "all",
"inherited": false,
"animationType": "discrete",
"percentages": "no",
"groups": [
"CSS Display"
],
"initial": "inline-level",
"appliesto": "allElements",
"computed": "asSpecified",
"order": "uniqueOrder",
"status": "experimental"
},
"empty-cells": {
"syntax": "show | hide",
"media": "visual",
Expand Down

0 comments on commit 9900789

Please # to comment.