Skip to content

Commit 7dd2c42

Browse files
Improvements to purposeful names (#561)
SHA: 8039864 Reason: push, by martinthomson Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 587a9ed commit 7dd2c42

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

index.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<meta content="Bikeshed version 60c422380, updated Thu Feb 20 19:11:22 2025 -0800" name="generator">
99
<link href="https://www.w3.org/TR/design-principles/" rel="canonical">
1010
<link href="https://www.w3.org/2008/site/images/favicon.ico" rel="icon">
11-
<meta content="beaaef9c35bb4bac8f9956d726ee39894fc0c483" name="revision">
11+
<meta content="8039864795cd2abcee191d6776bf36774fd0a46d" name="revision">
1212
<meta content="dark light" name="color-scheme">
1313
<link href="https://www.w3.org/StyleSheets/TR/2021/dark.css" media="(prefers-color-scheme: dark)" rel="stylesheet" type="text/css">
1414
<style>
@@ -702,7 +702,7 @@
702702
<div class="head">
703703
<p data-fill-with="logo"><a class="logo" href="https://www.w3.org/"> <img alt="W3C" height="48" src="https://www.w3.org/StyleSheets/TR/2021/logos/W3C" width="72"> </a> </p>
704704
<h1 class="p-name no-ref" id="title">Web Platform Design Principles</h1>
705-
<p id="w3c-state"><a href="https://www.w3.org/standards/types/#ED">Editor’s Draft</a>, <time class="dt-updated" datetime="2025-03-04">4 March 2025</time></p>
705+
<p id="w3c-state"><a href="https://www.w3.org/standards/types/#ED">Editor’s Draft</a>, <time class="dt-updated" datetime="2025-03-06">6 March 2025</time></p>
706706
<details open>
707707
<summary>More details about this document</summary>
708708
<div data-fill-with="spec-metadata">
@@ -3819,9 +3819,9 @@ <h4 class="no-num no-toc heading settled" id="naming-inclusive"><span class="con
38193819
For example, "A user may wish to adjust their preferences".</p>
38203820
<h3 class="heading settled" data-level="12.4" id="naming-future-proofing"><span class="secno">12.4. </span><span class="content">Use names that describe a purpose</span><a class="self-link" href="#naming-future-proofing"></a></h3>
38213821
<p>Name things for what they do, not how they do it.</p>
3822-
<p>Names that reflect the purpose of their subject
3822+
<p>Names that reflect a purpose
38233823
are more likely to be future-proof. <a href="#removing-features">Removing APIs from the web is difficult</a>,
3824-
so names need to outlast details.</p>
3824+
so names need to outlast any implementation detail.</p>
38253825
<p>In particular,
38263826
names should avoid the use of
38273827
code names,
@@ -4535,7 +4535,7 @@ <h3 class="no-num no-ref heading settled" id="normative"><span class="content">N
45354535
<dt id="biblio-rfc9205">[RFC9205]
45364536
<dd>M. Nottingham. <a href="https://httpwg.org/specs/rfc9205.html"><cite>Building Protocols with HTTP</cite></a>. June 2022. Best Current Practice. URL: <a href="https://httpwg.org/specs/rfc9205.html">https://httpwg.org/specs/rfc9205.html</a>
45374537
<dt id="biblio-service-workers">[SERVICE-WORKERS]
4538-
<dd>Jake Archibald; Marijn Kruisselbrink. <a href="https://w3c.github.io/ServiceWorker/"><cite>Service Workers</cite></a>. URL: <a href="https://w3c.github.io/ServiceWorker/">https://w3c.github.io/ServiceWorker/</a>
4538+
<dd>Yoshisato Yanagisawa; Monica CHINTALA. <a href="https://w3c.github.io/ServiceWorker/"><cite>Service Workers</cite></a>. URL: <a href="https://w3c.github.io/ServiceWorker/">https://w3c.github.io/ServiceWorker/</a>
45394539
<dt id="biblio-url">[URL]
45404540
<dd>Anne van Kesteren. <a href="https://url.spec.whatwg.org/"><cite>URL Standard</cite></a>. Living Standard. URL: <a href="https://url.spec.whatwg.org/">https://url.spec.whatwg.org/</a>
45414541
<dt id="biblio-web-animations-2">[WEB-ANIMATIONS-2]

0 commit comments

Comments
 (0)