0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 17, 2023 — May 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
correct doc More... almost 12 years ago
making csstidy work correctly and php5.4 comp. also removed all $GLOBALS (long overdue) More... almost 12 years ago
Merge pull request #19 from dereuromark/master-cleanup More... almost 12 years ago
more conventions corrections More... almost 12 years ago
coding conventions More... almost 12 years ago
spaces to tabs - correct indentation More... almost 12 years ago
Merge pull request #17 from dsferruzza/support-vendor-prefix-in-css-keyframes More... almost 12 years ago
Add support for vendor prefix in CSS keyframes More... almost 12 years ago
v1.4 More... almost 12 years ago
Fixes #16 : @import @namespace and @charset optimization and printing More... almost 12 years ago
Merge pull request #12 from nickl-/master More... almost 12 years ago
Fixes #14 : quote all format() in font-face selector More... almost 12 years ago
Issue #14 : multiple format() in font-face should all have quoted value (FF) More... almost 12 years ago
Fixes towards getting issue 8 on head resolved: Remove closing ?> php tags as reported by mikeytown2 More... about 12 years ago
Accept properties begining with // in parsing (to distinguish from ie hack /) and reject it when printing More... about 12 years ago
Default CSS Level is now CSS3.0 More... about 12 years ago
Versions and credits More... about 12 years ago
TestCase for CSS3 properties More... about 12 years ago
when current ->at is not initialized, set next_selector_at to DEFAULT_AT in order to not fail opening media in selector after @font-face More... about 12 years ago
Testcase starting with @font-face : should opening new media section for selector after More... about 12 years ago
at_rules can have double type "at"+"is"="atis" : - in this case the at-rule is in a empty media section as it should not be enclosed in any @media - it is a selector and should be parsed as selector More... about 12 years ago
Testcase update for @font-face : this selector has to be in a special empty media-section as @font-face can not be enclosed in @media More... about 12 years ago
slight optimisations More... about 12 years ago
Testcase with @font-face @media and default @media for print rendering More... about 12 years ago
Allow print test with default_media as settings More... about 12 years ago
ignore space after comma in values list (font, font-family..) More... about 12 years ago
String are quoted in () only if contains spaces. In order to succeed quoted_string is inherited from previous level if " or ' following ( More... about 12 years ago
string in parenthesis are quoted only of containing spaces : (boo) and ("boo ba") More... about 12 years ago
Now able to compress color in complex background like gradient. Correct testcases with such cases More... about 12 years ago
avoid warning when E_DEPRECATED is not defined More... about 12 years ago