Skip to content

Commit

Permalink
Merge pull request #29 from w3c/r12a-patch-1-1
Browse files Browse the repository at this point in the history
Add tally-mark
  • Loading branch information
r12a committed Sep 23, 2020
2 parents cb70fff + 5b1c258 commit b70e060
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions index.html
Expand Up @@ -1588,7 +1588,7 @@ <h2>Tibetan</h2>


<section id="digit-styles">
<h2>European Digits &amp; Roman</h2>
<h2>European Digits, Roman, etc.</h2>

<div class="counterstyle">
<code><bdo dir="ltr">
Expand All @@ -1599,6 +1599,17 @@ <h2>European Digits &amp; Roman</h2>
}
</bdo></code></div>

<div class="counterstyle">
<code><bdo dir="ltr">
@counter-style <dfn id="tally-mark"><a href="#tally-mark">tally-mark</a></dfn> {<br/>
system: additive;<br/>
additive-symbols: 5 '\1D378', 1 '\1D377';<br/>
/* symbols: 5 𝍸, 1 𝍷; */<br/>
suffix: ' ';<br/>
}
</bdo></code></div>


<div class="counterstyle">
<code><bdo dir="ltr">
@counter-style <dfn id="circled-decimal"><a href="#circled-decimal">circled-decimal</a></dfn> {<br/>
Expand Down Expand Up @@ -1834,7 +1845,7 @@ <h2> Revision Log</h2>
<section class="appendix">
<h2>Acknowledgements</h2>
<p>Ian Hickson and Tantek Çelı̇k provided the majority of early contributions to this content. Additional significant contributions were made by Tab Atkins.</p>
<p>Additional thanks to Mati Allouche, George Schizas. <code class="kw" translate="no">cjk-tally-mark</code> and <code class="kw" translate="no">cjk-stem-branch</code> were proposed by @c933103. Thanks to Yaibeelen Mangang and Amir Aharoni for <code class="kw" translate="no">meetei</code>.</p>
<p>Additional thanks to Mati Allouche, George Schizas. <code class="kw" translate="no">cjk-tally-mark</code> and <code class="kw" translate="no">cjk-stem-branch</code> were proposed by @c933103, and <code class="kw" translate="no">tally-mark</code> by Mike Bremford. Thanks to Yaibeelen Mangang and Amir Aharoni for <code class="kw" translate="no">meetei</code>.</p>
</section>
</body>
</html>

0 comments on commit b70e060

Please sign in to comment.