Chris Blakley

Results 113 issues of Chris Blakley

### Description The purple box is appearing in reports when running Lighthouse in Chrome. This is not a major issue, but it would be nice to not have the purple...

I made a [comment in the spreadsheet](https://docs.google.com/spreadsheets/d/1D4sz4NmhTjekJR2HIFX6QvO76c9PU2LHKDBf19YLnrA/edit?disco=AAAACgvtwSI), but I felt like it might be worth more of a discussion– Typically when I run into the `Avoid enormous network payloads` detection...

I know there is an option to disable the CSS but I'd prefer to use it, however for most projects I only need PageNavi on a few templates. Would it...

enhancement

The table shows Gumby as supporting only IE9+ but on their site (and from my experience) they support IE8+. http://gumbyframework.com/docs/#!/browser-compatibility

All major browsers now support using scale, rotate, and translate directly without the need to place them inside of `transform()`. - https://caniuse.com/mdn-css_properties_scale - https://caniuse.com/mdn-css_properties_translate - https://caniuse.com/mdn-css_properties_rotate Example docs: https://developer.mozilla.org/en-US/docs/Web/CSS/rotate Eventually...

Frontend (Style)

This is the Woocommerce Enhanced Ecommerce plugin we used to use, but has been dormant for a while since it made the (way too early) shift to GA4 (back when...

Plugin / Library / API

Nebula already implements a handful of CSS selectors that are activated during audit mode. There are a whole ton more that may be useful to add. A great collection if...

Frontend (Style)

This will prevent the need in Nebula to do overflow detection on sub-navigation menus, for example. https://tabatkins.github.io/specs/css-anchor-position/ ```css .anchor {anchor-name: --my-anchor;} .anchored {left: anchor(--my-anchor right);} ``` I believe this is...

Frontend (Style)

From Google Search Console: > Search Console now supports a new video indexing report. This report shows indexed pages on your site where Google found a video, whether Google could...

Frontend (Script)

Custom dimensions in GA4 need event parameters to be consistent across the entire codebase so they are all captured (and not missed due to slight variations). Go through Nebula and...

Plugin / Library / API
Frontend (Script)