MyIntervals / PHP-CSS-Parser

A Parser for CSS Files written in PHP. Allows extraction of CSS files into a data structure, manipulation of said structure and output as (optimized) CSS
http://www.sabberworm.com/blog/2010/6/10/php-css-parser
MIT License
1.75k stars 149 forks source link

Link the relevant specs/docs from the README #501

Open oliverklee opened 7 months ago

oliverklee commented 7 months ago

User stories

As a developer of this library, I want the relevant specs I need to know for developing this library linked from the README for easy access.

As a user of this library, , I want the relevant specs linked from the README for easy access so I can look up the terms this library uses and the expected data structures.

Acceptance criteria

Helpful links

This is a starting point. Not all of these URLs need necessarily end up in the README, and there might be other URLs that are not listed here and that are helpful to add to the README as well.

Additional information

This task requires understanding which RFCs are relevant to this project, and looking through the suggested sources and looking for additional sources.

calvinrodrigues500 commented 2 days ago

@oliverklee Can you give a bit more detail about the issue and assign it to me, I would like to contirbute.

oliverklee commented 23 hours ago

Welcome to the project, @calvinrodrigues500! :wave:

I've updated the issue description to (hopefully) be more helpful.