Chris Blakley

Results 109 issues of Chris Blakley

### Description bfcache (Back/Forward Cache) is a fairly new tech that allows the browser's back button to instantly restore the state of the previous page (rather than the prior method...

This is using the Speculation Rules API and could be used to track beyond a simple dimension, but for now that is the initial intent. I am not planning on...

Plugin / Library / API
Frontend (Script)

https://caniuse.com/css-text-wrap-balance Once it gets more browser support, consider adding it as a default value for certain components such as hero sections.

Frontend (Style)

https://developers.google.com/privacy-sandbox/3pcd/related-website-sets ![Screenshot 2023-12-22 at 10 29 18 PM](https://github.com/chrisblakley/Nebula/assets/6349678/fea0c37e-5d42-4d11-a07e-f5412d0be3ed) ![Screenshot 2023-12-22 at 10 30 01 PM](https://github.com/chrisblakley/Nebula/assets/6349678/8c060226-7df7-44b8-a1d5-916d717835a5) `requestStorageAccess()` can only be called from within an iframe. `requestStorageAccessFor()` can only be called from...

Plugin / Library / API
Backend (Server)
Frontend (Script)

This should say "Preview" instead of "View" when it is not published: ![Screen Shot 2023-12-13 at 10 37 43 AM](https://github.com/chrisblakley/Nebula/assets/6349678/ea5b4e1d-ffa2-427e-a3f5-bc8c6cc6aebd)

Low Priority
WP Admin / Shortcode / Widget
Backend (Server)

CloseWatcher API documentation: - https://html.spec.whatwg.org/multipage/interaction.html#the-closewatcher-interface - https://close-watcher-demo.glitch.me/ Here is an example of how to use it: ![unnamed](https://github.com/chrisblakley/Nebula/assets/6349678/af217b3f-4995-4d25-ae6d-cc3f1ca7ced6) Probably something like this: ```js const watcher = new CloseWatcher(); watcher.addEventListener('close', function(){ //Send...

Low Priority
Plugin / Library / API
Frontend (Script)

Nebula has a Rube Goldberg machine of a way to async/defer JavaScript assets, but now as of WP core 6.3 they are no longer needed. This will reduce the complexity...

Backend (Server)
Frontend (Script)

![Screen Shot 2023-11-02 at 2 39 13 PM](https://github.com/chrisblakley/Nebula/assets/6349678/1d043096-169e-4a16-bba7-b9af43ce6dbf) The actual list: - `abs()` - `sign()` - `round()` - `mod()` - `rem()` - `pow()` - `sqrt()` - `hypot()` - `log()` -...

Frontend (Style)

After September 30, 2023, Google Optimize will no longer be available to use. Seems like Google is _**hoping**_ that this functionality will make its way into GA4, but does not...

Plugin / Library / API
Backend (Server)

PHP Version Timeline: https://www.php.net/supported-versions.php PHP Release Notes: https://php.watch/versions Version Stats: https://stitcher.io/blog/php-version-stats-january-2023 ## PHP 8.3 Info & References https://php.watch/versions/8.3 https://stitcher.io/blog/new-in-php-83 - Release Date: November 23, 2023 - Active Support Until December...

:thought_balloon: Question / Research
Backend (Server)