Skip to content

Commit

Permalink
[Automated] Update report
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 24, 2024
1 parent 0010be3 commit bd7eecc
Showing 1 changed file with 57 additions and 32 deletions.
89 changes: 57 additions & 32 deletions public/wp-admin.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ <h2 class="audit__title">
<a class="btn back-to-top" href="#top" title="Back to top"></a>
</header>

<h3>Number of unique colors: 100</h3>
<h3>Number of unique colors (ignoring opacity): 55</h3>
<h3>Number of unique colors: 102</h3>
<h3>Number of unique colors (ignoring opacity): 56</h3>
<h3>List of all colors</h3>
<ul>

Expand Down Expand Up @@ -501,6 +501,16 @@ <h3>List of all colors</h3>
</li>


<li class="chip" style="--chip-bg-color:rgba(255, 255, 255, 0.2);">
rgba(255, 255, 255, 0.2)
</li>


<li class="chip" style="--chip-bg-color:#111;">
#111
</li>


<li class="chip" style="--chip-bg-color:rgba(255, 255, 255, 0.65);">
rgba(255, 255, 255, 0.65)
</li>
Expand Down Expand Up @@ -575,13 +585,13 @@ <h3>Top 10 most-used colors</h3>
<ul>

<li class="chip" style="--chip-bg-color:#fff;">
<span class="count">244</span>
<span class="count">245</span>
#fff
</li>


<li class="chip" style="--chip-bg-color:#dcdcde;">
<span class="count">175</span>
<span class="count">176</span>
#dcdcde
</li>

Expand All @@ -599,13 +609,13 @@ <h3>Top 10 most-used colors</h3>


<li class="chip" style="--chip-bg-color:#f0f0f1;">
<span class="count">110</span>
<span class="count">114</span>
#f0f0f1
</li>


<li class="chip" style="--chip-bg-color:#646970;">
<span class="count">85</span>
<span class="count">86</span>
#646970
</li>

Expand Down Expand Up @@ -911,7 +921,7 @@ <h2 class="audit__title">
<a class="btn back-to-top" href="#top" title="Back to top"></a>
</header>

<h3>Number of times `display: none` is used: <span class="count">291</span></h3>
<h3>Number of times `display: none` is used: <span class="count">292</span></h3>
<h3>Places where `display: none` is used</h3>
<ol>

Expand Down Expand Up @@ -2033,6 +2043,11 @@ <h3>Places where `display: none` is used</h3>
<em>wordpress/src/wp-admin/css/site-health.css</em>
</li>

<li>
<code>.site-icon-preview.hidden</code><br />
<em>wordpress/src/wp-admin/css/site-icon.css</em>
</li>

<li>
<code>body.js .theme-browser.search-loading</code><br />
<em>wordpress/src/wp-admin/css/themes.css</em>
Expand Down Expand Up @@ -2545,8 +2560,8 @@ <h2 class="audit__title">
<a class="btn back-to-top" href="#top" title="Back to top"></a>
</header>

<h3>Total number of selectors: <span class="count">8595</span></h3>
<h3>Number of selectors with IDs: <span class="count">2340</span></h3>
<h3>Total number of selectors: <span class="count">8606</span></h3>
<h3>Number of selectors with IDs: <span class="count">2341</span></h3>
<h3>Top 10 selectors with the highest specificity</h3>
<ol>

Expand Down Expand Up @@ -2664,8 +2679,8 @@ <h2 class="audit__title">
<a class="btn back-to-top" href="#top" title="Back to top"></a>
</header>

<h3>Number of total media queries: <span class="count">192</span></h3>
<h3>Number of seemingly-unique media queries: <span class="count">87</span></h3>
<h3>Number of total media queries: <span class="count">193</span></h3>
<h3>Number of seemingly-unique media queries: <span class="count">88</span></h3>
<h3>Top 10 most-used media queries</h3>
<ol>
<li>
Expand Down Expand Up @@ -2870,6 +2885,11 @@ <h3>Non-width related media queries</h3>

