follow WD-css3-lists-20110524

This commit is contained in:
Kyo Nagashima
2012-08-05 18:51:24 +09:00
parent baa8a8adf7
commit 9822fdabe4
2 changed files with 127 additions and 89 deletions

View File

@@ -1,19 +1,22 @@
syn keyword cssGeneratedContentAttr contained box check diamond hyphen
syn keyword cssGeneratedContentAttr contained syriac tamil
syn match cssGeneratedContentAttr contained "\<\(lower\|upper\)-armenian\>"
syn match cssGeneratedContentAttr contained "\<ethiopic-numeric\>"
syn match cssGeneratedContentAttr contained "\<japanese-\(formal\|informal\)\>"
syn match cssGeneratedContentAttr contained "\<\(simp\|trad\)-chinese-\(formal\|informal\)\>"
syn keyword cssGeneratedContentAttr contained binary bengali cambodian devanagari gujarati gurmukhi kannada khmer lao malayalam mongolian myanmar octal oriya persian telugu tibetan thai urdu
syn keyword cssGeneratedContentProp contained type negative prefix suffix range fallback
syn match cssGeneratedContentProp contained "\<\(additive-\)\=glyphs\>"
syn keyword cssGeneratedContentAttr contained box check afar agaw ari asterisks bengali binary blin burmese cambodian dash devanagari diamond dizi footnotes gedeo greek gujarati gumuz gurmukhi hadiyya harari hindi kaffa kannada kebena kembata khmer konso kunama lao lepcha malayalam marathi meen mongolian myanmar octal oriya oromo persian saho sidama silti tamil telugu thai tibetan tigre wolaita yemsa
syn match cssGeneratedContentAttr contained "\<ancient-tamil\>"
syn match cssGeneratedContentAttr contained "\<arabic-indic\>"
syn match cssGeneratedContentAttr contained "\<\(lower\|upper\)-hexadecimal\>"
syn match cssGeneratedContentAttr contained "\<circled-\(decimal\|korean-\(consonants\|syllables\)\|\(lower\|upper\)-latin\)\>"
syn match cssGeneratedContentAttr contained "\<cjk-\(decimal\|earthly-branch\|heavenly-stem\)\>"
syn match cssGeneratedContentAttr contained "\<dotted-decimal\>"
syn match cssGeneratedContentAttr contained "\<double-circled-decimal\>"
syn match cssGeneratedContentAttr contained "\<eastern-nagari\>"
syn match cssGeneratedContentAttr contained "\<filled-circled-decimal\>"
syn match cssGeneratedContentAttr contained "\<fullwidth-\(decimal\|\(lower\|upper\)-\(alpha\|roman\)\)\>"
syn match cssGeneratedContentAttr contained "\<japanese-\(in\)\=formal\>"
syn match cssGeneratedContentAttr contained "\<korean-\(consonant\|hangul-formal\|hanja-\(in\)\=formal\|syllable\)\>"
syn match cssGeneratedContentAttr contained "\<\(lower\|upper\)-\(alpha-symbolic\|armenian\|belorussian\|bulgarian\|hexadecimal\|macedonian\|oromo-qubee\|russian\(-full\)\=\|serbo-croatian\|ukrainian\(-full\)\=\)\>"
syn match cssGeneratedContentAttr contained "\<new-base-60\>"
syn match cssGeneratedContentAttr contained "\<parenthesized-\(decimal\|hangul-\(consonants\|syllable\)\|lower-latin\)\>"
syn match cssGeneratedContentAttr contained "\<persian-\(abjad\|alphabetic\)\>"
syn match cssGeneratedContentAttr contained "\<simple-\(lower\|upper\)-roman\>"
syn match cssGeneratedContentAttr contained "\<super-decimal\>"
syn keyword cssGeneratedContentAttr contained afar amharic oromo sidama somali tigre
syn match cssGeneratedContentAttr contained "\<ethiopic\(-\(abegede\|abegede-am-et\|abegede-gez\|abegede-ti-er\|abegede-ti-et\|halehame-aa-er\|halehame-aa-et\|halehame-am-et\|halehame-gez\|halehame-om-et\|halehame-sid-et\|halehame-so-et\|halehame-ti-er\|halehame-ti-et\|halehame-tig\)\)\=\>"
syn match cssGeneratedContentAttr contained "\<hangul\(-consonant\)\=\>"
syn match cssGeneratedContentAttr contained "\<\(lower\|upper\)-norwegian\>"
syn match cssGeneratedContentAttr contained "\<tigrinya-\(er\|er-abegede\|et\|et-abegede\)\>"
syn keyword cssGeneratedContentAttr contained asterisks footnotes
syn match cssGeneratedContentAttr contained "\<\(circled\|dotted\|double-circled\|filled-circled\|parenthesised\)-decimal\>"
syn match cssGeneratedContentAttr contained "\<\(circled-\(lower\|upper\)\|parenthesised-lower\)-latin\>"
syn match cssGeneratedContentAttr contained "\<thai-alphabetic\>"
syn keyword cssPseudoClassId contained marker

