Skip to content

Commit

Permalink
Add summary display: list-item support on Chrome, Edge and Opera (#9809)
Browse files Browse the repository at this point in the history
* Add summary display: list-item support on Chrome and Opera

https://chromestatus.com/feature/6730096436051968#details
- Tested on Chrome 89 Desktop, Chrome 89 Android and Opera 75 Desktop
- Not yet implemented on Opera 62 Android

* Add summary display: list-item support on Edge

* Remove notes from summary display_list_item
  • Loading branch information
Baptistou authored Apr 15, 2021
1 parent a749fb0 commit 70f41f6
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions html/elements/summary.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,16 +54,13 @@
"description": "<code>display: list-item</code>",
"support": {
"chrome": {
"version_added": false,
"notes": "Chrome currently doesn't use <code>display: list-item</code> on the <code>&lt;summary&gt;</code> element, so <code>display: block</code> will not automatically hide the disclosure widget. Instead, use the non-standard pseudo-element <code>::-webkit-details-marker</code> to change the disclosure widget in Chrome. See <a href='https://crbug.com/590014'>bug 590014</a> for details."
"version_added": "89"
},
"chrome_android": {
"version_added": false,
"notes": "Chrome currently doesn't use <code>display: list-item</code> on the <code>&lt;summary&gt;</code> element, so <code>display: block</code> will not automatically hide the disclosure widget. Instead, use the non-standard pseudo-element <code>::-webkit-details-marker</code> to change the disclosure widget in Chrome. See <a href='https://crbug.com/590014'>bug 590014</a> for details."
"version_added": "89"
},
"edge": {
"version_added": false,
"notes": "Edge currently doesn't use <code>display: list-item</code> on the <code>&lt;summary&gt;</code> element, so <code>display: block</code> will not automatically hide the disclosure widget. Instead, use the non-standard pseudo-element <code>::-webkit-details-marker</code> to change the disclosure widget in Edge. See <a href='https://crbug.com/590014'>bug 590014</a> for details."
"version_added": "89"
},
"firefox": {
"version_added": "49"
Expand All @@ -75,7 +72,7 @@
"version_added": false
},
"opera": {
"version_added": false
"version_added": "75"
},
"opera_android": {
"version_added": false
Expand Down

0 comments on commit 70f41f6

Please sign in to comment.