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.
<rdar://problem/85733260>