WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED WORKSFORME
186561
List bullet disappears when details / summary element is clicked
https://bugs.webkit.org/show_bug.cgi?id=186561
Summary
List bullet disappears when details / summary element is clicked
Tiago
Reported
2018-06-12 07:15:25 PDT
Created
attachment 342532
[details]
List item bullet disappears on summary click When an ordered or unordered list item contains a details and summary tag, and when the summary is clicked to reveal its content, the list item bullet disappears. To reproduce, open this simple HTML file in Safari Version 11.0.2 (11604.4.7.1.6), and click on "Summary": <html> <body> <ol> <li> <details> <summary>Summary</summary> <p>Content</p> </details> </li> </ol> </body> </html> The "1." list item bullet should disappear.
Attachments
List item bullet disappears on summary click
(21.82 KB, image/gif)
2018-06-12 07:15 PDT
,
Tiago
no flags
Details
rendering in Safari, firefox, chrome
(83.99 KB, image/png)
2022-08-21 19:17 PDT
,
Karl Dubost
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2018-06-14 13:33:59 PDT
<
rdar://problem/41136829
>
Karl Dubost
Comment 2
2022-08-21 19:17:13 PDT
Created
attachment 461781
[details]
rendering in Safari, firefox, chrome This is working the same in Safari, Firefox and Chrome.
Karl Dubost
Comment 3
2022-08-21 19:18:24 PDT
That seems to be working as expected.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug