Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/pulsar-edit/language-css

:lock: CSS package for Atom
https://github.com/pulsar-edit/language-css

Fix inconsistent comma scopes

0c0c471266f4deaecfbabfab934daba50a5e2238 authored over 8 years ago
Add missing scopes to semicolons after at-rules

314f73591b9280463a21baddbfe5bd5f50ba1788 authored over 8 years ago
Enforce case-insensitivity

24471a9f2a630ab15ae96b70c121dcb46ef02567 authored over 8 years ago
Clean up and extend keyword lists

5b1e5b544473a99f842bc3f89a94e1562a05a567 authored over 8 years ago
Refactor patterns to match functional values

c5eadca33af23bee7df6b607c751c93290926e78 authored over 8 years ago
Stop matching functions with injected whitespace

Functional values are composed of the function's name affixed to an open
bracket. Whitespace is ...

88161b6f9a31ef397d853507a3e4d1d3092ed5d2 authored over 8 years ago
Add support for #RGBA and #RRGGBBAA notation

Introduced in CSS Colour Module Level 4.

References:
* http://mdn.io/color_value#rgba()
* h...

ed5f2d5964265d63ea5ca6c231ef6f10a53e76dc authored over 8 years ago
Clean up colour-keyword lists

Support for the following missing keywords has also been added:

* currentColor
* rebecc...

0d3f59aa604dacfb6a869101006f0882e8bc0b67 authored over 8 years ago
Fix annotation alignment

9f1b50f9ea89d306f9b7669a8801e3d516c229f0 authored over 8 years ago
Extend coverage of recognised vendor prefixes

The CSS 2.2 spec states that an underscore may also introduce a vendored
extension, though this ...

1dcf97248f795233347dff6d0d32abdf99e013f6 authored over 8 years ago
Add support for namespace prefixes

96d9bf06fff07cade9f132ebf9417ed3a5eadf58 authored over 8 years ago
Merge @namespace rules and add specs

9bcb5c89750a41f489776c4df689f1209cee4cea authored over 8 years ago
Tighten pattern-matching of @charset statements

These rules have a very rigid syntax; the spec mandates that exactly one
space be used to separa...

9493fc25def72f2374a9e6142632258feb39f5cb authored over 8 years ago
Extend specs for @import statements

071a1546241a1d42a2516b15b0a2c098d9bf76d8 authored over 8 years ago
Permit injected comments before feature names

731801a641e8830bc6b31962e6bace8b61c4cde5 authored over 8 years ago
Improve accuracy and coverage of media queries

c288cd412f7d425d79a47b229ea0cecda100acef authored over 8 years ago
Improve support for injected comments in at-rules

Note that @charset statements don't allow injected comments.

6f254ab966d145a58534917ce1dec333a4d5805c authored over 8 years ago
Fix boundary-matching of @media and @page rules

5e4c43b7615e3dc290e0f703e920c25e81fd0331 authored over 8 years ago
Fix boundary-matching of @import statements

69636618ee124a500d5e51e2362e95b88e2d84cc authored over 8 years ago
Improve matching accuracy of @charset rules

* Now matched only at the start of a document
* Unquoted strings are marked invalid
* Scope-name...

37d0ee4a32aa7dc2ae4a5ee9858d16cba72f1e07 authored over 8 years ago
Delete incorrect variable-matching pattern

CSS doesn't use dollar signs to introduce variables, and it never did.

67fdc419c30f5c712612466132079af3163725c5 authored over 8 years ago
Delete redundant syntax

2bcc653597073ac4b6139d5cc2edf74e26f97be7 authored over 8 years ago
Expand extended regular expressions

fad8906e9ea452bf9ee6edc0bc9b6bdf0c63f1b4 authored over 8 years ago
Allow variable-length whitespace in namespaces

It's extremely unlikely this is only intended to match one space only.

48fc20775f63758e07afaee28c25737f73303f53 authored over 8 years ago
Replace "comment properties" with real comments

caf195dda228580f7ed5a7198b74149594c4a359 authored over 8 years ago
Merge pull request #97 from esdoppio/improve-nth

