Skip to content

Commit a6ab26c

Browse files
committed
deploy: 236aaa0
1 parent eff08a7 commit a6ab26c

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

index.html

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<meta content="Bikeshed version ac5ea272d, updated Fri Dec 6 15:45:15 2024 -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="1c02656afb5d6202ac16356bf1f68a3ebd673b14" name="revision">
11+
<meta content="236aaa05f692bae1e600027588c43bac9ad15c8c" 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="2024-12-12">12 December 2024</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="2024-12-13">13 December 2024</time></p>
706706
<details open>
707707
<summary>More details about this document</summary>
708708
<div data-fill-with="spec-metadata">
@@ -714,9 +714,11 @@ <h1 class="p-name no-ref" id="title">Web Platform Design Principles</h1>
714714
<dt>Feedback:
715715
<dd><a href="https://github.com/w3ctag/design-principles/issues/">GitHub</a>
716716
<dt class="editor">Editors:
717-
<dd class="editor p-author h-card vcard" data-editor-id="42399"><a class="p-name fn u-url url" href="https://sangwhan.com">Sangwhan Moon</a> (<a class="p-org org" href="https://www.google.com/">Google</a>)
718717
<dd class="editor p-author h-card vcard" data-editor-id="52258"><a class="p-name fn u-url url" href="https://lea.verou.me">Lea Verou</a> (<span class="p-org org">Invited Expert</span>)
718+
<dd class="editor p-author h-card vcard" data-editor-id="68503"><a class="p-name fn u-url url" href="https://lowentropy.net/">Martin Thomson</a> (<a class="p-org org" href="https://www.mozilla.org/">Mozilla</a>)
719+
<dd class="editor p-author h-card vcard" data-editor-id="72192"><span class="p-name fn">Jeffrey Yasskin</span> (<a class="p-org org" href="https://www.google.com/">Google</a>)
719720
<dt class="editor">Former Editors:
721+
<dd class="editor p-author h-card vcard" data-editor-id="42399"><a class="p-name fn u-url url" href="https://sangwhan.com">Sangwhan Moon</a> (<a class="p-org org" href="https://www.google.com/">Google</a>)
720722
<dd class="editor p-author h-card vcard"><a class="p-name fn u-url url" href="https://domenic.me/">Domenic Denicola</a> (<a class="p-org org" href="https://www.google.com/">Google</a>) <a class="u-email email" href="mailto:[email protected]">[email protected]</a>
721723
<dd class="editor p-author h-card vcard"><a class="p-name fn u-email email" href="mailto:[email protected]">Travis Leithead</a> (<span class="p-org org">Microsoft</span>)
722724
<dt>By:
@@ -3251,8 +3253,8 @@ <h3 class="heading settled" data-level="10.4" id="new-data-formats"><span class=
32513253
due to security implications, and instead recommend enforcing strict MIME types for newer formats.</p>
32523254
<p>New MIME types should have a specification and should be registered with the Internet Assigned Numbers Authority (IANA).</p>
32533255
<h3 class="heading settled" data-level="10.5" id="using-http"><span class="secno">10.5. </span><span class="content">Consult documentation on best practices when using HTTP</span><a class="self-link" href="#using-http"></a></h3>
3254-
<p>When using <a href="https://datatracker.ietf.org/doc/html/rfc9110">HTTP</a>,
3255-
consult <a href="https://datatracker.ietf.org/doc/html/rfc9205">RFC 9205</a> for advice on correct usage of the protocol.</p>
3256+
<p>When using <a data-link-type="biblio" href="#biblio-rfc9110" title="HTTP Semantics">HTTP</a>,
3257+
consult <a data-biblio-display="inline" data-link-type="biblio" href="https://httpwg.org/specs/rfc9205.html"><cite>Building Protocols with HTTP</cite></a> for advice on correct usage of the protocol.</p>
32563258
<p><a href="https://fetch.spec.whatwg.org/">Fetch</a> is the way that
32573259
user agents most often interact with servers.
32583260
Fetch defines the CORS protocol and necessary security checks.
@@ -3261,8 +3263,8 @@ <h3 class="heading settled" data-level="10.5" id="using-http"><span class="secno
32613263
Appropriate use of methods, header fields, content types, caching, and other HTTP features
32623264
might need to be defined.</p>
32633265
<p>Recommendations on best practices for HTTP
3264-
can be found in <a href="https://datatracker.ietf.org/doc/html/rfc9205">RFC 9205</a> and <a href="https://datatracker.ietf.org/doc/search?name=HTTP&amp;sort=&amp;rfcs=on&amp;by=group&amp;group=httpbis">other HTTP RFCs</a>.
3265-
RFC 9205 includes advice on <a href="https://datatracker.ietf.org/doc/html/rfc9205#section-4.3">specifying client behavior</a>, <a href="https://datatracker.ietf.org/doc/html/rfc9205#section-4.7">defining header fields</a>, <a href="https://datatracker.ietf.org/doc/html/rfc9205#section-4.8">use of media types</a>, <a href="https://datatracker.ietf.org/doc/html/rfc9205#section-4.16">evolving specifications</a>, and
3266+
can be found in <a data-biblio-display="inline" data-link-type="biblio" href="https://httpwg.org/specs/rfc9205.html"><cite>Building Protocols with HTTP</cite></a> and <a href="https://datatracker.ietf.org/doc/search?name=HTTP&amp;sort=&amp;rfcs=on&amp;by=group&amp;group=httpbis">other HTTP RFCs</a>.
3267+
RFC 9205 includes advice on <a href="https://httpwg.org/specs/rfc9205.html#section-4.3">specifying client behavior</a>, <a href="https://httpwg.org/specs/rfc9205.html#section-4.7">defining header fields</a>, <a href="https://httpwg.org/specs/rfc9205.html#section-4.8">use of media types</a>, <a href="https://httpwg.org/specs/rfc9205.html#section-4.16">evolving specifications</a>, and
32663268
other advice on how to get the most out of HTTP.</p>
32673269
<h3 class="heading settled" data-level="10.6" id="extend-manifests"><span class="secno">10.6. </span><span class="content">Extend existing manifest files rather than creating new ones</span><a class="self-link" href="#extend-manifests"></a></h3>
32683270
<p>If your feature requires a manifest,
@@ -4440,6 +4442,8 @@ <h3 class="no-num no-ref heading settled" id="normative"><span class="content">N
44404442
<dd>Robin Berjon; Jeffrey Yasskin. <a href="https://w3ctag.github.io/privacy-principles/"><cite>Privacy Principles</cite></a>. URL: <a href="https://w3ctag.github.io/privacy-principles/">https://w3ctag.github.io/privacy-principles/</a>
44414443
<dt id="biblio-rfc2119">[RFC2119]
44424444
<dd>S. Bradner. <a href="https://datatracker.ietf.org/doc/html/rfc2119"><cite>Key words for use in RFCs to Indicate Requirement Levels</cite></a>. March 1997. Best Current Practice. URL: <a href="https://datatracker.ietf.org/doc/html/rfc2119">https://datatracker.ietf.org/doc/html/rfc2119</a>
4445+
<dt id="biblio-rfc9205">[RFC9205]
4446+
<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>
44434447
<dt id="biblio-url">[URL]
44444448
<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>
44454449
<dt id="biblio-webidl">[WEBIDL]
@@ -4503,6 +4507,8 @@ <h3 class="no-num no-ref heading settled" id="informative"><span class="content"
45034507
<dd>Mark Foltz. <a href="https://w3c.github.io/remote-playback/"><cite>Remote Playback API</cite></a>. URL: <a href="https://w3c.github.io/remote-playback/">https://w3c.github.io/remote-playback/</a>
45044508
<dt id="biblio-rfc8890">[RFC8890]
45054509
<dd>M. Nottingham. <a href="https://www.rfc-editor.org/rfc/rfc8890"><cite>The Internet is for End Users</cite></a>. August 2020. Informational. URL: <a href="https://www.rfc-editor.org/rfc/rfc8890">https://www.rfc-editor.org/rfc/rfc8890</a>
4510+
<dt id="biblio-rfc9110">[RFC9110]
4511+
<dd>R. Fielding, Ed.; M. Nottingham, Ed.; J. Reschke, Ed.. <a href="https://httpwg.org/specs/rfc9110.html"><cite>HTTP Semantics</cite></a>. June 2022. Internet Standard. URL: <a href="https://httpwg.org/specs/rfc9110.html">https://httpwg.org/specs/rfc9110.html</a>
45064512
<dt id="biblio-uievents">[UIEVENTS]
45074513
<dd>Gary Kacmarcik; Travis Leithead. <a href="https://w3c.github.io/uievents/"><cite>UI Events</cite></a>. URL: <a href="https://w3c.github.io/uievents/">https://w3c.github.io/uievents/</a>
45084514
<dt id="biblio-unsanctioned-tracking">[UNSANCTIONED-TRACKING]

0 commit comments

Comments
 (0)