Royale (and Flex) compilers have special handling for CSS Type Selectors.  
Default values are provided in non-standard Type Selectors.  If a type is not 
used in the compilation, those Type Selectors are not included in the output.

I think Royale does have a list of standard type selectors it will include in 
the output, but that list might need updating to include “mark”.

HTH,
-Alex

From: Maria Jose Esteve <mjest...@iest.com>
Reply-To: "users@royale.apache.org" <users@royale.apache.org>
Date: Wednesday, May 25, 2022 at 9:24 AM
To: "users@royale.apache.org" <users@royale.apache.org>
Subject: RE: Incomplete CSS

In principle no, because it refers to an HTML <mark> Tag [1] (like h1, h3, 
input, ...), it is not a class.
"I have tried it too" and although it does transfer it to App.css it does not 
work because it is not recognized as the <mark> tag ☹

[1] 
https://www.w3schools.com/tags/tag_mark.asp<https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.w3schools.com%2Ftags%2Ftag_mark.asp&data=05%7C01%7Caharui%40adobe.com%7C1878c39a29554bc0e95208da3e6b0f9c%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637890926795831247%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=4KEMffHdwtIDfHq%2FDePOGOY%2FQ4RvU4fIbnTw3NlsP1c%3D&reserved=0>

Hiedra

De: Andrew Wetmore <cottag...@gmail.com>
Enviado el: miércoles, 25 de mayo de 2022 15:15
Para: users@royale.apache.org
Asunto: Re: Incomplete CSS

Is "mark" missing the period at the start of the name?

On Wed, May 25, 2022 at 8:44 AM Maria Jose Esteve 
<mjest...@iest.com<mailto:mjest...@iest.com>> wrote:
Hi, I find myself with a problem that I don't know how to solve, and I thought 
that, perhaps, some of you have also suffered from it... it is also possible 
that I am doing it wrong...

I have in defaults.css, of the application, all the custom styles: own styles 
of the application or customizations of styles established in components of 
some library.
The problem is that it moves "some of these css's" to App.css and not others.
Ex:
 .vscomp-wrapper {
   font-family: 'Open Sans', serif, sans-serif !important;
   color: #333333 !important;
}

mark {
   background-color: #04a3b3;
   color: #fff;
}
 .vscomp-royale {
   background-color: #333333 !important;
   color: #04a3b3 !important;
}
 .jewel.drawer .drawermain {
   background-color: #333333 !important;
   border-left: 0;
  display: inline-flex;
   …;
}

Of these 4 styles all of them are transferred to App.css except for "mark", do 
you have any idea what the reason might be?

Thx.
Hiedra



--
Andrew Wetmore

Editor, Moose House 
Publications<https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fmoosehousepress.com%2F&data=05%7C01%7Caharui%40adobe.com%7C1878c39a29554bc0e95208da3e6b0f9c%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637890926795831247%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=e1F2uAkEfICR%2F9wgK%2B0zUhgOXhaS519WdeC2i7%2F0YUg%3D&reserved=0>
Editor-Writer, The Apache Software 
Foundation<https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fapache.org%2F&data=05%7C01%7Caharui%40adobe.com%7C1878c39a29554bc0e95208da3e6b0f9c%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637890926795831247%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=JWLgZugJhTpVOozgbvrDyTouNemnENt9TiyLPZNO3VY%3D&reserved=0>




Reply via email to