Skip to content

Commit

Permalink
Normative: Update RegExp property aliases per Unicode v13 (tc39#1939)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasbynens authored and ljharb committed May 21, 2020
1 parent 277cc8c commit fc8964f
Showing 1 changed file with 20 additions and 5 deletions.
25 changes: 20 additions & 5 deletions table-binary-unicode-properties.html
Original file line number Diff line number Diff line change
Expand Up @@ -131,23 +131,38 @@
</tr>
<tr>
<td>`Emoji_Component`</td>
<td><a href="https://unicode.org/reports/tr51/#Emoji_Properties">`Emoji_Component`</a></td>
<td rowspan="2"><a href="https://unicode.org/reports/tr51/#Emoji_Properties">`Emoji_Component`</a></td>
</tr>
<tr>
<td>`EComp`</td>
</tr>
<tr>
<td>`Emoji_Modifier`</td>
<td><a href="https://unicode.org/reports/tr51/#Emoji_Properties">`Emoji_Modifier`</a></td>
<td rowspan="2"><a href="https://unicode.org/reports/tr51/#Emoji_Properties">`Emoji_Modifier`</a></td>
</tr>
<tr>
<td>`EMod`</td>
</tr>
<tr>
<td>`Emoji_Modifier_Base`</td>
<td><a href="https://unicode.org/reports/tr51/#Emoji_Properties">`Emoji_Modifier_Base`</a></td>
<td rowspan="2"><a href="https://unicode.org/reports/tr51/#Emoji_Properties">`Emoji_Modifier_Base`</a></td>
</tr>
<tr>
<td>`EBase`</td>
</tr>
<tr>
<td>`Emoji_Presentation`</td>
<td><a href="https://unicode.org/reports/tr51/#Emoji_Properties">`Emoji_Presentation`</a></td>
<td rowspan="2"><a href="https://unicode.org/reports/tr51/#Emoji_Properties">`Emoji_Presentation`</a></td>
</tr>
<tr>
<td>`EPres`</td>
</tr>
<tr>
<td>`Extended_Pictographic`</td>
<td><a href="https://unicode.org/reports/tr51/#Emoji_Properties">`Extended_Pictographic`</a></td>
<td rowspan="2"><a href="https://unicode.org/reports/tr51/#Emoji_Properties">`Extended_Pictographic`</a></td>
</tr>
<tr>
<td>`ExtPict`</td>
</tr>
<tr>
<td>`Extender`</td>
Expand Down

0 comments on commit fc8964f

Please sign in to comment.