Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Devanagari: 4.5 Counters, Lists - add usage examples, add reference documentation, specs being referred to #42

Open
alolita opened this issue Oct 3, 2018 · 2 comments
Labels
drafting l:hi Hindi, Devanagari script s:deva Devanagari script

Comments

@alolita
Copy link
Member

alolita commented Oct 3, 2018

https://w3c.github.io/iip/gap-analysis/deva-gap.html#counters

This issue needs to have more documentation on what advanced level support means in this context.

Which spec is being referred to? Link please.

Provide usage examples, related tests.

For Deva: devanagari
devanagari numbering (e.g., १, २, ३, ..., ९८, ९९, १००).
@counter-style devanagari {
system: numeric;
symbols: "\966" "\967" "\968" "\969" "\96A" "\96B" "\96C" "\96D" "\96E" "\96F";
/* ० १ २ ३ ४ ५ ६ ७ ८ ९ */

@counter-style hindi {
system: alphabetic;
symbols: '\915' '\916' '\917' '\918' '\919' '\91A' '\91B' '\91C' '\91D' '\91E' '\91F' '\920' '\921' '\922' '\923' '\924' '\925' '\926' '\927' '\928' '\92A' '\92B' '\92C' '\92D' '\92E' '\92F' '\930' '\932' '\935' '\936' '\937' '\938' '\939';
/* symbols: 'क' 'ख' 'ग' 'घ' 'ङ' 'च' 'छ' 'ज' 'झ' 'ञ' 'ट' 'ठ' 'ड' 'ढ' 'ण' 'त' 'थ' 'द' 'ध' 'न' 'प' 'फ' 'ब' 'भ' 'म' 'य' 'र' 'ल' 'व' 'श' 'ष' 'स' 'ह'; */

@alolita alolita added l:hi Hindi, Devanagari script drafting labels Oct 3, 2018
@r12a
Copy link
Contributor

r12a commented Oct 3, 2018

Which spec is being referred to? Link please.

These are already linked to in the GA doc.
Spec: https://www.w3.org/TR/css-counter-styles-3/#simple-numeric
Doc: https://w3c.github.io/predefined-counter-styles/#devanagari-styles

Provide usage examples, related tests.

Tests with results are available at
https://www.w3.org/International/tests/#css3-counter-styles
https://www.w3.org/International/tests/#predefined-counter-styles

@r12a
Copy link
Contributor

r12a commented Nov 27, 2018

The PR at #48 adds information about tests and results for Devanagari, Bengali, and Tamil. We need to consider the impact of those test results and add a summary of that to each document.

@alolita alolita changed the title Devanagari: 3.4 Counters, Lists - add usage examples, add reference documentation, specs being referred to Devanagari: 4.5 Counters, Lists - add usage examples, add reference documentation, specs being referred to Apr 6, 2019
@r12a r12a added the s:deva Devanagari script label Jul 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
drafting l:hi Hindi, Devanagari script s:deva Devanagari script
Projects
None yet
Development

No branches or pull requests

2 participants