]
Max Rydahl Andersen commented on JBIDE-17058:
---------------------------------------------
Don't know of a good way to ensure that since you can use both in a page and it will
be fine.
We've talked about making it so that we will show just the type of elements that are
actually already used on the page or have used before to reduce the redundancy of
components.
Add new widgets to HTML 5.0 Palette
-----------------------------------
Key: JBIDE-17058
URL:
https://issues.jboss.org/browse/JBIDE-17058
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: jsp/jsf/xml/html source editing
Reporter: Viacheslav Kabanovich
Assignee: Viacheslav Kabanovich
Priority: Minor
Fix For: 4.3.x
Now HTML5 has only 5 elements: <form>, <label>, <audio>, <image>,
<video>.
However, there are a lot of new elements in HTML 5.0
(
http://www.w3schools.com/html/html5_new_elements.asp) <canvas>, <embed>,
<datalist>, <keygen>, <output>, <header>, <nav>,
<section>, <main>, <article>, <aside>, <footer>,
<details>, <summary>, <figure>, <mark>, <time>, <bdi>,
<wbr>, <dialog>, <meter>, <progress>.
Besides, some old elements, like <table> also can be added to the palette.
[~burrsutter], [~maxandersen], could you please advise, which elements may be nice to add
to the HTML 5.0 palette.