Bug 227712
Summary: | list-style none should work on details summary | ||
---|---|---|---|
Product: | WebKit | Reporter: | collimarco91 |
Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | karlcow, koivisto, simon.fraser, smoley, webkit-bug-importer, zalan |
Priority: | P2 | Keywords: | BrowserCompat, InRadar |
Version: | Safari 14 | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
collimarco91
When you have <details> <summary> tags and you apply the CSS list-style: none; then the arrow should be hidden.
This works fine on other browsers (e.g. Chrome, Firefox).
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/80527187>
Smoley
Thanks for filing, if possible please attach a reduced test case or link to a live example.
collimarco91
Here's a live example:
https://buonmenu.com/#faq
The FAQ don't have any arrow in Chrome, Firefox, etc. but an arrow is displayed in Safari.
Karl Dubost
*** This bug has been marked as a duplicate of bug 157323 ***