-
We got a question in axe-core recently asking if form fields inside a data grid required an accessible name. My expectation is that it does. The textfield role requires an accessible name after all. B…
-
Which specie(s) should we ask the users to count in the counting task?
- Chaetoceros
- Pseudo-nitzschia (these two causes lot of damage to fish gills and can cause severe mortalities)
- and one an…
-
I have a question on how to define a concept using an aggregate expression. Consider the following declarations for a _sudoku model_:
```
Row goes from 1 to 9.
Column goes from 1 to 9.
Value…
-
A static column for toggling row details would be beneficial in the following ways:
1. Visual indicator that the row can be expanded to show details.
2. Provides a dedicated element for toggling r…
-
### Environment information
```bash
N/A
```
### Rule name
lint/a11y/noNoninteractiveTabindex
### Playground link
https://biomejs.dev/playground/?code=ZQB4AHAAbwByAHQAIABmAHUAbgBjAHQAa…
-
When viewing cell results for two different models created for SPE CSP11 (one 2D and one 3D) run using tNavigator, cell results are distorted for a number of the properties, but are fine for others. V…
-
### Description
When there are more frozen colums than the screen can render, the horizontal scrolling breaks. This issue also occurs if a frozen column is resized to a width that exceeds the screen’…
-
Here's a brief snippet of code from a test I'm running up:
```
import {NGXCButton} from '../../../common/components/ui.jsx';
class GridTest extends Component {
render() {
const ActiveAction…
-
Nice work with library!
I am curious is there a possibility to merge two neighbor cells, and build one bigger room out of it?
-
I notice that when using fine meshes it happens often that cells "overlap" in the sense that there are positions "between" the cells where both cells return `inside=True` because the evaluation point …