View File

@@ -171,84 +171,119 @@
}
.lists::marker {
display: box;
display: check;
display: diamond;
display: hyphen;
display: syriac;
display: tamil;
display: lower-armenian;
display: upper-armenian;
display: ethiopic-numeric;
display: japanese-formal;
display: japanese-informal;
display: simp-chinese-formal;
display: simp-chinese-informal;
display: trad-chinese-formal;
display: trad-chinese-informal;
display: binary;
type: box;
negative: check;
prefix: afar;
suffix: agaw;
range: ancient-tamil;
fallback: arabic-indic;
glyphs: ari;
additive-glyphs: asterisks;
display: bengali;
display: binary;
display: blin;
display: burmese;
display: cambodian;
display: devanagari;
display: gujarati;
display: gurmukhi;
display: kannada;
display: khmer;
display: lao;
display: malayalam;
display: mongolian;
display: myanmar;
display: octal;
display: oriya;
display: persian;
display: telugu;
display: tibetan;
display: thai;
display: urdu;
display: arabic-indic;
display: lower-hexadecimal;
display: upper-hexadecimal;
display: super-decimal;
display: afar;
display: amharic;
display: oromo;
display: sidama;
display: somali;
display: tigre;
display: ethiopic;
display: ethiopic-abegede;
display: ethiopic-abegede-am-et;
display: ethiopic-abegede-gez;
display: ethiopic-abegede-ti-er;
display: ethiopic-abegede-ti-et;
display: ethiopic-halehame-aa-er;
display: ethiopic-halehame-aa-et;
display: ethiopic-halehame-am-et;
display: ethiopic-halehame-gez;
display: ethiopic-halehame-om-et;
display: ethiopic-halehame-sid-et;
display: ethiopic-halehame-so-et;
display: ethiopic-halehame-ti-er;
display: ethiopic-halehame-ti-et;
display: ethiopic-halehame-tig;
display: hangul;
display: hangul-consonant;
display: lower-norwegian;
display: upper-norwegian;
display: tigrinya-er;
display: tigrinya-er-abegede;
display: tigrinya-et;
display: tigrinya-et-abegede;
display: asterisks;
display: footnotes;
display: circled-decimal;
display: dotted-decimal;
display: double-circled-decimal;
display: filled-circled-decimal;
display: parenthesised-decimal;
display: circled-korean-consonants;
display: circled-korean-syllables;
display: circled-lower-latin;
display: circled-upper-latin;
display: parenthesised-lower-latin;
display: cjk-decimal;
display: cjk-earthly-branch;
display: cjk-heavenly-stem;
display: dash;
display: devanagari;
display: diamond;
display: dizi;
display: dotted-decimal;
display: double-circled-decimal;
display: eastern-nagari;
display: filled-circled-decimal;
display: footnotes;
display: fullwidth-decimal;
display: fullwidth-lower-alpha;
display: fullwidth-lower-roman;
display: fullwidth-upper-alpha;
display: fullwidth-upper-roman;
display: gedeo;
display: greek;
display: gujarati;
display: gumuz;
display: gurmukhi;
display: hadiyya;
display: harari;
display: hindi;
display: japanese-formal;
display: japanese-informal;
display: kaffa;
display: kannada;
display: kebena;
display: kembata;
display: khmer;
display: konso;
display: korean-consonant;
display: korean-hangul-formal;
display: korean-hanja-formal;
display: korean-hanja-informal;
display: korean-syllable;
display: kunama;
display: lao;
display: lepcha;
display: lower-alpha-symbolic;
display: lower-armenian;
display: lower-belorussian;
display: lower-bulgarian;
display: lower-hexadecimal;
display: lower-macedonian;
display: lower-oromo-qubee;
display: lower-russian;
display: lower-russian-full;
display: lower-serbo-croatian;
display: lower-ukrainian;
display: lower-ukrainian-full;
display: malayalam;
display: marathi;
display: meen;
display: mongolian;
display: myanmar;
display: new-base-60;
display: octal;
display: oriya;
display: oromo;
display: parenthesized-decimal;
display: parenthesized-hangul-consonants;
display: parenthesized-hangul-syllable;
display: parenthesized-lower-latin;
display: persian;
display: persian-abjad;
display: persian-alphabetic;
display: saho;
display: sidama;
display: silti;
display: simple-lower-roman;
display: simple-upper-roman;
display: super-decimal;
display: tamil;
display: telugu;
display: thai;
display: thai-alphabetic;
display: tibetan;
display: tigre;
display: upper-alpha-symbolic;
display: upper-armenian;
display: upper-belorussian;
display: upper-bulgarian;
display: upper-hexadecimal;
display: upper-macedonian;
display: upper-oromo-qubee;
display: upper-russian;
display: upper-russian-full;
display: upper-serbo-croatian;
display: upper-ukrainian;
display: upper-ukrainian-full;
display: wolaita;
display: yemsa;
}
.marquee {