You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are a whole host of HTML Tags that are not yet in PRADO.
I am specifically thinking of some HTML4/5 specific tags:
Dialog <dialog> is needed for better "modal div" support. Some JS may be needed for a dialog for an option if clicking outside the modal closes the modal. also <form method="dialog">?
Canvas?
Embed?
Main tag
Nav tag
Section tag
Menu tag
Code tag (Samp, var, and kbd)?
Output tag?
Meter tag?
Progress tag. Progress tags could also be active.
Samp
SVG tag?
video?
audio?
template tag. This should be two tags, one is the HTML Template, and the other is an instance of that template and/or a reference to that template in Javascript.
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.
The text was updated successfully, but these errors were encountered:
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.
There are a whole host of HTML Tags that are not yet in PRADO.
I am specifically thinking of some HTML4/5 specific tags:
<dialog>
is needed for better "modal div" support. Some JS may be needed for a dialog for an option if clicking outside the modal closes the modal. also<form method="dialog">
?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.
The text was updated successfully, but these errors were encountered: