Skip to content

Support Most used HTML elements #5

Description

@Unix4ever

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>

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions