Consider showing languages' full names in live samples' headers #9628
Labels
effort: small
This task is a small effort.
idle
p2
We want to address this but may have other higher priority items.
ux
make the user experience awesome
Summary
Note: This issue is from https://github.com/orgs/mdn/discussions/426.
Live samples show abbreviated language names like JS and MD in live samples' headers, e.g.
setTimeout()
. However, showing the full names makes it more friendly to beginners and enables the removal proposed in https://github.com/orgs/mdn/discussions/426.URL
https://developer.mozilla.org/en-US/docs/Web/API/setTimeout#syntax
Reproduction steps
Expected behavior
Seeing "JavaScript".
Actual behavior
Seeing "JS".
Device
Desktop
Browser
Firefox
Browser version
Stable
Operating system
Windows
Screenshot
No response
Anything else?
The normative advisement in CSS Text implies that it's incorrect to use
text-transform
for these headers. This already shows symptoms in this MDN page with WebIDL codes.Validations
The text was updated successfully, but these errors were encountered: