pradosoft / prado

Prado - Component Framework for PHP
Other
187 stars 70 forks source link

HTML4/5 Tag support #959

Open belisoful opened 1 year ago

belisoful commented 1 year ago

There are a whole host of HTML Tags that are not yet in PRADO.

I am specifically thinking of some HTML4/5 specific tags:

I'm also looking at <form method="dialog"> in dialog tags. Should this be supported?

The reason why these primary tags should be supported as PRADO tags is for Skinning purposes.

belisoful commented 1 year ago

Also <input type=color> supersedes our color picker. type=time and type=date are also in html

belisoful commented 1 year ago

Also, we might want to look at "Web Components" as a way to universalize PRADO web side components. I'm not sure how the tech would fit with PRADO and its JS, but it's something to consider.

belisoful commented 1 year ago

There are many "new" input types: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input