You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@royale.apache.org by GitBox <gi...@apache.org> on 2017/11/24 16:54:03 UTC

[GitHub] aharui commented on issue #91: Make HTML Component set a true representation of HTML elements

aharui commented on issue #91: Make HTML Component set a true representation of HTML elements
URL: https://github.com/apache/royale-asjs/issues/91#issuecomment-346868373
 
 
   I'm more interested in a division between which HTML tags are "inefficient" or "unnecessary" to be replicated and wrapped into a royale component.  For example p, i, b, br, and some others are effectively text formatting tags and are rarely programmatically accessed if at all.  They should be able to be used in the innerHTML or htmlText String properties, but not have actual components.
   
   IMO, if we prove that Table can work (maybe we should just move the one from Basic to HTML) and maybe also Form, we can feel pretty good that the HTML file format is compatible with the MXML file format and other tags can be added later as folks need them.
   
   Still, I don't think that HTML snippet-pasting is an important thing for us to support.  It would be great if it "just works", but I still think we want folks to use the MXML workflow and our APIs as they should be more efficient/productive than using bare HTML.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services