Skip to content
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.

Commit

Permalink
New: Add status data for display: contents
Browse files Browse the repository at this point in the history
Fix #608
Close #609
  • Loading branch information
molant authored and alrra committed Jun 5, 2018
1 parent c1ab633 commit 4dd96ae
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions status.json
Original file line number Diff line number Diff line change
Expand Up @@ -5199,5 +5199,19 @@
"id": 5668769141620736,
"uservoiceid": 31563175,
"msdn": "https://developer.mozilla.org/en-US/docs/Web/API/Navigator/share"
},
{
"name": "display: contents",
"category": "CSS",
"link": "https://drafts.csswg.org/css-display/#box-generation",
"summary": "\"display: contents\" allows you to control the box generation of an element. The element with \"display: contents\" won't generate any box, but its children and pseudo-elements will still do it as normal. It's like the element has been replaced by its children and pseudo-elements.",
"standardStatus": "Editor's draft",
"spec": "css-display",
"ieStatus": {
"text": "Not currently planned"
},
"id": 5663606012116992,
"uservoiceid": 31563175,
"msdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/display"
}
]

0 comments on commit 4dd96ae

Please sign in to comment.