Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Resequence autosuggestions for CSS 'list-style' #12738

Merged
merged 2 commits into from
Aug 31, 2016
Merged

Conversation

albell
Copy link
Contributor

@albell albell commented Aug 29, 2016

"none" is surely used far more often than "armenian". Etc.

"none" is surely used far more often than "armenian". Etc.
@albell
Copy link
Contributor Author

albell commented Aug 29, 2016

Sorry, I hadn't yet submitted a CLA. I've completed and submitted that now. Please review.

@zaggino zaggino added this to the Release 1.9 milestone Aug 30, 2016
@@ -120,7 +120,7 @@
"left": {"values": ["auto", "inherit"]},
"letter-spacing": {"values": ["normal", "inherit"]},
"line-height": {"values": ["normal", "inherit"]},
"list-style": {"values": ["armenian", "circle", "decimal", "decimal-leading-zero", "disc", "georgian", "inherit", "inside", "lower-alpha", "lower-greek", "lower-latin", "lower-roman", "none", "outside", "square", "upper-alpha", "upper-latin", "upper-roman", "url()"]},
"list-style": {"values": ["none", "inherit", "initial", "unset", "url", "armenian", "circle", "decimal", "decimal-leading-zero", "disc", "georgian", "inside", "lower-alpha", "lower-greek", "lower-latin", "lower-roman", "outside", "square", "upper-alpha", "upper-latin", "upper-roman"]},
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

url is missing the braces, url()

@petetnt
Copy link
Collaborator

petetnt commented Aug 30, 2016

One small comment, otherwise LGTM

@albell
Copy link
Contributor Author

albell commented Aug 30, 2016

Parens added, thx

@petetnt
Copy link
Collaborator

petetnt commented Aug 31, 2016

Thanks for this contribution! 👍

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants