Rezyan
Rezyan
| Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | Fix...
Hi, This PR is intended to fix the issue https://github.com/desandro/draggabilly/issues/220. You can have a look at the [documentation of the `Event.cancelable` property](https://developer.mozilla.org/en-US/docs/Web/API/Event/cancelable): > The `cancelable` read-only property of the [Event](https://developer.mozilla.org/en-US/docs/Web/API/Event)...
Hi, The `X-Powered-By` header sent by Ratchet describes the technologie used by the server. Therefore this info exposes the server to malicious attackers who can find vulnerabilities easier. Below are...
Hi, in my opinion the role `meter` is detected as an error when it should be considered as correct like the role `progressbar`: ``` Bad value meter for attribute role...
**What is the current behavior? Describe the bug** When using the `skin_url` option, the `suffix` option is not used to create the URLs: the `.min` suffix is always used. This...
Hi, When using the validator with a lot of messages (999 according to the site), I get this error: `Fatal Error: Too many messages.`. 
Hi, This PR is intended to fix #1380. I've followed the specifications of the `meter` role: https://www.w3.org/TR/wai-aria-1.2/#meter. The logic is copied from the `progressbar` role (https://www.w3.org/TR/wai-aria-1.2/#progressbar). I hope nothing has...
### Prerequisites - [X] I have [searched](https://github.com/twbs/bootstrap/issues?utf8=%E2%9C%93&q=is%3Aissue) for duplicate or closed feature requests - [X] I have read the [contributing guidelines](https://github.com/twbs/bootstrap/blob/main/.github/CONTRIBUTING.md) ### Proposal Hi, When the user resizes the window,...