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

Bug 1354970 - Add @counter-style rules #16455

Merged
merged 26 commits into from Apr 26, 2017

CSSKeyframesRule::name setter doesn’t throw anymore

1b41900
Select commit
4993a80
Introduce a style::values::CustomIdent type
SimonSapin Apr 14, 2017
d9c2d1a
Use CustomIdent for animation-name and @keyframes
SimonSapin Apr 14, 2017
627c823
Use CustomIdent in counter-increment
SimonSapin Apr 14, 2017
71f9a0c
Fix up unit tests
SimonSapin Apr 14, 2017
5a8e330
Remove some intermediate conversions in style/properties/gecko.mako.rs
SimonSapin Apr 14, 2017
797f40b
Add initial style system support for @counter-style rules
SimonSapin Apr 14, 2017
4477a2d
Add the 'system' descriptor of @counter-style
SimonSapin Apr 14, 2017
d1558a2
Add 'negative' descriptor of @counter-style
SimonSapin Apr 14, 2017
29bcb5b
Add 'prefix' and 'suffix' descriptors for @counter-style
SimonSapin Apr 14, 2017
6f79684
Add 'range' descriptor to @counter-style
SimonSapin Apr 14, 2017
e27de38
Add 'pad' descritor of @counter-style
SimonSapin Apr 14, 2017
0ba5cae
Add 'fallback' descriptor to @counter-style
SimonSapin Apr 14, 2017
fe15663
Add the 'symbols' descriptor for @counter-style
SimonSapin Apr 14, 2017
617e8e9
CSSOM requires @counter-style to keep track of which descriptors were…
SimonSapin Apr 14, 2017
f93a9a4
Don’t make up initial values not in spec for @counter-style descriptors
SimonSapin Apr 14, 2017
62d261a
Add 'additive-symbols' descriptor for @counter-style
SimonSapin Apr 14, 2017
6dc317f
Add speak-as descriptor for @counter-style
SimonSapin Apr 14, 2017
331acfa
Check rule-level @counter-style validity
SimonSapin Apr 14, 2017
ade56bb
Add missing 'additive-symbols' validity checks
SimonSapin Apr 14, 2017
e7a2a98
Make the style::counter_style module a directory
SimonSapin Apr 24, 2017
82c0411
Make predefined counter style names ASCII-lowercase.
SimonSapin Apr 24, 2017
1146921
Keep custom-ident and string separate in animation/keyframes name.
SimonSapin Apr 25, 2017
0ff64bd
Allow 'decimal' and 'none' in `<counter-style-name>`
SimonSapin Apr 25, 2017
be38c9a
Consider `foo` and `"foo"` equal as keyframes/animation names.
SimonSapin Apr 26, 2017
029150c
Exclude 'none' from <counter-style-name> after all.
SimonSapin Apr 26, 2017
1b41900
CSSKeyframesRule::name setter doesn’t throw anymore
SimonSapin Apr 26, 2017
Merged

Bug 1354970 - Add @counter-style rules #16455

CSSKeyframesRule::name setter doesn’t throw anymore
1b41900
Select commit
4993a80
Introduce a style::values::CustomIdent type
SimonSapin Apr 14, 2017
d9c2d1a
Use CustomIdent for animation-name and @keyframes
SimonSapin Apr 14, 2017
627c823
Use CustomIdent in counter-increment
SimonSapin Apr 14, 2017
71f9a0c
Fix up unit tests
SimonSapin Apr 14, 2017
5a8e330
Remove some intermediate conversions in style/properties/gecko.mako.rs
SimonSapin Apr 14, 2017
797f40b
Add initial style system support for @counter-style rules
SimonSapin Apr 14, 2017
4477a2d
Add the 'system' descriptor of @counter-style
SimonSapin Apr 14, 2017
d1558a2
Add 'negative' descriptor of @counter-style
SimonSapin Apr 14, 2017
29bcb5b
Add 'prefix' and 'suffix' descriptors for @counter-style
SimonSapin Apr 14, 2017
6f79684
Add 'range' descriptor to @counter-style
SimonSapin Apr 14, 2017
e27de38
Add 'pad' descritor of @counter-style
SimonSapin Apr 14, 2017
0ba5cae
Add 'fallback' descriptor to @counter-style
SimonSapin Apr 14, 2017
fe15663
Add the 'symbols' descriptor for @counter-style
SimonSapin Apr 14, 2017
617e8e9
CSSOM requires @counter-style to keep track of which descriptors were…
SimonSapin Apr 14, 2017
f93a9a4
Don’t make up initial values not in spec for @counter-style descriptors
SimonSapin Apr 14, 2017
62d261a
Add 'additive-symbols' descriptor for @counter-style
SimonSapin Apr 14, 2017
6dc317f
Add speak-as descriptor for @counter-style
SimonSapin Apr 14, 2017
331acfa
Check rule-level @counter-style validity
SimonSapin Apr 14, 2017
ade56bb
Add missing 'additive-symbols' validity checks
SimonSapin Apr 14, 2017
e7a2a98
Make the style::counter_style module a directory
SimonSapin Apr 24, 2017
82c0411
Make predefined counter style names ASCII-lowercase.
SimonSapin Apr 24, 2017
1146921
Keep custom-ident and string separate in animation/keyframes name.
SimonSapin Apr 25, 2017
0ff64bd
Allow 'decimal' and 'none' in `<counter-style-name>`
SimonSapin Apr 25, 2017
be38c9a
Consider `foo` and `"foo"` equal as keyframes/animation names.
SimonSapin Apr 26, 2017
029150c
Exclude 'none' from <counter-style-name> after all.
SimonSapin Apr 26, 2017
1b41900
CSSKeyframesRule::name setter doesn’t throw anymore
SimonSapin Apr 26, 2017

Workflow runs completed with no jobs

You can’t perform that action at this time.