Brooke Hart
Brooke Hart
Resolves #1695 Because JSDom can't handle layout, `Element.scrollIntoView` can't really be implemented. However, it hasn't been marked as not implemented like several other scrolling methods have, for example `window.scrollTo`. This...
Elements with the "button" role support [determining their accessible name from their content](https://www.w3.org/TR/wai-aria/#namefromcontent), and it's possible for internal elements to have no text content but instead specify their accessible name...
**Marked version: 11.1.0** **Markdown flavor:** n/a ## Description - Fixes #3228 This PR adds optional generic type parameters to the types used for creating custom extensions. This allows marked to...
**What pain point are you perceiving?.** I've recently started writing custom some `TokenizerAndRendererExtension` code in a personal project, using TypeScript, and I've found it slightly annoying to work with the...
Resolves #16 This PR adds an `allowBlankLines` configuration option which suppresses the `noBlankBetween` and `limitLineCount` errors, in order to allow import statements that contain one or more blank lines. It...
## Expected behavior In my TypeScript projects, I occasionally use discriminated unions of tuples to define function parameters. This lets me get autocomplete for arguments based on the value of...
### Reduced Test Case https://codepen.io/Cipscis/pen/rNRqoXg ### Do you understand that if a reduced test case is not provided, we will intentionally delay triaging of your ticket? - [X] I understand...
### Reduced Test Case https://stackblitz.com/github/fullcalendar/fullcalendar-examples/tree/main/react?file=src%2FDemoApp.jsx ### Do you understand that if a reduced test case is not provided, we will intentionally delay triaging of your ticket? - [X] I understand...
### MDN URL https://developer.mozilla.org/en-US/docs/Web/API/HTMLInputElement ### What specific section or headline is this issue about? Events ### What information was incorrect, unhelpful, or incomplete? The "cancel" event for the HTMLInputElement, which...