Brian Smith
Brian Smith
@teoli2003 - alternatively, we could use https://github.com/mdn/shared-assets/tree/main/images/diagrams and link to the served image. See also: - [x] https://github.com/mdn/shared-assets/pull/10
All of the linked PRs are merged so I'm closing as done ✅
Thanks a lot! This whole page needs a rewrite, but this is a good thing to clean up for now. I've assigned myself so I don't forget.
Thanks for raising. There's been some recent changes to this section which use nanoid instead of lodash, but your suggestion still stands. https://developer.mozilla.org/en-US/docs/Learn/Tools_and_testing/Client-side_JavaScript_frameworks/Vue_first_component#giving_todos_a_unique_id It looks like cross-browser support landed 2+...
I've made some clarifications directly on this PR, I hope you don't mind me committing directly. I'll merge this one shortly - thanks a lot for the submission! 🎉
Thanks a lot for opening this one @mrego. It might be nice to fix BCD for this also (I can do this if you like). The I2S is a great...
Thanks a lot for raising, there's an example here: https://drafts.csswg.org/css-borders-4/#example-7b0dea52 e.g.; ```css .bar { border: 30px solid; border-color: stripes(black, white); } .foo { border: 30px solid; border-color: stripes(dodgerblue, skyblue) stripes(yellow,...
> For now, I placed SVG first and HTML example second here is the expected output below This looks great to me, thanks.
> hey @bsmth, could you merge this pull request :) Thanks for the reminder, merging now!
Hi @lukewarlow - thanks a lot for raising this one. >a small note on the page that explains that when scrollbar-color OR scrollbar-width have a value other than auto, they...