Skip to content

Instantly share code, notes, and snippets.

View mattzeunert's full-sized avatar

Matt Zeunert mattzeunert

View GitHub Profile

(Note that some of the changes are just due to variance.)

Cherry-picked reproducable results

The "Tools for web developers" title becomes visibility: hidden when you scroll down. Before axe had scrolled to the bottom of the page, so we didn't count it. But now we do and there's one more non-failing tap target.

tap-targets { score: '0.37 => 0.39', detailsItemCount: '17 => 17' }

Prefix in context:

{
  "@context": {
    "sch": "http://schema.org/"
  },
  "@type": "Event",
  "sch:name": "sth"
}
var FINGER_SIZE_PX = 48;
/**
* Merge client rects together and remove small ones. This may result in a larger overall
* size than that of the individual client rects.
* We use this to simulate a finger tap on those targets later on.
* @param {LH.Artifacts.Rect[]} clientRects
*/
window.getTappableRectsFromClientRects = getTappableRectsFromClientRects;
{"userAgent":"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3738.0 Safari/537.36","environment":{"networkUserAgent":"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3738.0 Safari/537.36","hostUserAgent":"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3738.0 Safari/537.36","benchmarkIndex":1058},"lighthouseVersion":"4.2.0","fetchTime":"2019-03-19T23:48:23.055Z","requestedUrl":"https://ives-fourth-symphony.000webhostapp.com/ron-sanford/view-our-work/","finalUrl":"https://ives-fourth-symphony.000webhostapp.com/ron-sanford/view-our-work/","runWarnings":["Lighthouse was unable to reliably load the page you requested. Make sure you are testing the correct URL and that the server is properly responding to all requests. (Status code: 404)"],"runtimeError":{"code":"ERRORED_DOCUMENT_REQUEST","message":"Lighthouse was unable to reliably load the page you requested. Make sure you are test

{"hasH1":"true","hasHeading":"true","inOrder":true}

{"hasH1":"false","hasHeading":"true","inOrder":true}