Skip to content

Add support for all HTML 5 tags #7

@Stephanevg

Description

@Stephanevg

Add support for all HTML 5 tags.
Once this issue is resolved, we can push a first version onto the PSGallery.

The following list helps to keep track of which tags are done or still to do.

Sections

  • <body>
  • <section>
  • <nav>
  • <article>
  • <aside>
  • <h1>
  • <h2>
  • <h3>
  • <h4>
  • <h5>
  • <h6>
  • <hgroup> 'Functionallity still in beta'
  • <header>
  • <footer>
  • <address>

blocs

  • <div>
  • <p>
    • Add support for title attribute
  • <hr>
  • <pre>
  • <blockquote>
  • <ol>
  • <ul>
  • <li>
  • <dl>
  • <dt>
  • <dd>
  • <figure>
  • <figcaption>

Tables

  • <table>
  • <tbody>
  • <thead>
  • <tfoot>
  • <tr>
  • <td>
  • <th>
  • <caption>
  • <colgroup>
  • <col>

Textual semantic

include sections

  • <img>
  • <iframe> 'Not supported in HTML 5'
  • <object>
  • <param>
  • <video>
  • <audio>
  • <source>
  • <track>
  • <canvas>
  • <map>
  • <area>
  • <svg>
  • <math>

Forms

  • <form>
  • <fieldset> 2.0
  • <legend>
  • <label>
  • <input>
    • Add support for disabled attribut
  • <button>
  • <select>
    • This commands overrides the 'select' alias which normally points to 'select-object' . Renamed to 'Selecttag'
  • <datalist> Feature datalist #52 -> Thanks to @Stephanevg
  • <optgroup>
  • <option> Feature option #51 -> Thanks to @Stephanevg
  • <textarea>
  • <keyben>
  • <output>
  • <progress>
  • <meter>

Interactive data

  • <detail>
  • <command>
  • <menu> --> This feature will not be implemented, since this feature is only avaible in Firefox.

Metadata

Metadata

Assignees

No one assigned

    Labels

    HACKTOBERFESTIssues that could be done by the community. These issues should be quick and easy to implement.good first issueGood for newcomers

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions