chore: fix typos

Latest typos found more issues.
This commit is contained in:
DorotaC 2025-07-03 01:30:22 +02:00 committed by GitHub
parent 0ccb8a9f87
commit eb66c25980
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -463,7 +463,7 @@ enum PartialText {
enum PartialLogicalKey { enum PartialLogicalKey {
/// Use the text provided by the WM_CHAR messages and report that as a `Character` variant. If /// Use the text provided by the WM_CHAR messages and report that as a `Character` variant. If
/// the text consists of multiple grapheme clusters (user-precieved characters) that means that /// the text consists of multiple grapheme clusters (user-perceived characters) that means that
/// dead key could not be combined with the second input, and in that case we should fall back /// dead key could not be combined with the second input, and in that case we should fall back
/// to using what would have without a dead-key input. /// to using what would have without a dead-key input.
TextOr(Key), TextOr(Key),

View file

@ -250,7 +250,7 @@
- On Web, fix some `WindowBuilder` methods doing nothing. - On Web, fix some `WindowBuilder` methods doing nothing.
- On Web, fix some `Window` methods using incorrect HTML attributes instead of CSS properties. - On Web, fix some `Window` methods using incorrect HTML attributes instead of CSS properties.
- On Web, fix the bfcache by not using the `beforeunload` event and map bfcache loading/unloading to `Suspended`/`Resumed` events. - On Web, fix the bfcache by not using the `beforeunload` event and map bfcache loading/unloading to `Suspended`/`Resumed` events.
- On Web, fix touch input not gaining or loosing focus. - On Web, fix touch input not gaining or losing focus.
- On Web, fix touch location to be as accurate as mouse position. - On Web, fix touch location to be as accurate as mouse position.
- On Web, handle coalesced pointer events, which increases the resolution of pointer inputs. - On Web, handle coalesced pointer events, which increases the resolution of pointer inputs.
- On Web, implement `Window::focus_window()`. - On Web, implement `Window::focus_window()`.