Matthew Holloway

Results 26 issues of Matthew Holloway

What licence is this code under? Same as CRA? https://github.com/facebookincubator/create-react-app/blob/master/LICENSE

I've already written the JavaScript for this so I'm just asking if you're interested in the feature. If so I'll raise a PR. The feature is that sometimes in a...

Input: ```css .selector { border-style: solid; border-width: 0px 0px 5px 5px; border-top-color: transparent; } ``` Output in CSS Nano 4.1.10 (via playground): ```css .selector{border-width:0 5px 5px;border-top:0 transparent;border-style:solid} ``` Notice how...

bug

When reading the [Pjax distribution code](https://unpkg.com/browse/[email protected]/pjax.js) I found these lines of code... ```javascript request.onreadystatechange = function() { if (request.readyState === 4) { if (request.status === 200) { callback(request.responseText, request, location,...

In [Labeling Controls](https://www.w3.org/WAI/tutorials/forms/labels/#associating-labels-implicitly) is the advice, > Generally, explicit labels are better supported by assistive technology. Which assistive technology? Which versions? This is quite vague. I found [this earlier issue](https://github.com/w3c/wai-tutorials/issues/416)...

enhancement
Forms Tutorial
Forms → Labels

For security reasons browsers don't allow iframes to know the width or height of cross-origin pages, so ``s often don't exactly fit the page being iframed. To work around this...

**Is your feature request related to a problem? Please describe.** Are there any docs on how to implement drop handlers (``), specifically on how the drop target types should be...

I see the project itself has a [`.gitignore`](https://github.com/garris/BackstopJS/blob/master/.gitignore) but it has unrelated ignores like `\.vscode/` so are there docs on which files we should check in and which we should...

I could imagine that this library is mostly complete and so it doesn't need further work, but do new features like React Server components need any special consideration? It's hard...

Can the tree be reordered with keyboard? The docs are unclear (does "keyboard navigation" include reordering/dragging?)

roadmap