Bug 166688
Summary: | WebAssembly error message ordinals | ||
---|---|---|---|
Product: | WebKit | Reporter: | JF Bastien <jfbastien> |
Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | jfbastien, keith_miller, mark.lam, saam |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | 165159 | ||
Bug Blocks: | 161709 |
JF Bastien
Error messages for WebAssembly, especially around parsing, use "th" ordinals a lot even for 1th 2th 3th. This applies to the error messages as well as the tests for them.
We could move to using proper English "st" "nd" "rd" "th", *or* (and wait for it!!!) we could use Unicode's masculine ordinal indicator "ยบ" which IMHO is SO MUCH BETTER: it's regular, and it's neat!
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |