Skip to content

Commit

Permalink
Normative: Move numberingSystem before style in resolvedOptions (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankYFTang authored Jan 5, 2024
1 parent ab571d6 commit cd50a72
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 deletions.
16 changes: 10 additions & 6 deletions index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 4 additions & 5 deletions spec.emu
Original file line number Diff line number Diff line change
Expand Up @@ -697,6 +697,10 @@ contributors: Ujjwal Sharma, Younies Mahmoud
<td>[[Locale]]</td>
<td>*"locale"*</td>
</tr>
<tr>
<td>[[NumberingSystem]]</td>
<td>*"numberingSystem"*</td>
</tr>
<tr>
<td>[[Style]]</td>
<td>*"style"*</td>
Expand Down Expand Up @@ -785,11 +789,6 @@ contributors: Ujjwal Sharma, Younies Mahmoud
<td>[[FractionalDigits]]</td>
<td>*"fractionalDigits"*</td>
</tr>
<tr>
<td>[[NumberingSystem]]</td>
<td>*"numberingSystem"*</td>
</tr>

</table>
</emu-table>
</emu-clause>
Expand Down

0 comments on commit cd50a72

Please sign in to comment.