Removing Character Limit in custom page editor and support for html5 tags
I want to edit a custom page with a long table. Each row corresponds to a daily event in a game so there are 365 rows. Problem is, I can't make this table as detailed as I want because the editor automatically cuts of characters after a certain limit. According to my tests it seems to be around 62,000 characters. And the worst part is that html tags such as,, and also count to the limit.
Here's the page in question: http://dofusta.guildlaunch.com/sections/article/almanax1/?gid=134459 As you can see the bottom of the table is cut off. Here's the html source of article content I want to save: http://pastebin.com/caC2C2CA
I'd like to change that limit so it only counts actual content and not html tags Or even an option to disable that limit on individual pages.
Also, I've noticed that html5 tags such as ARIA (http://www.w3.org/TR/wai-aria/states_and_properties) or any custom tags are removed as well. I'd like to fix that as well.
This is not currently planned to be included in a development cycle, but we may revisit it at a later date.