this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix copy: "would" → "could" lift readiness in one-pager

+2 -2
+1 -1
data/build-one-pager.mjs
··· 294 294 </div> 295 295 <div class="insight-row"> 296 296 <div class="insight-num">4</div> 297 - <div class="insight-text"><strong style="color:#686868;">${noDataCount} unmeasured features</strong> &mdash; ${(noDataByReason['js-builtin'] || []).length} JS built-ins and ${(noDataByReason['semantic-html'] || []).length} semantic HTML elements are supported via SpiderMonkey and the HTML parser; ${(noDataByReason['webgl-extension'] || []).length} WebGL extensions depend on GPU drivers; ${noDataCount - (noDataByReason['js-builtin'] || []).length - (noDataByReason['semantic-html'] || []).length - (noDataByReason['webgl-extension'] || []).length} have unknown status. Closing the measurement gap would lift readiness without engine work.</div> 297 + <div class="insight-text"><strong style="color:#686868;">${noDataCount} unmeasured features</strong> &mdash; ${(noDataByReason['js-builtin'] || []).length} JS built-ins and ${(noDataByReason['semantic-html'] || []).length} semantic HTML elements are supported via SpiderMonkey and the HTML parser; ${(noDataByReason['webgl-extension'] || []).length} WebGL extensions depend on GPU drivers; ${noDataCount - (noDataByReason['js-builtin'] || []).length - (noDataByReason['semantic-html'] || []).length - (noDataByReason['webgl-extension'] || []).length} have unknown status. Closing the measurement gap could lift readiness without engine work.</div> 298 298 </div> 299 299 <div class="insight-row"> 300 300 <div class="insight-num">5</div>
+1 -1
one-pager.html
··· 177 177 </div> 178 178 <div class="insight-row"> 179 179 <div class="insight-num">4</div> 180 - <div class="insight-text"><strong style="color:#686868;">154 unmeasured features</strong> &mdash; 78 JS built-ins and 23 semantic HTML elements are supported via SpiderMonkey and the HTML parser; 20 WebGL extensions depend on GPU drivers; 33 have unknown status. Closing the measurement gap would lift readiness without engine work.</div> 180 + <div class="insight-text"><strong style="color:#686868;">154 unmeasured features</strong> &mdash; 78 JS built-ins and 23 semantic HTML elements are supported via SpiderMonkey and the HTML parser; 20 WebGL extensions depend on GPU drivers; 33 have unknown status. Closing the measurement gap could lift readiness without engine work.</div> 181 181 </div> 182 182 <div class="insight-row"> 183 183 <div class="insight-num">5</div>