dokka
dokka copied to clipboard
Please don't use uppercase transformation for wasm targets
https://webassembly.github.io/spec/core/intro/introduction.html#id1
Wasm is a contraction of “WebAssembly”, not an acronym, hence not using all-caps.
Specifically, remove .platform-tag.wasm-like from this rule:
https://github.com/Kotlin/dokka/blob/c63ea36637ce956029fb15b1482c0683ecb8a587/plugins/base/src/main/resources/dokka/styles/style.css#L1065
Still present, and it does look strange:
Also, in the API docs for kotlin-stdlib there is a hyphen between Wasm and JS/WASI:
It's useful to show breaks in multi-word names, although I'd prefer a slash even more: Wasm/JS and Wasm/WASI would look right to me.