Brian Smith
Brian Smith
### Summary The font sizes of `` and `` elements are quite similar. It's hard to tell if a section is a subsection or not based on styling. There is...
This PR updates the `contain` interactive example to show a few more use cases in isolation. __Parent task:__ - https://github.com/mdn/content/issues/19452 __TODO:__ - [ ] Improve example to be more self-explanatory....
There are two broken resources: * https://schalkneethling.github.io/mdn-fiori/patterns/scss/variables/ * https://screenshotscdn.firefoxusercontent.com/images/fff1dc63-ad6c-4a97-b20a-52b605e7994c.png (removed) Found in https://github.com/mdn/interactive-examples/pull/2300 cc @schalkneethling
The existing example uses polling every 300 millis, it's noted in the linked issue that we can use eventListeners instead. __Notes:__ This example could be improved in general as we're...
This PR does a quick pass over the math skills test page. The original issue is resolved, in my opinion, it's clear that this page references the reading material needed...
Since https://github.com/mdn/content/pull/22104, the deprecated macros page has no content. It might be a good idea to remove this entirely. __Related:__ Deploy preview since latest changes: https://pr22104.content.dev.mdn.mozit.cloud/en-US/docs/MDN/Writing_guidelines/Page_structures/Macros/Deprecated_macros
CSS trig support for functions (`cos()`, `tan()`, etc.) are enabled by default in Fx 108. Additionally, constants (`e`, `pi` etc.) can be used inside CSS `calc()` function ### Related issues...
This PR is a first pass for improving the documentation for CSS container queries. I expect there to be some further follow-ups to add more details and (live/interactive) examples where...
The ARIA guides section was a text-only list. After going back through the project history, I cannot find the associated links with the text. This PR adds a list of...
**Is your feature request related to a problem? Please describe.** Currently to store IP addresses, I must use the `string` type. **Describe the solution you'd like** I would like to...