You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can't change options in <select> using a mouse pointer
This is a result of only expecting <input> controls when implementing drag and drop of layers.
<label> within <summary> [...]
Is generally problematic and should indeed be fixed per #263.
HTML anatomy not consistent with opacity / style controls
A design choice really, but the "extra" <fieldset> I think is unnecessary and its semantics are not exposed to ATs unless the element is properly labelled anyway (e.g. using <legend> or aria-label(ledby)="").
The issues can be seen/reproduced in debug/select-test.html or https://maps4html.org/experiments/datacube/
<select>
using a mouse pointer<label>
within<summary>
eats the pointer events so it's hard to toggle<details>
to view<select>
(must press the tiny "disclosure triangle")The text was updated successfully, but these errors were encountered: