[Webkit-unassigned] [Bug 227282] 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:27:58 PDT 2021


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

Russ <russ at shoesforindustry.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                URL|                            |https://developer.mozilla.o
                   |                            |rg/en-US/docs/Web/HTML/Elem
                   |                            |ent/summary
           Hardware|Unspecified                 |Mac (Intel)
                 OS|Unspecified                 |macOS 11

--- Comment #1 from Russ <russ at shoesforindustry.net> ---
Goto https://developer.mozilla.org/en-US/docs/Web/HTML/Element/summary

Add: text-decoration: underline to details or summary elements in Safari.
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;
}

No underline - works in other browsers

-- 
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/5e1396ea/attachment.htm>


More information about the webkit-unassigned mailing list