#safaribug — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #safaribug, aggregated by home.social.
-
Fun Safari bug 🪲: `drop-shadow()` does't take transforms into account https://bugs.webkit.org/show_bug.cgi?id=218734 👀
#CSS #bug #cssBug #SafariBug #coding #web #dev #webDev #webDevelopment #code #frontend #cssTransform #cssFilter #filter
-
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
-
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` https://bugs.webkit.org/show_bug.cgi?id=267185 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
-
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` https://bugs.webkit.org/show_bug.cgi?id=267185 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
-
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` https://bugs.webkit.org/show_bug.cgi?id=267185 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
-
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` https://bugs.webkit.org/show_bug.cgi?id=267185 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
-
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` https://bugs.webkit.org/show_bug.cgi?id=267185 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
-
Pure CSS text effect https://codepen.io/thebabydino/details/XWQQRWG
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
-
`background-blend-mode` is not applied in Safari when at least one of the layers blended has `background-clip: text`.
Bug 267129 🪲 https://bugs.webkit.org/show_bug.cgi?id=267129
Live test https://codepen.io/thebabydino/pen/MWxYYJw?editors=1100
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