Chris Blakley

Results 109 issues of Chris Blakley

Web Packaging preloads pages for actually instant (0ms) load times. Worth researching. ![screen shot 2018-11-13 at 2 23 49 pm](https://user-images.githubusercontent.com/6349678/48437858-7ae49200-e750-11e8-8b17-698470e8c696.png)

Backend (Server)
Frontend (Script)

https://www.chromestatus.com/feature/5658847691669504 Some examples in this article: https://developers.google.com/web/updates/2018/09/asynchronous-access-to-http-cookies I also like the idea of considering alternates instead of cookies (like indexedDB), but in the meantime I want to look into this...

:thought_balloon: Question / Research
Plugin / Library / API
Frontend (Script)

Prefix the primary sections that have default Nebula styles with `nebula-` so that they can be easily removed if the developer doesn't want to use them in the child theme,...

Frontend (Style)
Backend (Server)
Parent / Child Theme

https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/HTML5/Constraint_validation#Complex_constraints_using_HTML5_Constraint_API Currently Nebula uses data attributes to manage real-time validation, but as browser support grows, consider switching over to (or also using) `setCustomValidity()` which will add custom messages to HTML5...

Plugin / Library / API
Frontend (Script)

Checkboxes, selects, date, and other non-text input types are not captured by the Nebula localstorage function.

Frontend (Script)

I'm often not getting results from the autocomplete search and I'm suspecting that it may be due to service worker caching. Might need to add a rule to force `admin-ajax`...

:beetle: Bug
:thought_balloon: Question / Research
Frontend (Script)
help wanted

https://caniuse.com/#feat=css-containment Not too widespread yet, but keep an eye on it.

:thought_balloon: Question / Research
Frontend (Style)

https://make.wordpress.org/core/2017/11/01/improvements-to-the-customize-js-api-in-4-9/ The Customizer PHP syntax for declaring controls has been simplified.

WP Admin / Shortcode / Widget
Backend (Server)
good first issue

I'm sure the chances of this happening are pretty low, but I'd like to try to prevent caching the maintenance page if possible.

:beetle: Bug
Low Priority
:unicorn: Wishlist
Frontend (Script)

Use native `scrollIntoView()` when available, and possibly even `scrollIntoViewIfNeeded()` when supported. My initial thought is to update `nebulaScrollTo()` (maybe a new parameter?), but might want to just update when it's...

Frontend (Script)