Skip to content

Commit 4c5f4bf

Browse files
fix bikeshed error (disambiguate #blockwidth reference) (#566)
SHA: 7861814 Reason: push, by marcoscaceres Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7dd2c42 commit 4c5f4bf

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

index.html

+7-7
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
<title>Web Platform Design Principles</title>
66
<meta content="NOTE-ED" name="w3c-status">
77
<link href="https://www.w3.org/StyleSheets/TR/2021/W3C-ED" rel="stylesheet">
8-
<meta content="Bikeshed version 60c422380, updated Thu Feb 20 19:11:22 2025 -0800" name="generator">
8+
<meta content="Bikeshed version b25686b9f, updated Fri Mar 14 14:15:20 2025 -0700" 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="8039864795cd2abcee191d6776bf36774fd0a46d" name="revision">
11+
<meta content="7861814970a0db1e1295600b5ffa6cc63bab4622" 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-06">6 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-25">25 March 2025</time></p>
706706
<details open>
707707
<summary>More details about this document</summary>
708708
<div data-fill-with="spec-metadata">
@@ -741,7 +741,7 @@ <h2 class="no-num no-toc no-ref heading settled" id="sotd"><span class="content"
741741
<p> <em>This section describes the status of this document at the time of its
742742
publication. A list of current <abbr title="World Wide Web Consortium">W3C</abbr> publications and the
743743
latest revision of this technical report can be found in the <a href="https://www.w3.org/TR/"><abbr title="World Wide Web
744-
Consortium">W3C</abbr> technical reports index</a> at https://www.w3.org/TR/.</em> </p>
744+
Consortium">W3C</abbr> standards and drafts index</a> at https://www.w3.org/TR/.</em> </p>
745745
<p> This document was published by the <a href="https://www.w3.org/groups/other/tag/">Technical Architecture Group</a> as an Editor’s Draft intended for the Note track.
746746
This is a draft document and
747747
may be updated, replaced or obsoleted by other documents at any time.
@@ -1134,7 +1134,7 @@ <h3 class="heading settled" data-level="1.6" id="devices-platforms"><span class=
11341134
<h3 class="heading settled" data-level="1.7" id="new-features"><span class="secno">1.7. </span><span class="content">Add new capabilities with care</span><a class="self-link" href="#new-features"></a></h3>
11351135
<p>Add new capabilities to the web with consideration of existing functionality and content.</p>
11361136
<p>The Web includes many extension points that allow for additions;
1137-
see for example <a href="https://html.spec.whatwg.org/multipage/introduction.html#extensibility"><cite>HTML</cite> § 1.7.3 Extensibility</a>.</p>
1137+
see for example <a href="https://html.spec.whatwg.org/multipage/introduction.html#extensibility"><cite>HTML</cite> § 1.7.2 Extensibility</a>.</p>
11381138
<p>Before adding items, consider integration with existing, similar capabilities.
11391139
If this leads to a preferred design approach that cannot be implemented by only adding items,
11401140
it might still be possible; see <a href="#removing-features">§ 1.8 Remove or change capabilities only once you understand existing usage</a>.</p>
@@ -2170,7 +2170,7 @@ <h3 class="heading settled" data-level="6.3" id="attributes-vs-methods"><span cl
21702170
<p>If static, then return a new object each time.
21712171
In which case, this should be be a method.</p>
21722172
</ul>
2173-
<h3 class="heading settled" data-level="6.4" id="prefer-dictionaries"><span class="secno">6.4. </span><span class="content">Accept optional and/or primitive arguments through dictionaries</span><span id="prefer-dict-to-bool"></span><a class="self-link" href="#prefer-dictionaries"></a></h3>
2173+
<h3 class="heading settled" data-level="6.4" id="prefer-dictionaries"><span class="secno">6.4. </span><span class="bs-old-id" id="prefer-dict-to-bool"></span><span class="content">Accept optional and/or primitive arguments through dictionaries</span><a class="self-link" href="#prefer-dictionaries"></a></h3>
21742174
<p>API methods should generally use dictionary arguments
21752175
instead of a series of optional arguments.</p>
21762176
<p>This makes the code that calls the method more readable,
@@ -4509,7 +4509,7 @@ <h3 class="no-num no-ref heading settled" id="normative"><span class="content">N
45094509
<dt id="biblio-fetch">[FETCH]
45104510
<dd>Anne van Kesteren. <a href="https://fetch.spec.whatwg.org/"><cite>Fetch Standard</cite></a>. Living Standard. URL: <a href="https://fetch.spec.whatwg.org/">https://fetch.spec.whatwg.org/</a>
45114511
<dt id="biblio-fingerprinting-guidance">[FINGERPRINTING-GUIDANCE]
4512-
<dd>Nick Doty. <a href="https://w3c.github.io/fingerprinting-guidance/"><cite>Mitigating Browser Fingerprinting in Web Specifications</cite></a>. URL: <a href="https://w3c.github.io/fingerprinting-guidance/">https://w3c.github.io/fingerprinting-guidance/</a>
4512+
<dd>Nick Doty; Tom Ritter. <a href="https://w3c.github.io/fingerprinting-guidance/"><cite>Mitigating Browser Fingerprinting in Web Specifications</cite></a>. URL: <a href="https://w3c.github.io/fingerprinting-guidance/">https://w3c.github.io/fingerprinting-guidance/</a>
45134513
<dt id="biblio-highres-time">[HIGHRES-TIME]
45144514
<dd>Yoav Weiss. <a href="https://w3c.github.io/hr-time/"><cite>High Resolution Time</cite></a>. URL: <a href="https://w3c.github.io/hr-time/">https://w3c.github.io/hr-time/</a>
45154515
<dt id="biblio-html">[HTML]

0 commit comments

Comments
 (0)