David H. said: Peter B. said: David H. said: Peter B. said: The roll templates for this sheet on Roll20 Characters uses the <details> HTML element. Normally <datails> cannot be used on the Roll20 VTT, so is this only possible in the Roll20 Characters environment, or is it unique to the characters sheet? Hi Peter! David here, dev lead on the PF2 sheet. This sheet is an “advanced sheet,” which is our colloquial term for sheets built with our new technologies. As a part of that new suite of development tools, we can create rolls with a lot more control over layout and interactions. (If you’re interested in what we’ve used here, these PF2 templates are built with Handlebars.js!) So, to answer your question directly: This isn’t a Characters vs VTT difference, but rather an “advanced sheet” vs traditional sheet difference. We have plans to get advanced tools out to community developers, so keep an eye out for more info on that! Lavi's post here about Beacon is a good starting point (and I see from the replies there that you're already tuned into that!) Hey David H. Thank you for answering my question. I cannot tell you how nice it is to get a technical answer directly from a developer! So just to be absolutely clear; what you are saying is that the <details> HTML element will be part of sheets when using the BEACON infrastructure? :) I believe I can say that that's correct! With Beacon and advanced sheets, you'll be able to build the sheet as an app with whatever technologies you like. This sheet, for example, is a Vue app and our templates are compiled from Handlebars.js. At the end of the day for rolls, though, we're sending compiled HTML to Beacon's chat dispatch for Beacon to use to display the roll. It's that flexibility that you can expect - I can't say for certain that all HTML will always work well when placed into the chat, but broadly-speaking, you'll be able to shape rolls the way you want to with the elements you want to - like <details>! Oh so BEACON has its own way chat dispatcher! That is awesome, because from what I can tell in the current setup, the VTT is a tight grip on the HTML for the chat. I am now even more hyped for BEACON to arrive! :D