- From: Richard Ishida <ishida@w3.org>
- Date: Tue, 20 Aug 2013 19:22:08 +0100
- To: www International <www-international@w3.org>, W3C Style <www-style@w3.org>
Raised by:
Richard Ishida
Opened on:
2013-07-25
Description:
7.2 Ethiopic Numeric Counter Style: ethiopic-numeric
http://www.w3.org/TR/css-counter-styles-3/#ethiopic-numeric-counter-style
- In the Nov 2002 version of the Lists module, step 5 did not have
the text "that did not have its digits removed in the third step".
Addition of that text causes the algorithm to fail to produce the simple
example of 100. Removal of that text seems appropriate.
- In step 3, "then remove the digit" should really say "then remove
the digits" (ie both digits). Otherwise it takes a while for the reader
to be sure they understand the actual meaning.
- Step 6 says "except the group with number 0". Since all such
groups had their digits removed in step 3, I think it should say rather:
"except the groups where the digits were removed in step 3"
- I was able to replicate the example 78010092 by following the
algorithm, but not able to replicate the example 780000001092 - i think
the ethiopic given for the latter example is actually for the decimal
number 780100000092.
(I implemented the algorithm as best i could understand it with the
change to step 5 at http://rishida.net/tools/numberconverter/. This
might help to work thing through. The logic is in the js file.)
Received on Tuesday, 20 August 2013 18:22:35 UTC