Open
Description
In the latest StackOverflow Podcast (24:56-25:49), SO devs complain extensively about framesets and how framesets make it hard to create links to documentation. I propose that we remove framesets from VDLDoc and replace them with with xsl:include
s and javascript to toggle visibility of elements. Here is a prototype of the improvement. I know this is a big change, so I wanted to get feedback before just changing the code. Is this too much of a change? Am I missing any big issues that this kind of change would cause?