Results 6 issues of Timothy Leverett

rather than converting `don't` and `can't` to `don-t` and `can-t`, consider adding a custom conversion from `"'"` to `""` for English to turn them into `dont` and `cant` respectively. In...

enhancement
request

I feel that the front-end guidelines in general are pretty good but `z-index` can be a pain point, and I don't feel that the current docs represent what I consider...

[Feedback] Suggestion

[`LinkTracker` explicitly causes navigation to occur after tracking][1], which is fine for most types of links, however there are some circumstances where the link has other behaviors associated with it,...

Fixes how metadata key-value pairs are split so that values can contain color characters. Addresses #511

### 🐞 Describe the Bug When using the `` component, it's occasionally helpful to override the default link behavior, such as by opening a modal instead of navigating to a...

### Basic info: Attempting to assign ARIA properties on ElementInternals for custom elements results in an error: ```txt Error: Uncaught [TypeError: Cannot read properties of undefined (reading 'set')] ``` -...