home.social

#cssbug β€” Public Fediverse posts

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

  1. 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

  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. 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

  7. 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