Skip to content

HTML Support Roadmap #36

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
50 of 67 tasks
salmenf opened this issue May 24, 2023 · 0 comments
Open
50 of 67 tasks

HTML Support Roadmap #36

salmenf opened this issue May 24, 2023 · 0 comments
Labels
concept Big picture ideas and roadmaps

Comments

@salmenf
Copy link
Member

salmenf commented May 24, 2023

Supporting most of the HTML spec to be able to write/read any HTML document

Read

  • Read any document fragment

Write

Document metadata

  • <html>, <head>, <body> (automatically as <html><head></head><body></body></html>)
  • <link>
    • author, icon, license (mirror <meta>)
    • stylesheet (Stylesheet Picker)
  • <meta> (Metadata Form)
    • author, description, keywords
    • generator (automatic)
  • <title> (mirror <meta>)
  • <base> (literal only)

Content sectioning

  • <blockquote> (Node Mark)
  • <address> (Node Mark)
  • <article> (Node Mark)
  • <aside> (Node Mark)
  • <header>, <footer> (Node Mark)
  • <hgroup> (Node Mark)
  • <main> (Node Mark)
  • <nav> (Node Mark)
  • <section> (Node Mark)
  • <search> (Node Mark)
  • <figure>, <figcaption> (Node Mark)
  • <menu> (Node Mark)

Text content

  • <dl>, <dd>, <dt> (Node)
  • <hr> (Node)
  • <ol>, <ul>, <li> (Node)
  • <p> (Node)
  • <pre> (Node)

Inline text semantics

  • <a> (Mark)
  • <abbr> (Mark)
  • <b>, <strong> (Mark)
  • <i>, <em> (Mark)
  • <u> (Mark)
  • <s> (Mark)
  • <cite> (Mark)
  • <code> (Mark)
  • <data>, <time> (Mark)
  • <dfn> (Mark)
  • <q> (Mark)
  • <samp> (Mark)
  • <small> (Mark)
  • <var> (Mark)
  • <bdi> (Mark)
  • <bdo> (Mark)
  • <ruby> (Mark)
  • <rp>, <rt> (literal only)
  • <del> (Mark)
  • <ins> (Mark)
  • <span> (Mark)
  • <br>, <wbr> (Node)

Image and multimedia

  • <img>, <picture>, <audio>, <video>, <track> (Node)
  • <area>, <map> (Dependent node of <img>)

Embedded content

  • <iframe>, <portal>, <fencedframe>, <embed>, <object> (Website Node with switch)

SVG and MathML

  • <svg> (Vector Drawing Node)
  • <math> (Formula Node)

Scripting

  • <script> (literal only)
  • <style> (literal only)
  • <noscript> (literal only)
  • <canvas> (literal only)

Table content

  • <table> (Node)
  • <caption>, <col>, <colgroup>, <tbody>, <td>, <tfoot>, <th>, <thead>, <tr> (Dependent node)

Forms

  • <button>, <input>, <select>, <meter>, <datalist>, <fieldset>, <form>, <label>, <legend>, <optgroup>, <option> (Quiz Container Elements)
  • <output>, <progress> (literal only)

Interactive elements

  • <details> (Node)
  • <summary> (Dependent node)
  • <dialog> (Node)

Web Components

  • <my-element>, <slot>, <template> (Widget System)
  • Fallback: HTML literal
@salmenf salmenf added the concept Big picture ideas and roadmaps label May 24, 2023
@salmenf salmenf self-assigned this May 24, 2023
@salmenf salmenf pinned this issue May 24, 2023
@salmenf salmenf changed the title Roadmap HTML Support Roadmap Aug 2, 2023
@salmenf salmenf removed their assignment Apr 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
concept Big picture ideas and roadmaps
Projects
None yet
Development

No branches or pull requests

1 participant