This is an automated email from the ASF dual-hosted git repository.
carlosrovira pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-compiler.git
The following commit(s) were added to refs/heads/develop by this push:
new efeeffa Part of #25 bug, but not enough to close it
efeeffa is described below
commit efeeffa70944f13d1663d64c5818193cbe0f01a9
Author: Carlos Rovira <[email protected]>
AuthorDate: Sun Mar 25 18:03:48 2018 +0200
Part of #25 bug, but not enough to close it
---
.../internal/driver/js/royale/JSCSSCompilationSession.java | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git
a/compiler-jx/src/main/java/org/apache/royale/compiler/internal/driver/js/royale/JSCSSCompilationSession.java
b/compiler-jx/src/main/java/org/apache/royale/compiler/internal/driver/js/royale/JSCSSCompilationSession.java
index 0e0a637..e2e3086 100644
---
a/compiler-jx/src/main/java/org/apache/royale/compiler/internal/driver/js/royale/JSCSSCompilationSession.java
+++
b/compiler-jx/src/main/java/org/apache/royale/compiler/internal/driver/js/royale/JSCSSCompilationSession.java
@@ -217,7 +217,14 @@ public class JSCSSCompilationSession extends
CSSCompilationSession
"body",
"button",
"input",
- "span"
+ "span",
+ "div",
+ "h1",
+ "h2",
+ "h3",
+ "h4",
+ "h5",
+ "h6"
);
private String encodeRule(ICSSRule rule)
--
To stop receiving notification emails like this one, please contact
[email protected].