m-akinc

Results 16 issues of m-akinc

# 🐛 Bug Report The FAST foundation number field has [spinbutton](https://www.w3.org/WAI/ARIA/apg/patterns/spinbutton/) semantics, so the input control should set the `role` attribute to "spinbutton". ## 💻 Repro or Code Sample Examine...

improvement
status:planned
community:request
compliance:a11y

# 🐛 Bug Report The FAST radio button fires a "change" event when checked or unchecked. According to [MDN](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/change_event), the change event for a radio button (i.e. input with type...

status:triage

# 🐛 Bug Report Radio group does not automatically associate label with host control. I.e. if a user creates a radio group element, and provides a label element in it,...

bug
area:fast-foundation
community:request
compliance:a11y

### Which @angular/* package(s) are the source of the bug? forms ### Is this a regression? No ### Description Angular v15 fixed a [long-standing bug](https://github.com/angular/angular/issues/35309) related to `setDisabledState` not always...

area: forms

# Pull Request ## 📖 Description Overriding a design token's value in a stylesheet does not always work. A stylesheet containing custom properties for design tokens is added to `adoptedStyleSheets`...

# Pull Request ## 📖 Description This addresses two issues: 1. The last release of the `fast-element-1` branch included a change that exposed a [Chromium bug](https://bugs.chromium.org/p/chromium/issues/detail?id=1522263). 2. Overriding a design...

# 🐛 Bug Report When a native anchor is inside a element (or has an ancestor) with the `contenteditable` attribute, it is not clickable or focusable, and it does not...

status:triage

# 🐛 Bug Report We would like to render an anchor with `display: inline` (like the default for ``) so that it wraps properly when embedded in a block of...

status:triage

# 🐛 Bug Report If the first thing in a multiline template (created using `html`) is another template, that nested template renders at times when it shouldn't. E.g. ```ts html`${html`foo`}...

area:fast-element

Fixes #930 Added `allowMarkupInContent` option for `i18n` rule. Option defaults to `true` to maintain backwards compatibility. Setting to `false` causes rule violation whenever an element with the `i18n` attribute has...