Skip to content

Commit

Permalink
fixup: [spec] npm run build
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankYFTang committed Jul 30, 2024
1 parent 863a5c5 commit 6dfed4a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1853,7 +1853,6 @@
}
</style></head><body><div id="menu-toggle"></div><div id="menu-spacer"></div><div id="menu"><div id="menu-search"><input type="text" id="menu-search-box" placeholder="Search..."><div id="menu-search-results" class="inactive"></div></div><div id="menu-pins"><div class="menu-pane-header">Pins</div><ul id="menu-pins-list"></ul></div><div class="menu-pane-header">Table of Contents</div><div id="menu-toc"><ol class="toc"><li><span class="item-toggle-none"></span><a href="#sec-intro" title="Introduction">Introduction</a></li><li><span class="item-toggle"></span><a href="#locale-objects" title="Locale Objects"><span class="secnum">1</span> Locale Objects</a><ol class="toc"><li><span class="item-toggle"></span><a href="#sec-locale-abstracts" title="Abstract Operations for Locale Objects"><span class="secnum">1.1</span> Abstract Operations for Locale Objects</a><ol class="toc"><li><span class="item-toggle-none"></span><a href="#sec-create-array-from-list-or-restricted" title="CreateArrayFromListOrRestricted ( list , restricted )"><span class="secnum">1.1.1</span> CreateArrayFromListOrRestricted ( <var>list</var> , <var>restricted</var> )</a></li><li><span class="item-toggle-none"></span><a href="#sec-calendars-of-locale" title="CalendarsOfLocale ( loc )"><span class="secnum">1.1.2</span> CalendarsOfLocale ( <var>loc</var> )</a></li><li><span class="item-toggle-none"></span><a href="#sec-collations-of-locale" title="CollationsOfLocale ( loc )"><span class="secnum">1.1.3</span> CollationsOfLocale ( <var>loc</var> )</a></li><li><span class="item-toggle-none"></span><a href="#sec-hour-cycles-of-locale" title="HourCyclesOfLocale ( loc )"><span class="secnum">1.1.4</span> HourCyclesOfLocale ( <var>loc</var> )</a></li><li><span class="item-toggle-none"></span><a href="#sec-numbering-systems-of-locale" title="NumberingSystemsOfLocale ( loc )"><span class="secnum">1.1.5</span> NumberingSystemsOfLocale ( <var>loc</var> )</a></li><li><span class="item-toggle-none"></span><a href="#sec-time-zones-of-locale" title="TimeZonesOfLocale ( loc )"><span class="secnum">1.1.6</span> TimeZonesOfLocale ( <var>loc</var> )</a></li><li><span class="item-toggle-none"></span><a href="#sec-character-direction-of-locale" title="CharacterDirectionOfLocale ( loc )"><span class="secnum">1.1.7</span> CharacterDirectionOfLocale ( <var>loc</var> )</a></li><li><span class="item-toggle-none"></span><a href="#sec-weekday-to-string" title="WeekdayToString ( fw )"><span class="secnum">1.1.8</span> WeekdayToString ( <var>fw</var> )</a></li><li><span class="item-toggle-none"></span><a href="#sec-string-to-weekday-value" title="StringToWeekdayValue ( fw )"><span class="secnum">1.1.9</span> StringToWeekdayValue ( <var>fw</var> )</a></li><li><span class="item-toggle-none"></span><a href="#sec-week-info-of-locale" title="WeekInfoOfLocale ( loc )"><span class="secnum">1.1.10</span> WeekInfoOfLocale ( <var>loc</var> )</a></li></ol></li><li><span class="item-toggle"></span><a href="#sec-intl-locale-constructor" title="The Intl.Locale Constructor"><span class="secnum">1.2</span> The Intl.Locale Constructor</a><ol class="toc"><li><span class="item-toggle-none"></span><a href="#sec-apply-options-to-tag" title="ApplyOptionsToTag ( tag, options )"><span class="secnum">1.2.1</span> ApplyOptionsToTag ( <var>tag</var>, <var>options</var> )</a></li><li><span class="item-toggle-none"></span><a href="#sec-apply-unicode-extension-to-tag" title="ApplyUnicodeExtensionToTag ( tag, options, relevantExtensionKeys )"><span class="secnum">1.2.2</span> ApplyUnicodeExtensionToTag ( <var>tag</var>, <var>options</var>, <var>relevantExtensionKeys</var> )</a></li><li><span class="item-toggle-none"></span><a href="#sec-Intl.Locale" title="Intl.Locale ( tag [ , options ] )"><span class="secnum">1.2.3</span> Intl.Locale ( <var>tag</var> [ , <var>options</var> ] )</a></li></ol></li><li><span class="item-toggle"></span><a href="#sec-properties-of-intl-locale-constructor" title="Properties of the Intl.Locale Constructor"><span class="secnum">1.3</span> Properties of the Intl.Locale Constructor</a><ol class="toc"><li><span class="item-toggle-none"></span><a href="#sec-Intl.Locale.prototype" title="Intl.Locale.prototype"><span class="secnum">1.3.1</span> Intl.Locale.prototype</a></li><li><span class="item-toggle-none"></span><a href="#sec-intl.locale-internal-slots" title="Internal slots"><span class="secnum">1.3.2</span> Internal slots</a></li></ol></li><li><span class="item-toggle"></span><a href="#sec-properties-of-intl-locale-prototype-object" title="Properties of the Intl.Locale Prototype Object"><span class="secnum">1.4</span> Properties of the Intl.Locale Prototype Object</a><ol class="toc"><li><span class="item-toggle-none"></span><a href="#sec-Intl.Locale.prototype.constructor" title="Intl.Locale.prototype.constructor"><span class="secnum">1.4.1</span> Intl.Locale.prototype.constructor</a></li><li><span class="item-toggle-none"></span><a href="#sec-Intl.Locale.prototype-@@tostringtag" title="Intl.Locale.prototype[ @@toStringTag ]"><span class="secnum">1.4.2</span> Intl.Locale.prototype[ @@toStringTag ]</a></li><li><span class="item-toggle-none"></span><a href="#sec-Intl.Locale.prototype.maximize" title="Intl.Locale.prototype.maximize ( )"><span class="secnum">1.4.3</span> Intl.Locale.prototype.maximize ( )</a></li><li><span class="item-toggle-none"></span><a href="#sec-Intl.Locale.prototype.minimize" title="Intl.Locale.prototype.minimize ( )"><span class="secnum">1.4.4</span> Intl.Locale.prototype.minimize ( )</a></li><li><span class="item-toggle-none"></span><a href="#sec-Intl.Locale.prototype.toString" title="Intl.Locale.prototype.toString ( )"><span class="secnum">1.4.5</span> Intl.Locale.prototype.toString ( )</a></li><li><span class="item-toggle-none"></span><a href="#sec-Intl.Locale.prototype.baseName" title="get Intl.Locale.prototype.baseName"><span class="secnum">1.4.6</span> get Intl.Locale.prototype.baseName</a></li><li><span class="item-toggle-none"></span><a href="#sec-Intl.Locale.prototype.calendar" title="get Intl.Locale.prototype.calendar"><span class="secnum">1.4.7</span> get Intl.Locale.prototype.calendar</a></li><li><span class="item-toggle-none"></span><a href="#sec-Intl.Locale.prototype.caseFirst" title="get Intl.Locale.prototype.caseFirst"><span class="secnum">1.4.8</span> get Intl.Locale.prototype.caseFirst</a></li><li><span class="item-toggle-none"></span><a href="#sec-Intl.Locale.prototype.collation" title="get Intl.Locale.prototype.collation"><span class="secnum">1.4.9</span> get Intl.Locale.prototype.collation</a></li><li><span class="item-toggle-none"></span><a href="#sec-Intl.Locale.prototype.firstDayOfWeek" title="get Intl.Locale.prototype.firstDayOfWeek"><span class="secnum">1.4.10</span> get Intl.Locale.prototype.firstDayOfWeek</a></li><li><span class="item-toggle-none"></span><a href="#sec-Intl.Locale.prototype.hourCycle" title="get Intl.Locale.prototype.hourCycle"><span class="secnum">1.4.11</span> get Intl.Locale.prototype.hourCycle</a></li><li><span class="item-toggle-none"></span><a href="#sec-Intl.Locale.prototype.numeric" title="get Intl.Locale.prototype.numeric"><span class="secnum">1.4.12</span> get Intl.Locale.prototype.numeric</a></li><li><span class="item-toggle-none"></span><a href="#sec-Intl.Locale.prototype.numberingSystem" title="get Intl.Locale.prototype.numberingSystem"><span class="secnum">1.4.13</span> get Intl.Locale.prototype.numberingSystem</a></li><li><span class="item-toggle-none"></span><a href="#sec-Intl.Locale.prototype.language" title="get Intl.Locale.prototype.language"><span class="secnum">1.4.14</span> get Intl.Locale.prototype.language</a></li><li><span class="item-toggle-none"></span><a href="#sec-Intl.Locale.prototype.script" title="get Intl.Locale.prototype.script"><span class="secnum">1.4.15</span> get Intl.Locale.prototype.script</a></li><li><span class="item-toggle-none"></span><a href="#sec-Intl.Locale.prototype.region" title="get Intl.Locale.prototype.region"><span class="secnum">1.4.16</span> get Intl.Locale.prototype.region</a></li><li><span class="item-toggle-none"></span><a href="#sec-Intl.Locale.prototype.getCalendars" title="Intl.Locale.prototype.getCalendars ( )"><span class="secnum">1.4.17</span> Intl.Locale.prototype.getCalendars ( )</a></li><li><span class="item-toggle-none"></span><a href="#sec-Intl.Locale.prototype.getCollations" title="Intl.Locale.prototype.getCollations ( )"><span class="secnum">1.4.18</span> Intl.Locale.prototype.getCollations ( )</a></li><li><span class="item-toggle-none"></span><a href="#sec-Intl.Locale.prototype.getHourCycles" title="Intl.Locale.prototype.getHourCycles ( )"><span class="secnum">1.4.19</span> Intl.Locale.prototype.getHourCycles ( )</a></li><li><span class="item-toggle-none"></span><a href="#sec-Intl.Locale.prototype.getNumberingSystems" title="Intl.Locale.prototype.getNumberingSystems ( )"><span class="secnum">1.4.20</span> Intl.Locale.prototype.getNumberingSystems ( )</a></li><li><span class="item-toggle-none"></span><a href="#sec-Intl.Locale.prototype.getTimeZones" title="Intl.Locale.prototype.getTimeZones ( )"><span class="secnum">1.4.21</span> Intl.Locale.prototype.getTimeZones ( )</a></li><li><span class="item-toggle-none"></span><a href="#sec-Intl.Locale.prototype.getTextInfo" title="Intl.Locale.prototype.getTextInfo ( )"><span class="secnum">1.4.22</span> Intl.Locale.prototype.getTextInfo ( )</a></li><li><span class="item-toggle-none"></span><a href="#sec-Intl.Locale.prototype.getWeekInfo" title="Intl.Locale.prototype.getWeekInfo ( )"><span class="secnum">1.4.23</span> Intl.Locale.prototype.getWeekInfo ( )</a></li></ol></li><li><span class="item-toggle-none"></span><a href="#sec-properties-of-intl-locale-instances" title="Properties of Intl.Locale Instances"><span class="secnum">1.5</span> Properties of Intl.Locale Instances</a></li></ol></li><li><span class="item-toggle-none"></span><a href="#annex-implementation-dependent-behaviour" title="Implementation Dependent Behaviour"><span class="secnum">A</span> Implementation Dependent Behaviour</a></li><li><span class="item-toggle-none"></span><a href="#sec-copyright-and-software-license" title="Copyright &amp; Software License"><span class="secnum">B</span> Copyright &amp; Software License</a></li></ol></div></div><div id="spec-container"><h1 class="version first">Stage 3 Draft / July 30, 2024</h1><h1 class="title">Intl Locale Info Proposal</h1>


<emu-intro id="sec-intro">
<h1>Introduction</h1>

Expand Down

0 comments on commit 6dfed4a

Please sign in to comment.