This is an automated email from the ASF dual-hosted git repository.
hiedra 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 8b1d1879d [css/Add_htmlElementNames]
new 49c41da28 Merge pull request #214 from
mjesteve/css/Add_htmlElementNames
8b1d1879d is described below
commit 8b1d1879de297eea6a9b6578dde8f571f63af148
Author: mjesteve <[email protected]>
AuthorDate: Fri May 27 02:16:25 2022 +0200
[css/Add_htmlElementNames]
---
.../compiler/internal/driver/js/royale/JSCSSCompilationSession.java | 1 +
1 file changed, 1 insertion(+)
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 2b9d06737..820ec611c 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
@@ -322,6 +322,7 @@ public class JSCSSCompilationSession extends
CSSCompilationSession
"label",
"li",
"main",
+ "mark",
/*"menu", not cross-browser, and we want to use it in Royale */
"nav",
"ol",