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

Remove duplicate none value for list-style #6766

Merged
merged 2 commits into from
Feb 7, 2014

Conversation

WebsiteDeveloper
Copy link
Contributor

No description provided.

@@ -119,7 +119,7 @@
"left": {"values": ["auto", "inherit"]},
"letter-spacing": {"values": ["normal", "inherit"]},
"line-height": {"values": ["normal", "inherit"]},
"list-style": {"values": ["none", "url()", "inside", "outside", "armenian", "circle", "decimal", "decimal-leading-zero", "disc", "georgian", "lower-alpha", "lower-greek", "lower-latin", "lower-roman", "none", "square", "upper-alpha", "upper-latin", "upper-roman", "inherit"]},
"list-style": {"values": ["none", "url()", "inside", "outside", "armenian", "circle", "decimal", "decimal-leading-zero", "disc", "georgian", "lower-alpha", "lower-greek", "lower-latin", "lower-roman", "square", "upper-alpha", "upper-latin", "upper-roman", "inherit"]},
Copy link
Contributor

Choose a reason for hiding this comment

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

Please put values in alphabetical order to help prevent this in the future.

@redmunds redmunds self-assigned this Feb 5, 2014
@WebsiteDeveloper
Copy link
Contributor Author

@redmunds changes pushed.

@redmunds
Copy link
Contributor

redmunds commented Feb 7, 2014

Thanks. Merging.

redmunds added a commit that referenced this pull request Feb 7, 2014
Remove duplicate none value for list-style
@redmunds redmunds merged commit 3e2ab6a into adobe:master Feb 7, 2014
@WebsiteDeveloper WebsiteDeveloper deleted the patch-1 branch February 7, 2014 06:19
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants