Sergiu Starciuc
Sergiu Starciuc
Clicking an anchor button of a menu with a `data-ui` activates the menu. Clicking the same anchor button a second or third time keeps the menu active. Note that this...
When closing a menu with `data-ui=#idMenu` the last focused element loses focus and does not return. The workaround as far as I understand is something like `setTimeout(() => { myInput.focus();...
I looked at the source code and saw that messages like "Supported content types are" and "Response body as below" are hardcoded. Please add i18n for labels if possible. Thanks.
Block elements within a `.responsive` `main` element that are set to `hidden` the `overflow`, and `text-overflow` set to `ellipsis`, appear differently in Chrome than in Firefox. In Chrome, the `inline-size`...