Skip to content

Support Most used HTML elements #5

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
Unix4ever opened this issue Oct 31, 2019 · 0 comments
Open

Support Most used HTML elements #5

Unix4ever opened this issue Oct 31, 2019 · 0 comments

Comments

@Unix4ever
Copy link
Owner

Implement custom elements for all most common tags:

  • <a>
  • <b>
  • <body>
  • <br> -- make simple alias to <new-line>.
  • <button> -- override imgui button tag.
  • <canvas> -- should expose imgui drawlist to script.
  • <datalist>
  • <div>
  • <footer>
  • <form> -- can be implemented using custom component (?).
  • <h1> to <h6>
  • <head>
  • <header>
  • <html>
  • <i>
  • <img> -- should unite ImGui::Image and ImVue:SvgImage.
  • <input> -- override input to make it support various kind of operation mode.
  • <li>
  • <option>
  • <p>
  • <s>
  • <script> -- run script in the body? Why not.
  • <select>
  • <span> -- make span default element. Can fall back to rendering span if can't resolve child tag in html node.
  • <style>
  • <svg> -- inline svg.
  • <table>
  • <tbody>
  • <td>
  • <tr>
  • <textarea>
  • <tfoot>
  • <thead>
  • <th>
@Unix4ever Unix4ever changed the title Most used HTML elements Support Most used HTML elements Oct 31, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant