[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
Mon Feb 20 04:11:04 PST 2023


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

--- Comment #5 from Vadim Makeev <pepelsbey at gmail.com> ---
Created attachment 465084

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

Use case: underline summary to suggest that element is clickable

I have a design where expandable elements are underlined to suggest that they’re clickable. The only way to implement this is to wrap the text into a <span>

<summary>
  <span style="text-decoration: underline">
    Contents
  </span>
</summary>

-- 
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/20230220/d5a09b78/attachment.htm>


More information about the webkit-unassigned mailing list