home.social

#safaribug — Public Fediverse posts

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

  1. I really meant to write "hello world" there, but "hell" isn't wrong, so I left it like that.

    Anyway, you can find the bug links & all in the Pen description.

    #SVG #svgFilter #filter #svgBug #bug #FirefoxBug #SafariBug #code #coding #textEffect #noise #grainy #frontend #web #webDev #dev #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. 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. Pure CSS text effect codepen.io/thebabydino/details

    No text duplication, no JS, no images save for CSS gradients, no SVG at all. Under 20 CSS declarations, including layout, prettifying, `@​media` queries, `@​supports` blocks, CSS variable declarations...

    No Firefox (bug 🪲 1481498 ).

    Heavily commented as well.

    #CSS #textEffect #cssGradient #blending #blendMode #code #coding #frontend #webDev #webDevelopment #bug #Safari #SafariBug #FirefoxBug #Firefox #CodePen #noJS #noSVG #mediaQuery #typography

  8. `background-blend-mode` is not applied in Safari when at least one of the layers blended has `background-clip: text`.

    Bug 267129 🪲 bugs.webkit.org/show_bug.cgi?i

    Live test codepen.io/thebabydino/pen/MWx

    There are workarounds, but involve using a pseudo that wouldn't otherwise be needed at best & multiple text copies if 2+ `background` layers need to be restricted to `text`. If the text should also be `contenteditable`... 😭

    #css #Safari #SafariBug #bug #bugs #code #coding #frontend #webDev #webDevelpment