This is an automated email from the ASF dual-hosted git repository.

joshtynjala pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-compiler.git


    from d300191d0 CSSDocument: fix missing lexer problems that were lost in 
commit 1c9dca4a76ddca724accd1f814aac9d91b64dd62
     new 3f113f017 CSS.g: more CSS transform functions
     new e5b46badf CSS.g: commas are optional in rgb() and rgba()
     new 11eb8bb81 CSS.g: matrix() and matrix3d() functions strictly require 
commas
     new 98be294b3 CSS.g: add support for modern rgb()/rgba() function syntax 
that has whitespace instead of commas between values, and forward slash / 
before alpha
     new 007386b6d CSS.g: radial, conic, and repeating gradient functions
     new 1d6dc6559 release notes for recent CSS changes

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 RELEASE_NOTES.md                                   |  3 +
 .../driver/js/royale/JSCSSCompilationSession.java  | 18 ++++++
 .../org/apache/royale/compiler/internal/css/CSS.g  | 73 ++++++++++++++++++++--
 .../apache/royale/compiler/internal/css/CSSTree.g  |  4 ++
 .../internal/css/CSSRgbColorPropertyValue.java     | 28 ++++++---
 .../internal/css/CSSRgbaColorPropertyValue.java    | 43 +++++++++----
 6 files changed, 144 insertions(+), 25 deletions(-)

Reply via email to