fix: typos across specs - #9164
Conversation
tabatkins
left a comment
There was a problem hiding this comment.
A few nits, but r+ once those are fixed.
| <wpt> | ||
| parsing/color-valid.html | ||
| system-color-compute.html | ||
| system-color-hightlights-vs-getSelection-001.html |
There was a problem hiding this comment.
This is indeed the test name. The typo should probably be fixed in WPT, but it is currently correct.
| parsing/color-valid-lab.html | ||
| parsing/color-valid-rgb.html | ||
| parsing/color-valid-system-color.html | ||
| system-color-hightlights-vs-getSelection-001.html |
There was a problem hiding this comment.
This test is, again, correctly spelled already.
| <th scope="col">%ages | ||
| <th scope="col">Animation type | ||
| <th scope="col">Canonical order | ||
| <th scope="col">Computed value |
There was a problem hiding this comment.
What actually changed in this line?
There was a problem hiding this comment.
There was a zero width space or some other odd character that was splitting the word silently
| <li>Clarified the font shorthand, using the terms set explicitly, reset implicitly and cascade implicitly</li> | ||
| <li>Clarified shorter representation for zero ranged descriptors</li> | ||
| <li>Tightened definition of first available font</li> | ||
| <li>Added emoji as a keyword to unicode‑range</li> |
There was a problem hiding this comment.
The dash was actually a different character code, VSCode was flagging it, so I swapped it for a normal short dash
There was a problem hiding this comment.
Okay I thought that might be the case, the standard hyphen-minus is indeed correct.
| <th scope="col">%ages | ||
| <th scope="col">Media | ||
| <th scope="col">Animatable | ||
| <th scope="col">Computed value |
There was a problem hiding this comment.
Same zero-width character splitting the word
This reverts commit 11b6b73.
Similar to #5992 this was another pass across the repo with cSpell.
I can rebase out any changes for finalized specs that shouldn't be touched