Skip to content

Commit

Permalink
Added note on sentence break suppressions data to Annex A
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-allen committed Jun 9, 2023
1 parent 63d3558 commit 9a97754
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions spec/annexes.html
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,9 @@ <h1>Implementation Dependent Behaviour</h1>
<li>
In Segmenter:
<ul>
<li>
The set of data used for standard sentence break suppressions.
</li>
<li>
Boundary determination algorithms (<emu-xref href="#sec-findboundary"></emu-xref>)
</li>
Expand Down
2 changes: 1 addition & 1 deletion spec/locale.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ <h1>Intl.Locale ( _tag_ [ , _options_ ] )</h1>
1. If _numberingSystem_ is not *undefined*, then
1. If _numberingSystem_ does not match the Unicode Locale Identifier `type` nonterminal, throw a *RangeError* exception.
1. Set _opt_.[[nu]] to _numberingSystem_.
1. Let _sentenceBreakSuppressions_ be ? GetOption(_options_, *"numberingSystem"*, ~string~, &laquo;*"none"*, *"standard"* &raquo;, *"none"*).
1. Let _sentenceBreakSuppressions_ be ? GetOption(_options_, *"sentenceBreakSuppressions"*, ~string~, &laquo;*"none"*, *"standard"* &raquo;, *"none"*).
1. Set _opt_.[[ss]] to _sentenceBreakSuppressions_.
1. Let _r_ be ! ApplyUnicodeExtensionToTag(_tag_, _opt_, _relevantExtensionKeys_).
1. Set _locale_.[[Locale]] to _r_.[[locale]].
Expand Down

0 comments on commit 9a97754

Please sign in to comment.