mjesteve commented on issue #238:
URL: 
https://github.com/apache/royale-compiler/issues/238#issuecomment-2131459372

   @Josh, "I have tried it" jajajaja :P 
   I've been looking at the code and your indications ( attribute-selectors, 
identifier) and I think I've identified ....
   (CSS.g)
   
![image](https://github.com/apache/royale-compiler/assets/55754195/d0b1b2ca-3598-49ab-9295-bd510e8c799a)
   
   To support identifiers in attributeSelector would we have to do something 
like this?
   
   ```
   attributeValue
       :    STRING
       |    ID
       ;
   ```
   รณ
    ```
   attributeSelector
       :   SQUARE_OPEN attributeName attributeOperator* attributeName* 
attributeValue* SQUARE_END
       ;
   ```
   CSSTree.g
   Identifico estos bloques:
   
   
![image](https://github.com/apache/royale-compiler/assets/55754195/2d898ab5-9335-471e-8342-4ff791b6b0bd)
   
   Is it the good direction?
   
   Bear with me :P 
   Now I'm looking at what the ".g" files are :P
   
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@royale.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to