[Webkit-unassigned] [Bug 186561] New: List bullet disappears when details / summary element is clicked

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 12 07:15:25 PDT 2018


https://bugs.webkit.org/show_bug.cgi?id=186561

            Bug ID: 186561
           Summary: List bullet disappears when details / summary element
                    is clicked
           Product: WebKit
           Version: Safari 11
          Hardware: Macintosh
                OS: OS X 10.11
            Status: NEW
          Severity: Minor
          Priority: P2
         Component: HTML DOM
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: bugs.webkit.id at mendes-costa.net
                CC: cdumez at apple.com

Created attachment 342532

  --> https://bugs.webkit.org/attachment.cgi?id=342532&action=review

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180612/57f592bd/attachment.html>


More information about the webkit-unassigned mailing list