<li>
<span class="count">1</span>
<em>(prefers-color-scheme:dark)</em>
</li>

<li>
<span class="count">1</span>
<em>(max-height:620px)</em>
</li>

Expand Down Expand Up @@ -3134,7 +3154,7 @@ <h3>Top 10 least-used values for font-style</h3>
</li>

</ol>
<h3>Number of values for font-weight: <span class="count">195</span></h3>
<h3>Number of values for font-weight: <span class="count">196</span></h3>
<h3>Number of unique values for font-weight: <span class="count">10</span></h3>
<h3>Top 10 most-used values for font-weight</h3>
<ol>
Expand Down Expand Up @@ -3165,12 +3185,12 @@ <h3>Top 10 most-used values for font-weight</h3>

<li>
<span class="count">2</span>
<em>200</em>
<em>500</em>
</li>

<li>
<span class="count">1</span>
<em>500</em>
<span class="count">2</span>
<em>200</em>
</li>

<li>
Expand Down Expand Up @@ -3207,13 +3227,13 @@ <h3>Top 10 least-used values for font-weight</h3>
</li>

<li>
<span class="count">1</span>
<em>500</em>
<span class="count">2</span>
<em>200</em>
</li>

<li>
<span class="count">2</span>
<em>200</em>
<em>500</em>
</li>

<li>
Expand Down Expand Up @@ -3602,12 +3622,12 @@ <h3>Top 10 least-used values for text-indent</h3>
</li>

</ol>
<h3>Number of values for text-overflow: <span class="count">15</span></h3>
<h3>Number of values for text-overflow: <span class="count">16</span></h3>
<h3>Number of unique values for text-overflow: <span class="count">2</span></h3>
<h3>Top 10 most-used values for text-overflow</h3>
<ol>
<li>
<span class="count">14</span>
<span class="count">15</span>
<em>ellipsis</em>
</li>

Expand All @@ -3625,7 +3645,7 @@ <h3>Top 10 least-used values for text-overflow</h3>
</li>

<li>
<span class="count">14</span>
<span class="count">15</span>
<em>ellipsis</em>
</li>

Expand Down Expand Up @@ -3840,12 +3860,12 @@ <h2 class="audit__title">
</header>

<h3>Number of unique alphas: 21</h3>
<h3>Number of colors with opacity: 43</h3>
<h3>Number of colors with opacity: 44</h3>
<h3>List of all alphas</h3>
<ul>

<li class="chip is-transparent" style="--chip-bg-color:0.1;">
<span class="count">40</span>
<span class="count">41</span>
0.1
</li>

Expand All @@ -3862,15 +3882,21 @@ <h3>List of all alphas</h3>
</li>


<li class="chip is-transparent" style="--chip-bg-color:0.5;">
<span class="count">13</span>
0.5
</li>


<li class="chip is-transparent" style="--chip-bg-color:0.8;">
<span class="count">12</span>
0.8
</li>


<li class="chip is-transparent" style="--chip-bg-color:0.5;">
<span class="count">12</span>
0.5
<li class="chip is-transparent" style="--chip-bg-color:0.2;">
<span class="count">11</span>
0.2
</li>


Expand All @@ -3880,12 +3906,6 @@ <h3>List of all alphas</h3>
</li>


<li class="chip is-transparent" style="--chip-bg-color:0.2;">
<span class="count">9</span>
0.2
</li>


<li class="chip is-transparent" style="--chip-bg-color:0.15;">
<span class="count">8</span>
0.15
Expand Down Expand Up @@ -4138,6 +4158,11 @@ <h3>List of all colors with opacity</h3>
</li>


<li class="chip is-transparent" style="--chip-bg-color:rgba(255, 255, 255, 0.2);">
rgba(255, 255, 255, 0.2)
</li>


<li class="chip is-transparent" style="--chip-bg-color:rgba(255, 255, 255, 0.5);">
rgba(255, 255, 255, 0.5)
</li>
Expand Down

0 comments on commit bd7eecc

Please sign in to comment.