Skip to content

Commit f45eda4

Browse files
authored
Merge pull request #165 from ben-allen/restore-resolvedoptions-ordering
restore Resolved Options table to ordering before PR #150 merged
2 parents ca4e8f0 + 5bd0bea commit f45eda4

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

index.html

Lines changed: 6 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

spec.emu

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -695,10 +695,6 @@ contributors: Ujjwal Sharma, Younies Mahmoud
695695
<th>Property</th>
696696
</tr>
697697
</thead>
698-
<tr>
699-
<td>[[NumberingSystem]]</td>
700-
<td>*"numberingSystem"*</td>
701-
</tr>
702698
<tr>
703699
<td>[[Locale]]</td>
704700
<td>*"locale"*</td>
@@ -791,6 +787,11 @@ contributors: Ujjwal Sharma, Younies Mahmoud
791787
<td>[[FractionalDigits]]</td>
792788
<td>*"fractionalDigits"*</td>
793789
</tr>
790+
<tr>
791+
<td>[[NumberingSystem]]</td>
792+
<td>*"numberingSystem"*</td>
793+
</tr>
794+
794795
</table>
795796
</emu-table>
796797
</emu-clause>

0 commit comments

Comments
 (0)