SAA-SDT / EAD3

https://www.loc.gov/ead/index.html
Creative Commons Zero v1.0 Universal
81 stars 25 forks source link

list/@mark does not have all current CSS list-style-type values #451

Closed rockivist closed 9 years ago

rockivist commented 10 years ago

@tcatapano We agreed that @mark on <list> should have all of the values from the CSS property list-style-type. There are a few missing from the current list-style-type value list. We should update to add the missing values. They were probably added in the past few years, but for language compatibility, I think we should add them.

Double check me, but by my reckoning we need to add the following: cjk-ideographic; hebrew; hiragana; hiragana-iroha; katakana; katakana-iroha; and initial.

rockivist commented 9 years ago

@tcatapano Can you make sure this gets implemented before you head to Europe?

tcatapano commented 9 years ago

@rockivist: could you let me know from what spec we are to take the values of the list-style-type? As far as I can tell we have all the values from the most recent W3C Specification:

http://www.w3.org/TR/CSS2/generate.html#list-style

There is a Working Draft* on lists:

http://www.w3.org/TR/css3-lists

which references another Working Draft for Counter Styles:

http://www.w3.org/TR/2013/WD-css-counter-styles-3-20130221/

It describes the following:

Simple Predefined Counter Styles:

Numeric: ‘decimal’, ‘decimal-leading-zero’, ‘cjk-decimal’, ‘lower-roman’, ‘upper-roman’, ‘armenian’, ‘georgian’, ‘hebrew’

Alphabetic: ‘lower-alpha’, ‘lower-latin’, ‘upper-alpha’, ‘upper-latin’, ‘lower-greek’, ‘hiragana’, ‘hiragana-iroha’, ‘katakana’, ‘katakana-iroha’

Symbolic: ‘disc’, ‘circle’, ‘square’, ‘disclosure-open’, ‘disclosure-closed’

Complex Predefined Counter Styles:

japanese-informal’, ‘japanese-formal’, ‘korean-hangul-formal’, ‘korean-hanja-informal’, ‘korean-hanja-formal’, ‘simp-chinese-informal’, ‘simp-chinese-formal’, ‘trad-chinese-informal’, ‘trad-chinese-formal’, ‘ethiopic-numeric’

But note:

"The following counter styles are at-risk: ‘cjk-decimal’, ‘hebrew’, ‘hiragana’, ‘hiragana-iroha’, ‘katakana’, ‘katakana-iroha’, ‘japanese-informal’, ‘japanese-formal’, ‘korean-hangul-formal’, ‘korean-hanja-informal’, ‘korean-hanja-formal’, ‘simp-chinese-informal’, ‘simp-chinese-formal’, ‘trad-chinese-informal’, ‘trad-chinese-formal’, and ‘ethiopic-numeric’."

rockivist commented 9 years ago

@tcatapano I can't find where I found that list, but I'm pretty sure it wasn't on a W3C site. My mistake. We'll leave it as is. Closing.