ASSIGNED233281
Web Inspector: Alignment swatch should handle multi-token values better
https://bugs.webkit.org/show_bug.cgi?id=233281
Summary Web Inspector: Alignment swatch should handle multi-token values better
Nikita Vasilyev
Reported 2021-11-17 13:48:42 PST
Bug 230065: Web Inspector: Add a swatch for align-content For this case: align-content: unsafe center The alignment inline swatch doesn't show that "center" is selected. We could detect that properly. Doing that, however, introduces complications. (This bug is rather an open discussion rather than a set of steps to do.) What if you click on the "space-between" icon? It doesn't support "unsafe". `align-content: unsafe space-between` isn't valid. Let's look at another case: align-content: first baseline Currently, we display the inline swatch even though `first baseline` (or even `baseline`) isn't present in the alignment editor popover. I think it's good. If we change multi-token behavior, I'd like to continue displaying the alignment swatch for this case.
Attachments
Radar WebKit Bug Importer
Comment 1 2021-11-24 13:49:19 PST
Note You need to log in before you can comment on or make changes to this bug.