So, as many of you probably know, developers have access to WebBox interfaces which allow the use of limited HTML. I'm taking suggestions on more HTML tags to allow, as well as HTML tag attributes.
Current allowed HTML tags are:
SPAN, IMG, A, DIV, BR, H1, H2, H3, H4, H5, H6, STRONG, EM, UL, OL, LI, B, U, I, P, SECTION, TIME, PRE, INPUT, TEXTAREA, VIDEO, AUDIO
There are most likely plenty more that I have missed. To ensure security on the site and for the players, EMBED and IFRAME are not allowed, along with a couple other tags. So if you have suggestions for tags to be added, let me know.
Along with tags there are attributes that each tag can have. Things like 'href' for links and 'src' for images and what not.
Current allowed HTML tag attributes are:
style, id, href, src, class, datetime, contenteditable, value, name, width, height, autoplay, loop, muted, poster, placeholder
If you have any suggested attributes that should be added, let me know.
Current allowed HTML tags are:
SPAN, IMG, A, DIV, BR, H1, H2, H3, H4, H5, H6, STRONG, EM, UL, OL, LI, B, U, I, P, SECTION, TIME, PRE, INPUT, TEXTAREA, VIDEO, AUDIO
There are most likely plenty more that I have missed. To ensure security on the site and for the players, EMBED and IFRAME are not allowed, along with a couple other tags. So if you have suggestions for tags to be added, let me know.
Along with tags there are attributes that each tag can have. Things like 'href' for links and 'src' for images and what not.
Current allowed HTML tag attributes are:
style, id, href, src, class, datetime, contenteditable, value, name, width, height, autoplay, loop, muted, poster, placeholder
If you have any suggested attributes that should be added, let me know.
S, TABLE, TD, TR
Not sure how I forgot about those basics.