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 09:14:10 UTC

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

Harbs commented on issue #91: Make HTML Component set a true representation of HTML elements
URL: https://github.com/apache/royale-asjs/issues/91#issuecomment-346779409
 
 
   For reference, here's a full list of HTML elements. I'm not sure which ones make sense to have components for and which ones don't.
   
   ````
   <html> <head> <title> <base> <link> <meta> <style> <body>
   <article> <section> <nav> <aside> <h1> <h2> <h3> <h4> <h5>
   <h6> <hgroup> <header> <footer> <address> <p> <hr> <pre>
   <blockquote> <ol> <ul> <menu> <li> <dl> <dt> <dd> <figure>
   <figcaption> <main> <div> <a> <em> <strong> <small> <s>
   <cite> <q> <dfn> <abbr> <ruby> <rt> <rp> <data> <time>
   <code> <var> <samp> <kbd> <sub> <sup> <i> <b> <u> <mark>
   <bdi> <bdo> <span> <br> <wbr> <ins> <del> <picture> <source>
   <img> <iframe> <embed> <object> <param> <video> <audio>
   <track> <map> <area> <table> <caption> <colgroup> <col>
   <tbody> <thead> <tfoot> <tr> <td> <th> <form> <label> <input>
   <button> <select> <datalist> <optgroup> <option> <textarea>
   <output> <progress> <meter> <fieldset> <legend> <details>
   <summary> <dialog> <script> <noscript> <template> <slot> <canvas>
   ````

----------------------------------------------------------------
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