]
Burr Sutter commented on JBIDE-17058:
-------------------------------------
How do we insure the end-user does not get confused on when to use a generic HTML5 tag vs
one that has been "modified" by jQuery Mobile or Ionic?
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.