|
8 | 8 | <meta content="Bikeshed version 742f3d674, updated Mon Nov 4 14:56:54 2024 -0800" name="generator">
|
9 | 9 | <link href="https://www.w3.org/TR/design-principles/" rel="canonical">
|
10 | 10 | <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"> |
12 | 12 | <meta content="dark light" name="color-scheme">
|
13 | 13 | <link href="https://www.w3.org/StyleSheets/TR/2021/dark.css" media="(prefers-color-scheme: dark)" rel="stylesheet" type="text/css">
|
14 | 14 | <style>
|
@@ -2805,6 +2805,10 @@ <h3 class="heading settled" data-level="8.1" id="numeric-types"><span class="sec
|
2805 | 2805 | This risks losing precision through implicit conversions,
|
2806 | 2806 | 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>
|
2807 | 2807 | <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> |
2808 | 2812 | <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>,
|
2809 | 2813 | 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>
|
2810 | 2814 | <p>Most string operations don’t need
|
@@ -4396,6 +4400,8 @@ <h3 class="no-num no-ref heading settled" id="informative"><span class="content"
|
4396 | 4400 | <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>
|
4397 | 4401 | <dt id="biblio-filter-effects-2">[FILTER-EFFECTS-2]
|
4398 | 4402 | <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> |
4399 | 4405 | <dt id="biblio-intersection-observer">[INTERSECTION-OBSERVER]
|
4400 | 4406 | <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>
|
4401 | 4407 | <dt id="biblio-least-power">[LEAST-POWER]
|
|
0 commit comments