home.social

#cssbug — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #cssbug, aggregated by home.social.

  1. Help? How does the body background switch between purple and violet in actual Safari for you when checking a different radio button?

    codepen.io/thebabydino/pen/oNr

    > abruptly, like it happens for me in Epiphany?
    > or smoothly from left to right like on the test bar animating between teal & aquamarine?

    Thanks!

    #CSS #cssBug #Safari

  2. As exciting (and useful) all the new #CSS units are, it looks like things working as expected with them isn't a thing for now.

    Safari has problems with `lh` bugs.webkit.org/show_bug.cgi?i and doesn't seem to support `cap` (at least from what I've tested in Epiphany).

    #bug #cssBug #Safari #SafariBug #code #coding #cssUnits #frontend #webDev #webDevelopment

  3. As exciting (and useful) all the new #CSS units are, it looks like things working as expected with them isn't a thing for now.

    Safari has problems with `lh` bugs.webkit.org/show_bug.cgi?i and doesn't seem to support `cap` (at least from what I've tested in Epiphany).

    #bug #cssBug #Safari #SafariBug #code #coding #cssUnits #frontend #webDev #webDevelopment

  4. As exciting (and useful) all the new #CSS units are, it looks like things working as expected with them isn't a thing for now.

    Safari has problems with `lh` bugs.webkit.org/show_bug.cgi?i and doesn't seem to support `cap` (at least from what I've tested in Epiphany).

    #bug #cssBug #Safari #SafariBug #code #coding #cssUnits #frontend #webDev #webDevelopment

  5. As exciting (and useful) all the new #CSS units are, it looks like things working as expected with them isn't a thing for now.

    Safari has problems with `lh` bugs.webkit.org/show_bug.cgi?i and doesn't seem to support `cap` (at least from what I've tested in Epiphany).

    #bug #cssBug #Safari #SafariBug #code #coding #cssUnits #frontend #webDev #webDevelopment

  6. As exciting (and useful) all the new #CSS units are, it looks like things working as expected with them isn't a thing for now.

    Safari has problems with `lh` bugs.webkit.org/show_bug.cgi?i and doesn't seem to support `cap` (at least from what I've tested in Epiphany).

    #bug #cssBug #Safari #SafariBug #code #coding #cssUnits #frontend #webDev #webDevelopment

  7. For inline elements, things get worse: the only available fix requires nesting in order to set the gradient clipped to text on child and the other, full coverage gradient on parent.

    For ex, for such a link hover effect (css-tricks.com/taming-blend-mo), we need a `<span>` in the `<a>`.

    #bug #Firefox #FirefoxBug #CSS #cssBug #code #coding #frontend #web #webDev #webDevelopment #cssGradient

  8. Re Firefox bug: workaround options.

    In a lot of cases, an absolutely positioned pseudo covering the entire element's area twitter.com/anatudor/status/14 and placed behind with `z-index` will do.✅

    Can't use `box-shadow`/ `border-image` since they get drawn *on top* of the gradient background clipped to `text`. 😞🫠

    #bug #Firefox #FirefoxBug #CSS #cssBug #code #coding #frontend #web #webDev #webDevelopment #cssGradient

  9. Run, it's the invasion of the closing parenthesis!

    A weird #ChromeDevTools bug 🤪 issues.chromium.org/u/1/issues

    Live test codepen.io/thebabydino/pen/bGZ

    That CSS works just fine, producing the expected result cross-browser, the only issue is with what Chrome DevTools shows in those tooltips on hover. All fine in DevTools in Firefox & Safari (tested via Epiphany on Ubuntu).

    cc @bramus

    #css #bug #devTools #devToolsBug #cssVariables #cssVariablesBug #cssBug #code #coding #frontend #webDev #webDevelopment