Skip to content

Commit c558534

Browse files
authored
Remove reference to CSS chapter (#3999)
1 parent 55d3ffe commit c558534

1 file changed

Lines changed: 2 additions & 14 deletions

File tree

src/templates/en/2024/methodology.html

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ <h3 id="blink-features"><a href="#blink-features" class="anchor-link">Blink Feat
385385
</p>
386386

387387
<p>
388-
We use Blink Features to get a different perspective on feature adoption. This data is especially useful to distinguish between features that are implemented on a page and features that are actually used. For example, the <a href="{{ url_for('chapter', year=year, lang=lang, chapter='css') }}">CSS</a> chapter's section on Grid layout uses Blink Features data to measure whether some part of the actual page layout is built with Grid. By comparison, many more pages happen to include an unused Grid style in their stylesheets. Both stats are interesting in their own way and tell us something about how the web is built.
388+
We use Blink Features to get a different perspective on feature adoption. This data is especially useful to distinguish between features that are implemented on a page and features that are actually used.
389389
</p>
390390

391391
<p>
@@ -413,19 +413,7 @@ <h3 id="third-party-web"><a href="#third-party-web" class="anchor-link">Third Pa
413413
<h3 id="rework-css"><a href="#rework-css" class="anchor-link">Rework CSS</a></h3>
414414

415415
<p>
416-
<a hreflang="en" href="https://github.com/reworkcss/css">Rework CSS</a> is a JavaScript-based CSS parser. It takes entire stylesheets and produces a JSON-encoded object distinguishing each individual style rule, selector, directive, and value.
417-
</p>
418-
419-
<p>
420-
This special purpose tool significantly improved the accuracy of many of the metrics in the <a href="{{ url_for('chapter', year=year, lang=lang, chapter='css') }}">CSS</a> chapter. CSS in all external stylesheets and inline style blocks for each page were parsed and queried to make the analysis possible. See <a hreflang="en" href="https://discuss.httparchive.org/t/analyzing-stylesheets-with-a-js-based-parser/1683">this thread</a> for more information about how it was integrated with the HTTP Archive dataset on BigQuery.
421-
</p>
422-
</section>
423-
424-
<section>
425-
<h4 id="rework-utils"><a href="#rework-utils" class="anchor-link">Rework Utils</a></h4>
426-
427-
<p>
428-
This year&#8217;s <a href="{{ url_for('chapter', year=year, lang=lang, chapter='css') }}">CSS</a> chapter revisits many of the metrics introduced in 2020's CSS chapter, which was led by <a href="{{ url_for('contributors', year=2019, lang=lang, _anchor='LeaVerou') }}">Lea Verou</a>. Lea wrote <a hreflang="en" href="https://github.com/LeaVerou/rework-utils">Rework Utils</a> to more easily extract insights from Rework CSS's output. Most of the stats you see in the CSS chapter continue to be powered by these scripts.
416+
<a hreflang="en" href="https://github.com/reworkcss/css">Rework CSS</a> is a JavaScript-based CSS parser. It takes entire stylesheets and produces a JSON-encoded object distinguishing each individual style rule, selector, directive, and value. See <a hreflang="en" href="https://discuss.httparchive.org/t/analyzing-stylesheets-with-a-js-based-parser/1683">this thread</a> for more information about how it was integrated with the HTTP Archive dataset on BigQuery.
429417
</p>
430418
</section>
431419

0 commit comments

Comments
 (0)