wbamberg
wbamberg
See https://wiki.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/PluralRules/resolvedOptions. The interactive example could follow a similar pattern to the example for [Intl.NumberFormat.resolvedOptions()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat/resolvedOptions).
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat/formatToParts The interactive example could follow a similar pattern to the example for [Intl.RelativeTimeFormat.formatToParts()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/RelativeTimeFormat/formatToParts).
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat/formatToParts The interactive example could follow a similar pattern to the example for [Intl.RelativeTimeFormat.formatToParts()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/RelativeTimeFormat/formatToParts).
Rather than a homegrown editor, we're intending to use [embedded CodePens](https://blog.codepen.io/documentation/features/embedded-pens/) for Web API interactive examples. This will work a little differently to the existing CSS/JS/HTML examples. Those examples are...
The "editor" for the CSS examples is not very robust. I think we should consider using CodeMirror here. I don't know what the cost of instantiating 6 instances of the...
I'm filing a bug for this because I think this is a good idea but it's not a thing that should block the current examples for transform functions, which are...
In https://github.com/mdn/interactive-examples/pull/485, @danielhickman pointed out that the transition isn't applied for all switches between values. In cases like this, should we omit the `transition-all` class? I'm tempted to think we...
Fixes https://github.com/mdn/content/issues/20186. This attempts to fix https://github.com/mdn/content/issues/20186 by adding something on what is expected to happen in the example.
### Problem statement Part of https://github.com/openwebdocs/project/issues/91, but restricted to the 1000 or so JavaScript docs (pages under https://developer.mozilla.org/en-US/docs/web/javascript/). This is an infrastructure project which should make it possible for us...
## Summary In the APIRef sidebar, have separate lists for static and instance properties and methods. ### Problem Currently the APIRef sidebar lists just "Properties" and "Methods", combining instance and...