[Webkit-unassigned] [Bug 227282] New: CSS text-decoration: underline for HTML details and summary does not work

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 23 01:23:40 PDT 2021


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

            Bug ID: 227282
           Summary: CSS text-decoration: underline for HTML details and
                    summary does not work
           Product: WebKit
           Version: Safari 14
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: russ at shoesforindustry.net

Created attachment 432024

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

CSS text-decoration: underline for HTML details and summary does not work in Safari but does in others browsers like Firefox

CSS text-decoration: underline for HTML details and summary does not work in Safari (desktop, mobile and Tech Preview) but does in all the other browsers I have access to.

HTML
<details>
  <summary>Some Words...</summary>
  Some More Words...
</details>

CSS
details {
    text-decoration: underline;
    border: 1px solid #aaa;
    border-radius: 4px;
    padding: .5em .5em 0;

}
summary {
    text-decoration: underline;
    font-weight: bold;
    margin: -.5em -.5em 0;
    padding: .5em;
}

-- 
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/20210623/2c8cb322/attachment-0001.htm>


More information about the webkit-unassigned mailing list