wbamberg

Results 107 issues of wbamberg

See also https://github.com/mdn/content/pull/10758. It seems that if a page has a structure like this: ``` ## A heading {{EmbedLiveSample}} ### HTML (the HTML code block) ### JavaScript (the JS code...

🐛 bug
🧑‍🤝‍🧑 community
🚉 platform
🐌 idle
needs-triage

I can omit the `cssExampleSrc` line in meta.json, but if I do, I get a CSS tab containing: ``` %example-css-src% ``` This seems like a bug. But I wonder, writing...

See https://wiki.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/ListFormat/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).

help wanted

The interactive example for `` doesn't work in Firefox Nightly: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/datalist https://interactive-examples.mdn.mozilla.net/pages/tabbed/datalist.html It does work in release Firefox (62) and Chrome. The example lower down the page (https://developer.mozilla.org/en-US/docs/Web/HTML/Element/datalist#Examples) does work...

bug

When a CSS feature isn't supported, the editor just displays a static version of the example choices, like this: I think this is not ideal. Part of the original reason...

https://wiki.developer.mozilla.org/en-US/docs/Web/CSS/offset This is a shorthand property for the properties used to animate an element along a path. This is a relatively complex example to implement, but there are some nice...

help wanted

See https://github.com/mdn/interactive-examples/issues/471. The code that figures out whether a thing is supported by the browser (https://github.com/mdn/interactive-examples/blob/master/js/editor-libs/mce-utils.js#L41) assumes that the thing is a CSS property. If we want to have examples...

enhancement

Suggested by @thejameskyle in conversation with @chrisdavidmills . When people edit JS examples, we could lint them and display any lint errors. > James likes our interactive editor, but said...

enhancement
idle

If the CSS in an example is something like: ``` position: relative; top: 65px; left: 65px; ``` ...then the user edits it and makes a mistake, the editor will only...

enhancement

https://wiki.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/PluralRules/select

help wanted