[Webkit-unassigned] [Bug 157323] Implement <details>/<summary> disclosure triangle as a list item

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 14 23:34:25 PDT 2022


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

Anthony Ricaud <rik at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Implement                   |Implement
                   |<details>/<summary>         |<details>/<summary>
                   |disclosure triangle as a    |disclosure triangle as a
                   |list item (potentially with |list item
                   |::marker in the future)     |

--- Comment #8 from Anthony Ricaud <rik at webkit.org> ---
> Some details:
Pun intended? :)

To be explicit, the webcompat issue I'm seeing is because websites use either variations of those rules that WebKit does not understand:

.something summary {
    list-item: none;
}
/* or */
.something summary {
    display: block; /* anything but list-item */
}

I'm removing "(potentially with ::marker in the future)" from the title to reflect that.

-- 
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/20220615/621d2295/attachment-0001.htm>


More information about the webkit-unassigned mailing list