Aleksandr Hovhannisyan
Aleksandr Hovhannisyan
### MDN URL https://developer.mozilla.org/en-US/docs/Learn/JavaScript/Building_blocks/Events ### What specific section or headline is this issue about? - [Bubbling and capturing explained](https://developer.mozilla.org/en-US/docs/Learn/JavaScript/Building_blocks/Events#event_bubbling_and_capture) - [Fixing the problem with stopPropagation()](https://developer.mozilla.org/en-US/docs/Learn/JavaScript/Building_blocks/Events#fixing_the_problem_with_stoppropagation) ### What information was incorrect,...
I was reading the latest article on [building the main navigation for a website](https://web.dev/website-navigation/) and found this bit of code confusing the way it was written since it suggests that...
## Description/user story Concept: https://www.robinrendle.com/notes/container-queries-and-typography/ - [ ] Add a new parameter to the schema to opt into using `cqw` over `vw` - [ ] Update existing code to use...
## Description/user story Currently, I'm hand-rolling schema validation for query params: https://github.com/AleksandrHovhannisyan/fluid-type-scale-calculator/blob/c69d0de6dcfaf27f3af4b0545bee98491fb3ac6d/src/schema/schema.ts#L15-L235 This works fine, but it could be cleaner with a package like [zod](https://github.com/colinhacks/zod) to handle this. Needs some...
The way the code is written here (two `if` statements) suggests that the `columns` function prop can technically return `undefined`, allowing a user to fall back to the default internal...
### Describe the problem Note: I couldn't find anything in the docs or on this repo about this issue. `EventHandler` is typed as follows: https://github.com/sveltejs/svelte/blob/1f9ad03287a01e46fbbca5423195e1b7ad6bc28c/packages/svelte/elements.d.ts#L42-L44 If I want to handle...
## Description #4578 changed the behavior for how typing works at the end of inline nodes, allowing users to continue typing while their cursor is on either side of an...