💾 Archived View for x-z.se › htmlite › ideas.gemini captured on 2021-12-03 at 14:04:38. Gemini links have been rewritten to link to archived content
View Raw
More Information
⬅️ Previous capture (2020-11-07)
🚧 View Differences
-=-=-=-=-=-=-
Ideas under consideration for HTMLite
The ideas here are under consideration. Elements and attributes not mentioned here are currently not under consideration.
- File name extentions *.htmlite *.html *.htl
- Document starts with <!DOCTYPE htmlite>
- Elements <html>, <head> and <body> removed. Everything is the body, except meta type elements
- No meta type element after the first block type element
- Elements <title> and <h1> can be used interchangably, there should only be one of either element unless you want the illusion of two or more concatinated documents
- The elements <h4>, <h5> and <h6> are the same as <h3>
- In future versions, add <h> to replace all heading elements
- If you want to override the charset provided by the server, put the meta type element <meta charset="utf-8"/> as the very first element after the doctype. UTF-8 is default
- The elements <a>, <blockquote>, <br>, <p> and <pre> exists
- The elements <div> and <span> does not exist