Check out this MDN cheatsheet that pairs each status code with an emoji to help you visualize what each one means, from 200 OK ✅ to 418 I’m a teapot 🫖
Check it out 👇
Check out this MDN cheatsheet that pairs each status code with an emoji to help you visualize what each one means, from 200 OK ✅ to 418 I’m a teapot 🫖
Check it out 👇
https://developer.mozilla.org/en-US/docs/Web/XML/XPath/Reference/Functions/true
The true function returns a boolean value of true.
#webdev
https://developer.mozilla.org/en-US/docs/Web/XML/XPath/Reference/Functions/true
The true function returns a boolean value of true.
#webdev
https://developer.mozilla.org/en-US/docs/Web/API/PerformanceObserver/PerformanceObserver
The PerformanceObserver() constructor creates a new PerformanceObserver object with the given observer callback. The observer callback is in…
#webdev
https://developer.mozilla.org/en-US/docs/Web/API/PerformanceObserver/PerformanceObserver
The PerformanceObserver() constructor creates a new PerformanceObserver object with the given observer callback. The observer callback is in…
#webdev
Head: .:CERBERUS:.( @cerberus-art.com )- Sonder Pup
Mod: [RaptorJenny] - Bloodhund (Neptune colorant)
Outfit: MDN - Area69
#SecondLife // #SL // #SLFurry // #Furry
Head: .:CERBERUS:.( @cerberus-art.com )- Sonder Pup
Mod: [RaptorJenny] - Bloodhund (Neptune colorant)
Outfit: MDN - Area69
#SecondLife // #SL // #SLFurry // #Furry
https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Selectors/Pseudo-classes
A CSS pseudo-class is a keyword added to a selector that lets you style a specific state of the selected element(s). For example, the pseudo-class :hover can be used t…
#webdev #CSS
https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Selectors/Pseudo-classes
A CSS pseudo-class is a keyword added to a selector that lets you style a specific state of the selected element(s). For example, the pseudo-class :hover can be used t…
#webdev #CSS
https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Properties/-webkit-mask-repeat-x
The -webkit-mask-repeat-x property specifies whether and how a mask image is repeated (tiled) horizontally.
#webdev #CSS
https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Properties/-webkit-mask-repeat-x
The -webkit-mask-repeat-x property specifies whether and how a mask image is repeated (tiled) horizontally.
#webdev #CSS
In this hands-on MDN post, Polina Gurtovaia runs real compression experiments (AVIF vs. JPEG 🐿️) and breaks down how to pick the right codec for your workflow.
developer.mozilla.org/en-US/blog/...
In this hands-on MDN post, Polina Gurtovaia runs real compression experiments (AVIF vs. JPEG 🐿️) and breaks down how to pick the right codec for your workflow.
developer.mozilla.org/en-US/blog/...
i’m glad i ended up going, there were lots of interesting talks and booths, i got to meet some people, i got to explore barcelona, it was really fun!
i’m glad i ended up going, there were lots of interesting talks and booths, i got to meet some people, i got to explore barcelona, it was really fun!
From securing build tools to verifying external scripts, this new MDN guide by @openwebdocs.org walks you through steps to protect your projects from supply chain attacks.
Read the guide 👇
developer.mozilla.org/en-US/docs/...
From securing build tools to verifying external scripts, this new MDN guide by @openwebdocs.org walks you through steps to protect your projects from supply chain attacks.
Read the guide 👇
developer.mozilla.org/en-US/docs/...
https://developer.mozilla.org/en-US/docs/Web/API/USBConfiguration
The USBConfiguration interface of the WebUSB API provides information about a particular configuration of a USB device and the interfaces that it supports.
#webdev
https://developer.mozilla.org/en-US/docs/Web/API/USBConfiguration
The USBConfiguration interface of the WebUSB API provides information about a particular configuration of a USB device and the interfaces that it supports.
#webdev
Contribute to,
📚 MDN documentation
🤝 Help other devs
💟 Localize content
📝 Review or write on MDN
Start now 👇
developer.mozilla.org/en-US/commu...
Contribute to,
📚 MDN documentation
🤝 Help other devs
💟 Localize content
📝 Review or write on MDN
Start now 👇
developer.mozilla.org/en-US/commu...
Mozillaのサポートページを和訳してきた日本語コミュニティが解散、Mozillaが勝手に機械翻訳ボットでページを上書きし始めた
gigazine.net/news/2025110...
Mozillaのサポートページを和訳してきた日本語コミュニティが解散、Mozillaが勝手に機械翻訳ボットでページを上書きし始めた
gigazine.net/news/2025110...
https://developer.mozilla.org/en-US/docs/Web/API/IntersectionObserver/delay
The delay read-only property of the IntersectionObserver interface indicates the minimum delay between notifications from this observer.
#webdev
https://developer.mozilla.org/en-US/docs/Web/API/IntersectionObserver/delay
The delay read-only property of the IntersectionObserver interface indicates the minimum delay between notifications from this observer.
#webdev
https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Selectors/:invalid
The :invalid CSS pseudo-class represents any
https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Selectors/:invalid
The :invalid CSS pseudo-class represents any
From securing build tools to verifying external scripts, this new MDN guide by @openwebdocs.org walks you through steps to protect your projects from supply chain attacks.
Read the guide 👇
developer.mozilla.org/en-US/docs/...
From securing build tools to verifying external scripts, this new MDN guide by @openwebdocs.org walks you through steps to protect your projects from supply chain attacks.
Read the guide 👇
developer.mozilla.org/en-US/docs/...
Release notes: www.firefox.com/en-US/firefo...
MDN: developer.mozilla.org/en-US/docs/W...
Release notes: www.firefox.com/en-US/firefo...
MDN: developer.mozilla.org/en-US/docs/W...
https://developer.mozilla.org/en-US/docs/Web/API/EditContext/attachedElements
The attachedElements() method of the EditContext interface returns an Array that contains only one item. This item is the element that's associated with t…
#webdev
https://developer.mozilla.org/en-US/docs/Web/API/EditContext/attachedElements
The attachedElements() method of the EditContext interface returns an Array that contains only one item. This item is the element that's associated with t…
#webdev
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math/expm1
The Math.expm1() static method returns e raised to the power of a number, subtracted by 1. That is
#webdev #JavaScript
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math/expm1
The Math.expm1() static method returns e raised to the power of a number, subtracted by 1. That is
#webdev #JavaScript
Interest | Match | Feed
@sarasoueidan.com has a full and practical course: practical-accessibility.today
There is also WAI's resources:
www.w3.org/WAI/roles/new/
@sarasoueidan.com has a full and practical course: practical-accessibility.today
There is also WAI's resources:
www.w3.org/WAI/roles/new/
webkit.org/blog/17285/r...
webkit.org/blog/17285/r...