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 c544fdcc7 JSCSSCompilationSession: added many more HTML elements from 
the specification
     new f9af40f62 CSS: make parsing of attribute selectors stricter
     new f2de1acef CSS: fix 'not' not being allowed as an identifier by moving 
the check for it into CSSTree with a new problem class for unknown 
pseudo-classes in selectors
     new 6f571caff CSS: move function name validation into CSSTree so that 
those function names may be used as identifiers
     new 1422cba7b CSS: support more CSS pseudo-classes with arguments

The 4 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:
 .../driver/js/royale/JSCSSCompilationSession.java  |   5 +
 .../test/resources/royale/files/CSSTestSource.css  |   4 +
 .../royale/files/CSSTestSource_encoded_result.txt  |   4 +
 .../royale/files/CSSTestSource_result.css          |   5 +
 .../org/apache/royale/compiler/internal/css/CSS.g  |  64 +------
 .../apache/royale/compiler/internal/css/CSSTree.g  | 212 ++++++++++++++++++---
 .../apache/royale/compiler/css/ConditionType.java  |   7 +-
 .../royale/compiler/css/ICSSSelectorCondition.java |   5 +
 .../royale/compiler/internal/css/CSSSelector.java  |   5 +
 .../internal/css/CSSSelectorCondition.java         |  24 ++-
 ...Problem.java => CSSUnknownFunctionProblem.java} |  15 +-
 ...blem.java => CSSUnknownPseudoClassProblem.java} |  15 +-
 compiler/src/test/build.xml                        |   1 +
 .../internal/css/CSSSelectorConditionTests.java    |  22 +++
 14 files changed, 278 insertions(+), 110 deletions(-)
 copy 
compiler/src/main/java/org/apache/royale/compiler/problems/{MXMLContentAfterRootTagProblem.java
 => CSSUnknownFunctionProblem.java} (74%)
 copy 
compiler/src/main/java/org/apache/royale/compiler/problems/{MXMLContentAfterRootTagProblem.java
 => CSSUnknownPseudoClassProblem.java} (72%)

Reply via email to