Skip to content

Commit fa7f3fe

Browse files
committed
Added an issue about upper-greek and lower-greek.
1 parent c3a9840 commit fa7f3fe

2 files changed

Lines changed: 10 additions & 3 deletions

File tree

css3-lists/Overview.html

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3566,7 +3566,7 @@ <h2 id=ua-stylesheet><span class=secno>11. </span> Additional Predefined
35663566
type: additive;
35673567
range: 1 999;
35683568
additive-glyphs: 900 '\3E1', 800 '\3C9', 700 '\3C8', 600 '\3C7', 500 '\3C6', 400 '\3C5', 300 '\3C4', 200 '\3C3', 100 '\3C1', 90 '\3DF', 80 '\3C0', 70 '\3BF', 60 '\3BE', 50 '\3BD', 40 '\3BC', 30 '\3BB', 20 '\3BA', 10 '\3B9', 9 '\3B8', 8 '\3B7', 7 '\3B6', 6 '\3C3\3C4', 5 '\3B4', 4 '\3B3', 3 '\3B2', 2 '\3B1', 1 '\3B0';
3569-
/* 900 'ϡ', 800 'ω', 700 'ψ', 600 'χ', 500 'φ', 400 'υ', 300 'τ', 200 'σ', 100 'ρ', 90 'ϟ', 80 'π', 70 'ο', 60 'ξ', 50 'ν', 40 'μ', 30 'λ', 20 'κ', 10 'ι', 9 'θ', 8 'η', 7 'ζ', 6 '', 5 'ε', 4 'δ', 3 'γ', 2 'β', 1 'α' */
3569+
/* 900 'ϡ', 800 'ω', 700 'ψ', 600 'χ', 500 'φ', 400 'υ', 300 'τ', 200 'σ', 100 'ρ', 90 'ϟ', 80 'π', 70 'ο', 60 'ξ', 50 'ν', 40 'μ', 30 'λ', 20 'κ', 10 'ι', 9 'θ', 8 'η', 7 'ζ', 6 'στ', 5 'ε', 4 'δ', 3 'γ', 2 'β', 1 'α' */
35703570
}
35713571
</bdo></code></pre>
35723572

@@ -3577,7 +3577,12 @@ <h2 id=ua-stylesheet><span class=secno>11. </span> Additional Predefined
35773577
correct? (Having the multiplier be 1000 means that you can potentially
35783578
write the thousands digit two ways, using either the set of thousands
35793579
digits or the set of ones digits with a circumflex. The examples given in
3580-
the note appear to use the former.)</p>
3580+
the note appear to use the former.)
3581+
3582+
<p class=issue>According to a native Greek speaker, the lower-greek and
3583+
upper-greek styles aren't actually used. I've removed upper-greek for now,
3584+
but kept lower-greek because CSS2.1 included the keyword. Do these have
3585+
actual use-cases?</p>
35813586
<!-- ======================================================================= -->
35823587

35833588
<h2 id=optional-extensions><span class=secno>12. </span> Optional Extended

css3-lists/Overview.src.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2885,12 +2885,14 @@ <h2 id='ua-stylesheet'>
28852885
type: additive;
28862886
range: 1 999;
28872887
additive-glyphs: 900 '\3E1', 800 '\3C9', 700 '\3C8', 600 '\3C7', 500 '\3C6', 400 '\3C5', 300 '\3C4', 200 '\3C3', 100 '\3C1', 90 '\3DF', 80 '\3C0', 70 '\3BF', 60 '\3BE', 50 '\3BD', 40 '\3BC', 30 '\3BB', 20 '\3BA', 10 '\3B9', 9 '\3B8', 8 '\3B7', 7 '\3B6', 6 '\3C3\3C4', 5 '\3B4', 4 '\3B3', 3 '\3B2', 2 '\3B1', 1 '\3B0';
2888-
/* 900 'ϡ', 800 'ω', 700 'ψ', 600 'χ', 500 'φ', 400 'υ', 300 'τ', 200 'σ', 100 'ρ', 90 'ϟ', 80 'π', 70 'ο', 60 'ξ', 50 'ν', 40 'μ', 30 'λ', 20 'κ', 10 'ι', 9 'θ', 8 'η', 7 'ζ', 6 '', 5 'ε', 4 'δ', 3 'γ', 2 'β', 1 'α' */
2888+
/* 900 'ϡ', 800 'ω', 700 'ψ', 600 'χ', 500 'φ', 400 'υ', 300 'τ', 200 'σ', 100 'ρ', 90 'ϟ', 80 'π', 70 'ο', 60 'ξ', 50 'ν', 40 'μ', 30 'λ', 20 'κ', 10 'ι', 9 'θ', 8 'η', 7 'ζ', 6 'στ', 5 'ε', 4 'δ', 3 'γ', 2 'β', 1 'α' */
28892889
}
28902890
</bdo></code></pre>
28912891

28922892
<p class=issue>Per <a href="http://www.ethiopic.org/w3c/css/WD-css3-lists-20020220-comments.html#armenianlists">http://www.ethiopic.org/w3c/css/WD-css3-lists-20020220-comments.html#armenianlists</a>, putting the circumflex above a digit in armenian numbering multiplies the digit by 1000. The draft currently states a 10,000 multiplier. Which is correct? (Having the multiplier be 1000 means that you can potentially write the thousands digit two ways, using either the set of thousands digits or the set of ones digits with a circumflex. The examples given in the note appear to use the former.)</p>
28932893

2894+
<p class=issue>According to a native Greek speaker, the lower-greek and upper-greek styles aren't actually used. I've removed upper-greek for now, but kept lower-greek because CSS2.1 included the keyword. Do these have actual use-cases?</p>
2895+
28942896

28952897
<!-- ======================================================================= -->
28962898

0 commit comments

Comments
 (0)