Skip to content

Commit c49d3fd

Browse files
committed
deploy: c4477d4
1 parent fe51c98 commit c49d3fd

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

index.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<meta content="Bikeshed version 742f3d674, updated Mon Nov 4 14:56:54 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="a071d75bbf4146b5f6c659db227c97ec80d7c959" name="revision">
11+
<meta content="c4477d4d6cf137f726a6bc07a6202b89c785d64e" 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>
@@ -2805,6 +2805,10 @@ <h3 class="heading settled" data-level="8.1" id="numeric-types"><span class="sec
28052805
This risks losing precision through implicit conversions,
28062806
which defeats the purpose of <code class="idl"><a data-link-type="idl" href="https://tc39.github.io/ecma262/#sec-bigint-objects" id="ref-for-sec-bigint-objects②">BigInt</a></code>.</p>
28072807
<h3 class="heading settled" data-level="8.2" id="idl-string-types"><span class="secno">8.2. </span><span class="content">Represent strings appropriately</span><a class="self-link" href="#idl-string-types"></a></h3>
2808+
<div class="note" role="note"> This section is meant to be mutually consistent with
2809+
the <a href="https://w3c.github.io/bp-i18n-specdev/#char_string">Defining string</a> section
2810+
of <a data-link-type="biblio" href="#biblio-international-specs" title="Internationalization Best Practices for Spec Developers">[international-specs]</a>.
2811+
Please report any discrepancies that may happen as the documents evolve. </div>
28082812
<p>When designing a web platform feature which operates on <a data-link-type="dfn" href="https://infra.spec.whatwg.org/#string" id="ref-for-string">strings</a>,
28092813
use <code class="idl"><a data-link-type="idl" href="https://webidl.spec.whatwg.org/#idl-DOMString" id="ref-for-idl-DOMString">DOMString</a></code> unless you have a specific reason not to.</p>
28102814
<p>Most string operations don’t need
@@ -4396,6 +4400,8 @@ <h3 class="no-num no-ref heading settled" id="informative"><span class="content"
43964400
<dd>Marijn Kruisselbrink. <a href="https://w3c.github.io/FileAPI/"><cite>File API</cite></a>. URL: <a href="https://w3c.github.io/FileAPI/">https://w3c.github.io/FileAPI/</a>
43974401
<dt id="biblio-filter-effects-2">[FILTER-EFFECTS-2]
43984402
<dd><a href="https://drafts.fxtf.org/filter-effects-2/"><cite>Filter Effects Module Level 2</cite></a>. Editor's Draft. URL: <a href="https://drafts.fxtf.org/filter-effects-2/">https://drafts.fxtf.org/filter-effects-2/</a>
4403+
<dt id="biblio-international-specs">[INTERNATIONAL-SPECS]
4404+
<dd>Richard Ishida; Addison Phillips. <a href="https://w3c.github.io/bp-i18n-specdev/"><cite>Internationalization Best Practices for Spec Developers</cite></a>. URL: <a href="https://w3c.github.io/bp-i18n-specdev/">https://w3c.github.io/bp-i18n-specdev/</a>
43994405
<dt id="biblio-intersection-observer">[INTERSECTION-OBSERVER]
44004406
<dd>Stefan Zager; Emilio Cobos Álvarez; Traian Captan. <a href="https://w3c.github.io/IntersectionObserver/"><cite>Intersection Observer</cite></a>. URL: <a href="https://w3c.github.io/IntersectionObserver/">https://w3c.github.io/IntersectionObserver/</a>
44014407
<dt id="biblio-least-power">[LEAST-POWER]

0 commit comments

Comments
 (0)