Improve the support for :nth-*() pseudo-classes

f396cafd7efd6cc2234e32fed5818433ada7d3cd authored over 8 years ago
Test for :nth-*()

99c6910b51fb92bc6c7b60cf5c99a291b9b6e161 authored over 8 years ago
Improve grammar of :nth-*()

https://www.w3.org/TR/selectors4/#anb-grammar

The grammar of An+B of :nth-*(An+B):

WS* [ SIGN?...

440f053b3dc8df71f59a60c3acad4f64e3ad09a2 authored over 8 years ago
Rewrite :nth-*() with begin/end

07de6076ee3713809533767de133b213216ad2a2 authored over 8 years ago
Update patterns of class and id selectors

To be more compliant with the standards:

> In CSS, identifiers … contain only … and ISO 10646 c...

9e00daff97f13aceff7ae2f0b92a4b49f1773886 authored over 8 years ago
Merge pull request #96 from zoo1/master

Add grid layout properties

c65b2f8837019aab3f49162a9d0307ca65c97432 authored over 8 years ago
Add grid layout properties

287d5970c93b576d589916a8a309fee310d8465a authored over 8 years ago
Merge pull request #90 from esdoppio/improve-attr-selector

Improve the support for attribute selectors

f0181663c858dbc4b2ecdde10571323a45f662c0 authored over 8 years ago
Fix scopes of attribute selector

f224fbe9f0871aaabaa741feb72e41ca03cb2255 authored over 8 years ago
Test for attribute selectors

29123d6086b3fc106f2ab1deaebdbe5fadc07207 authored over 8 years ago
Support namespaced attributes

https://www.w3.org/TR/selectors4/#attrnmsp
https://drafts.csswg.org/css-namespaces-3/#css-qnames...

437035bd8462b6f1620fb719642f5eb2be8a0b3d authored over 8 years ago
Prepare 0.40.1 release

819ba3a3203d90a068bbf70c01e7082a855bb9bc authored over 8 years ago
Improve pattern of attribute values

https://www.w3.org/TR/selectors4/#attribute-representation

Attribute values must be CSS identif...

97dcb3db5279570bb2026f74621426721a384506 authored over 8 years ago
Improve pattern of attribute names

https://www.w3.org/TR/xml/#NT-NameStartChar

Apart from being used to style HTML pages and user ...

b910d67f240c52de9d782ecaa1d883cdcafca2d6 authored over 8 years ago
Merge pull request #92 from torn4dom4n/patch-1

Update README.md

67adcbc4d42e44b2dc48d167962d4125b00a0a1a authored over 8 years ago
Update README.md

ae2a95bfeab68f25fe57f9f83016ebfb31cd6e5b authored over 8 years ago
Merge pull request #91 from Alhadis/modelines

Add support for Emacs/Vim modelines

9b90d39f9f16ef23b172acf2b703d76f9c98afa2 authored over 8 years ago
Add specs to guard against regressions

f9155ce2f0cfd60572fc5e9683872ed5884e5005 authored over 8 years ago
Add firstLineMatch support for Vim/Emacs modelines

0e24a602b78ca969b4e5f93b21f4c3289d3cffaf authored over 8 years ago
Prepare 0.40.0 release

9a45b10b8f8b51add06d7de65879b77faaeee39f authored over 8 years ago
:lipstick: Attribute selector

a22aeede8c2581916c6b5314c10e608c91a80b20 authored over 8 years ago
Merge pull request #89 from esdoppio/improve-lang

Improve the support for :lang()

55a44b285e63c8f20d78dde2048c2f68ca5c6bfe authored over 8 years ago
:fire: meta.language-ranges.css

7b2f9e30b6258ec96156594f19dbc07471dc2830 authored over 8 years ago
Improve grammar of :lang()

4a1bf3dae718221f996bb13ecc1d9a0ad6b86dc2 authored over 8 years ago
Test for :lang()

* Subtags can be consisted of digits.
https://tools.ietf.org/html/bcp47#page-1-5

* Language r...

4de61f8574d7fc78d6211d4fc984ca9d094643a4 authored over 8 years ago
Rewrite :lang() with begin/end

d8df483b7a07dff908b32c56b025606fa8f65f42 authored over 8 years ago
Test for regular pseudo-classes

abf9e374fd5c4e8ad902dc4b56e1fdf51eed15d5 authored over 8 years ago
Classify pseudo-classes

54e4a9131ca65df18d3e875a7264f2b99840403c authored over 8 years ago
Gather regular pseudo-classes in one entry

About entity.other.attribute-name.pseudo-class.ui-state.css,

* the name is not accurate in that...

ee52174ed1d35ed7a753ed74531ef000986872a8 authored over 8 years ago
::shadow is a pseudo-element

https://w3c.github.io/webcomponents/spec/shadow/

7fe7e55ef09bcf6a51a87f4a599fa37ea5fe8c94 authored over 8 years ago
Merge pull request #88 from jiayihu/master

Add support for custom properties

7ebfdf9d4062e404505363869ea706e9da707b69 authored over 8 years ago
Improve match regexp for custom variables and test for it

47dc3bbdccbe44fcb46dcee7957e121b7b724e70 authored over 8 years ago
Improve custom properties regexp and test for it

c4023c0b9aceecec25bc23ebf426dab1843be424 authored over 8 years ago
Replace scss names with css

8c802436a5802df3bca4cff1e18f4d66a8c42217 authored over 8 years ago
Add support for custom properties

56e6f113de251db83b31cb6c5e9d0c8e1e97e96b authored over 8 years ago
Merge pull request #86 from esdoppio/improve-pseudo-element

Improve the support for pseudo-elements

6533e8d8ce7fd63aa8310aceb827dec9224d79a7 authored over 8 years ago
Add more pseudo-elements

https://drafts.csswg.org/css-pseudo-4/
https://fullscreen.spec.whatwg.org/#::backdrop-pseudo-ele...

105884346891663aa6ab83237eaac32a202a73a5 authored over 8 years ago
Rewrite pattern of pseudo-element

:host is not a pseudo-element, but a pseudo-class.

6e8da965faa3917d1eee48be1da46c71c8756289 authored over 8 years ago
Test for pseudo-elements

Because CSS Level 1 and CSS Level 2 conflated pseudo-elements and
pseudo-classes by sharing a si...

db4dd20996e7c2ad7adedde37f5c23c5e85fac62 authored over 8 years ago
Improve spec titles

Try to describe the specifications in titles, rather than what is being
tested.

bed2590f3883ca9c1234bd67f8930cbb0fe61fbf authored over 8 years ago
Merge pull request #85 from esdoppio/fix-property-value

Fix property value so surrounding punctuation are not scoped as value

ec4af6b7b1e36d95ae3e73b95509671416120047 authored over 8 years ago
Add missing specs for extra spaces

dce6567abb047cb9e3292a7c7c2ea5c5663b8bfc authored over 8 years ago
Fix the specs

984b350a2b8e47d7f50d986d1f42044d1c2651f5 authored over 8 years ago
Fix pattern of property value

So surrounding punctuation, ":", ";", "}", or ")", are not scoped as
(part of the) value.

4fbf4cc02ddbca0407510a6ddac641d3fcc6505d authored over 8 years ago
Merge pull request #84 from esdoppio/rewrite-custom-element

Rewrite custom element

979ef0e0f40fa2ffc6e86da7cea8a644abdbe2c8 authored over 8 years ago
Lower priority of custom elements

4aa258bb0ccf52f144f63dd49ef510407495aece authored over 8 years ago
Rewrite pattern of custom elements

52c5dff89ac1d4ac019fd2a77d5ccb30535e454f authored over 8 years ago
More specs for custom elements

https://www.w3.org/TR/custom-elements/#valid-custom-element-name

* They start with a lowercase ...

adeee92927e8534bb664b4ec8be4720b6a94d5d0 authored over 8 years ago
Remove the noises in specs of selectors

Selectors should be picked up regardless of whether a declaration block
is present.

The "it doe...

2569a62ecdd9714424b0258815ff123e42218eac authored over 8 years ago
Prepare 0.39.0 release

1b40854889a08d4f7a68d9d219b83c53d6f79174 authored over 8 years ago
Merge pull request #83 from esdoppio/add-transform-functions

Add support for transform functions

e1276d6bd8647fc6cff736407eedd55b0a0b925d authored over 8 years ago
Merge pull request #81 from esdoppio/add-display-values

Add some missing values of the display property

69c4eca156481aeba3c812636c3bf6725c7a138a authored over 8 years ago
Add a rule for transform functions

https://drafts.csswg.org/css-transforms/#transform-functions

ceaa0da5661a072b0cfbdb536aa1554da083b821 authored over 8 years ago
Test for transform functions

1deca9a96bcb62a7d0339f3fcc64dcbff8ba4839 authored over 8 years ago
Add more values of display property

https://drafts.csswg.org/css-display/#typedef-display-outside

Values added:

* table
* table-ro...

7498a24fb1fd6d42d2698ae0453ec2de4ff20a70 authored over 8 years ago
Merge pull request #80 from esdoppio/vendor-prefixed-value-support

Add support for vendor-prefixed values

4de71e28dd5aaaf87a786b556c7f93c6aa0151e1 authored over 8 years ago
Expand patterns of small and large

to keep things consistent

76ce3457296a1fa5c9aecc0c55bb0f5c7b3cc0fd authored over 8 years ago
Add pattern for vendor-prefixed values

43d173e88770679517648c4fd8b77bbd0610b5a1 authored over 8 years ago
Test for vendor-prefixed values

2012769b8a60eb928660e33350e2576fdcc16816 authored over 8 years ago
Sort values in reverse order

ede6b15161f9b709708cf8e2b9981be0b36e1a59 authored over 8 years ago
Expand the alternations in values

for the sake of maintainability

90051ce26d79fda3487b0417d42de23d6ee096cf authored over 8 years ago
Merge pull request #79 from esdoppio/rewrite-id-selector

Rewrite id selector to be more standards-compliant

42679c60f60b831ff5897d2bccc40ab647627566 authored over 8 years ago
Rewrite the pattern of id selector

b4844216c052ab9412811a9a4e74673e3d964b95 authored over 8 years ago
More specs for id selector

<id-selector> = <hash-token>

with the restriction that the <hash-token>'s value must be an
iden...

71036f85964565e3a1ee8eb8736427fa2f54e89f authored over 8 years ago
Merge pull request #78 from esdoppio/add-list-style-type-values

Add more predefined list style types

3798890634c6fb03b0ea7aa17bb303318562cb9b authored over 8 years ago
Test for predefined list style types

13c51fa4b0f4d50d50b582ae7738185348c0ca68 authored over 8 years ago
Add more values of list-style-type

https://drafts.csswg.org/css-counter-styles-3/

Types added:

arabic-indic|upper-armenian|lowe...

13a49d9d055c75ce7f7bf3e84635d9155e68a274 authored over 8 years ago
Factor out values of list-style-type

5d9473a69f0b68711ab5553b7b644c5986a9f48c authored over 8 years ago
Remove [border|margin|padding]-* from values

94337b537d2d41bd96fdcdd90e8cf0e9c347799d authored over 8 years ago
Merge pull request #76 from esdoppio/fix-constant-boundaries

Fix boundary assertions

aaef86de8098beadffdc76c3fd0838cbc19396dc authored over 8 years ago
Test for animation names

7fa09c804e6778a037f22c3352c397a883e22382 authored over 8 years ago
More specs for property values

ccae4231efdcf4e501f54c91a3673c1d277834a4 authored over 8 years ago
Refine the "property lists" test suite

f6211cdea257ae58f110590595eeacd68810e52e authored over 8 years ago
Fix boundary assertions

fix #73

14ae7cb646d24bbadc71740ae00f3fa12df13f20 authored over 8 years ago
Prepare 0.38.0 release

80685f8d1b0ffa8de68f138461631f52c8e38b6a authored over 8 years ago